Definition of an item. More...
Public Member Functions | |
titem () | |
Public Attributes | |
tgrid | grid |
The grid containing the widgets. More... | |
bool | selected |
Is the item selected or not. More... | |
bool | shown |
Is the row shown or not. More... | |
size_t | ordered_index |
Definition of an item.
Definition at line 987 of file generator_private.hpp.
|
inline |
Definition at line 990 of file generator_private.hpp.
tgrid gui2::tgenerator< minimum_selection, maximum_selection, placement, select_action >::titem::grid |
The grid containing the widgets.
Definition at line 995 of file generator_private.hpp.
Referenced by gui2::tgenerator< minimum_selection, maximum_selection, placement, select_action >::impl_draw_children().
size_t gui2::tgenerator< minimum_selection, maximum_selection, placement, select_action >::titem::ordered_index |
Definition at line 1011 of file generator_private.hpp.
bool gui2::tgenerator< minimum_selection, maximum_selection, placement, select_action >::titem::selected |
Is the item selected or not.
Definition at line 998 of file generator_private.hpp.
bool gui2::tgenerator< minimum_selection, maximum_selection, placement, select_action >::titem::shown |
Is the row shown or not.
This flag is used the help to set the visible flag, it's preferred to test this flag for external functions.
Definition at line 1009 of file generator_private.hpp.
Referenced by gui2::tgenerator< minimum_selection, maximum_selection, placement, select_action >::impl_draw_children().