All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kanzi::ListBoxItemContainer Class Reference

Base class for List Box Item Containers for List Box. More...

#include <kanzi/node/list_box_item_container.hpp>

Inheritance diagram for kanzi::ListBoxItemContainer:
kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass > kanzi::ListBoxItemContainerImpl< Node2D, ListBoxItemContainer2D > kanzi::ListBoxItemContainerImpl< Node3D, ListBoxItemContainer3D > kanzi::ListBoxItemContainer2D kanzi::ListBoxItemContainer3D

Static Public Member Functions

static
PropertyTypeEditorInfoSharedPtr 
makeEditorInfo ()
 

Static Public Attributes

Properties
static PropertyType< bool > SelectedProperty
 Selected property. More...
 

Detailed Description

Base class for List Box Item Containers for List Box.

Member Function Documentation

static PropertyTypeEditorInfoSharedPtr kanzi::ListBoxItemContainer::makeEditorInfo ( )
static

Member Data Documentation

PropertyType<bool> kanzi::ListBoxItemContainer::SelectedProperty
static

Selected property.

The default value is false.

See also
setSelected(), isSelected()

The documentation for this class was generated from the following file: