Visibility set by the engine. More...
#include <widget.hpp>

Public Types | |
| enum | scoped_enum { full, partly, none } |
Private Member Functions | |
| tredraw_action () | |
Friends | |
| class | tno_such_friend_exists_but_it_makes_the_compiler_happy |
Visibility set by the engine.
This state only will be used if visible_ is tvisible::visible depending on this state the widget might not be visible after all.
Definition at line 113 of file widget.hpp.
| Enumerator | |
|---|---|
| full |
The widget is fully visible. The widget should be drawn if dirty_ is |
| partly |
The widget is partly visible. The should be drawn if dirty_ is |
| none |
The widget is not visible. The widget should not be drawn if dirty_ is |
Definition at line 120 of file widget.hpp.
|
private |
|
friend |
Definition at line 115 of file widget.hpp.
1.8.8