#include <kanzi/ui/node/concept/list_box/default_list_box_item_container_generator.hpp>
|
TBaseGenerator::ItemContainerSharedPtr | acquireItemContainer (string_view name) override |
|
void | attach (typename TBaseGenerator::ListBoxType &node) override |
|
void | attachItem (typename TBaseGenerator::ItemContainer &itemContainer, typename TBaseGenerator::ItemSharedPtr item) override |
| Attaches the List Box item to the List Box Item Container. More...
|
|
void | detach (typename TBaseGenerator::ListBoxType &) override |
|
void | detachItem (typename TBaseGenerator::ItemContainer &itemContainer) override |
| Detaches List Box item from the List Box Item Container. More...
|
|
TBaseGenerator::ItemSharedPtr | getItem (typename TBaseGenerator::ItemContainer &itemContainer) override |
| Returns the List Box item that is attached to the List Box Item Container. More...
|
|
TBaseGenerator::VectorType | getItemContainerSize (typename TBaseGenerator::VectorType itemSize) override |
| Returns size of an item container that would be created for an object of the given size. More...
|
|
void | releaseItemContainer (typename TBaseGenerator::ItemContainerSharedPtr) override |
| Deletes an item container returned by createItem. More...
|
|
◆ DefaultListBoxItemContainerGeneratorSharedPtr
template<typename TBaseGenerator >
◆ DefaultListBoxItemContainerGenerator()
template<typename TBaseGenerator >
◆ makeEditorInfo()
template<typename TBaseGenerator >
◆ create()
template<typename TBaseGenerator >
◆ attach()
template<typename TBaseGenerator >
◆ detach()
template<typename TBaseGenerator >
◆ acquireItemContainer()
template<typename TBaseGenerator >
◆ releaseItemContainer()
template<typename TBaseGenerator >
Deletes an item container returned by createItem.
◆ getItemContainerSize()
template<typename TBaseGenerator >
Returns size of an item container that would be created for an object of the given size.
◆ getItem()
template<typename TBaseGenerator >
Returns the List Box item that is attached to the List Box Item Container.
- Returns
- The List Box item that is attached to the List Box Item Container.
◆ attachItem()
template<typename TBaseGenerator >
Attaches the List Box item to the List Box Item Container.
◆ detachItem()
template<typename TBaseGenerator >
Detaches List Box item from the List Box Item Container.
The documentation for this class was generated from the following file: