#include <kanzi/ui/node/concept/list_box/default_list_box_item_container_generator.hpp>
|
virtual void | attach (typename TBaseGenerator::ListBoxType &node) KZ_OVERRIDE |
|
virtual void | detach (typename TBaseGenerator::ListBoxType &) KZ_OVERRIDE |
|
virtual TBaseGenerator::ItemContainerSharedPtr | acquireItemContainer (string_view name) KZ_OVERRIDE |
|
virtual void | releaseItemContainer (typename TBaseGenerator::ItemContainerSharedPtr) KZ_OVERRIDE |
| Deletes an item container returned by createItem. More...
|
|
virtual TBaseGenerator::VectorType | getItemContainerSize (typename TBaseGenerator::VectorType itemSize) KZ_OVERRIDE |
| Gets size of an item container that would be created for an object of the given size. More...
|
|
virtual TBaseGenerator::ItemSharedPtr | getItem (typename TBaseGenerator::ItemContainer &itemContainer) KZ_OVERRIDE |
| Gets the object attached to the list box item. More...
|
|
virtual void | attachItem (typename TBaseGenerator::ItemContainer &itemContainer, typename TBaseGenerator::ItemSharedPtr item) KZ_OVERRIDE |
| Attaches an object to the list box item. More...
|
|
virtual void | detachItem (typename TBaseGenerator::ItemContainer &itemContainer) KZ_OVERRIDE |
| Detaches the object contained by the list box item. More...
|
|
template<typename TBaseGenerator >
template<typename TBaseGenerator >
template<typename TBaseGenerator >
template<typename TBaseGenerator >
template<typename TBaseGenerator >
template<typename TBaseGenerator >
template<typename TBaseGenerator >
template<typename TBaseGenerator >
Deletes an item container returned by createItem.
template<typename TBaseGenerator >
Gets size of an item container that would be created for an object of the given size.
template<typename TBaseGenerator >
Gets the object attached to the list box item.
template<typename TBaseGenerator >
Attaches an object to the list box item.
template<typename TBaseGenerator >
Detaches the object contained by the list box item.
The documentation for this class was generated from the following file: