Implementation of base List Box Item Container class for List Box. More...
#include <kanzi/ui/node/list_box_item_container.hpp>
Public Member Functions | |
bool | isSelected () const |
Gets the value of #Selected. More... | |
void | setSelected (bool value) |
Sets the value of #Selected. More... | |
Protected Member Functions | |
ListBoxItemContainerImpl (Domain *domain, string_view name) | |
Static Protected Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Additional Inherited Members | |
Static Public Member Functions inherited from kanzi::ListBoxItemContainer | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Attributes inherited from kanzi::ListBoxItemContainer | |
static PropertyType< bool > | SelectedProperty |
Selected property. More... | |
Implementation of base List Box Item Container class for List Box.
|
inlineexplicitprotected |
|
inline |
Gets the value of #Selected.
|
inline |
Sets the value of #Selected.
|
inlinestaticprotected |