All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass > Class Template Reference

Implementation of base List Box Item Container class for List Box. More...

#include <kanzi/node/list_box_item_container.hpp>

Inheritance diagram for kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass >:
kanzi::ListBoxItemContainer

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...
 

Detailed Description

template<typename TBaseClass, typename TDerivedClass>
class kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass >

Implementation of base List Box Item Container class for List Box.

Constructor & Destructor Documentation

template<typename TBaseClass, typename TDerivedClass>
kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass >::ListBoxItemContainerImpl ( Domain domain,
string_view  name 
)
inlineexplicitprotected

Member Function Documentation

template<typename TBaseClass, typename TDerivedClass>
bool kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass >::isSelected ( ) const
inline

Gets the value of #Selected.

See also
setSelected()
template<typename TBaseClass, typename TDerivedClass>
void kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass >::setSelected ( bool  value)
inline

Sets the value of #Selected.

See also
isSelected()
template<typename TBaseClass, typename TDerivedClass>
static PropertyTypeEditorInfoSharedPtr kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass >::makeEditorInfo ( )
inlinestaticprotected

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