Definition of an item. More...
Public Member Functions | |
child () | |
Public Attributes | |
grid | child_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... | |
std::size_t | ordered_index |
Definition of an item.
Definition at line 927 of file generator_private.hpp.
|
inline |
Definition at line 929 of file generator_private.hpp.
grid gui2::generator< minimum_selection, maximum_selection, my_placement, select_action >::child::child_grid |
The grid containing the widgets.
Definition at line 938 of file generator_private.hpp.
std::size_t gui2::generator< minimum_selection, maximum_selection, my_placement, select_action >::child::ordered_index |
Definition at line 954 of file generator_private.hpp.
bool gui2::generator< minimum_selection, maximum_selection, my_placement, select_action >::child::selected |
Is the item selected or not.
Definition at line 941 of file generator_private.hpp.
bool gui2::generator< minimum_selection, maximum_selection, my_placement, select_action >::child::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 952 of file generator_private.hpp.