Kanzi  3.9.6
Kanzi Engine API
kanzi::ContentItemCollectionModel Class Referenceabstract

Base class for exposing abstract access to collections of items of UI controls with content. More...

#include <kanzi/core.ui/content/content_item_collection.hpp>

Inheritance diagram for kanzi::ContentItemCollectionModel:
[legend]

Public Member Functions

virtual bool addContentItem (NodeSharedPtr abstractItem)=0
 
virtual NodeSharedPtr getContentItem (size_t index)=0
 
virtual size_t getContentItemCount ()=0
 
virtual void removeAllContentItems ()=0
 
virtual bool removeContentItem (NodeSharedPtr abstractItem)=0
 
virtual ~ContentItemCollectionModel ()
 

Detailed Description

Base class for exposing abstract access to collections of items of UI controls with content.

Constructor & Destructor Documentation

◆ ~ContentItemCollectionModel()

virtual kanzi::ContentItemCollectionModel::~ContentItemCollectionModel ( )
inlinevirtual

Member Function Documentation

◆ addContentItem()

◆ removeContentItem()

◆ removeAllContentItems()

◆ getContentItemCount()

◆ getContentItem()


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