

Public Member Functions | |
| bool | draw () |
| Draw process. | |
| bool | update () |
| Update process. | |
| bool | input_update () |
| Input Update process @. | |
| void | set_brightness (bool b) |
| Set the transluency parameter. | |
| void | set_trans (bool b) |
| Set the transluency parameter. | |
| void | pack () |
| void | set_auto_refresh (bool b) |
Protected Member Functions | |
| void | refresh () |
Protected Attributes | |
| image * | img_tmp_ |
| image * | img_brightness_ |
| bool | auto_refresh_ |
Definition at line 22 of file win_object.h.
| bool win_object< T >::draw | ( | ) | [virtual] |
Draw process.
Reimplemented from win_base.
Definition at line 83 of file win_object.h.
| bool win_object< T >::update | ( | ) | [virtual] |
Update process.
Reimplemented from win_base.
Reimplemented in text_bubble.
Definition at line 113 of file win_object.h.
| bool win_object< T >::input_update | ( | ) | [virtual] |
| void win_object< T >::set_brightness | ( | bool | b | ) | [virtual] |
Set the transluency parameter.
| b | true if the win_* should be in transluency, false otherwise |
Reimplemented from win_base.
Definition at line 141 of file win_object.h.
| void win_object< T >::set_trans | ( | bool | b | ) | [virtual] |
Set the transluency parameter.
| b | true if the win_* should be ins transluency, false otherwise |
Reimplemented from win_base.
Definition at line 150 of file win_object.h.
1.7.1