Choreonoid  1.8
Protected Member Functions | List of all members
cnoid::ItemCreationPanelBase< ItemType > Class Template Referenceabstract

#include <ItemManager.h>

Inheritance diagram for cnoid::ItemCreationPanelBase< ItemType >:
cnoid::ItemCreationPanel

Protected Member Functions

 ItemCreationPanelBase ()
 
virtual bool initializeCreation (ItemType *protoItem, Item *parentItem)=0
 
virtual bool updateItem (ItemType *protoItem, Item *parentItem)=0
 

Additional Inherited Members

- Public Member Functions inherited from cnoid::ItemCreationPanel
 ItemCreationPanel ()
 

Constructor & Destructor Documentation

◆ ItemCreationPanelBase()

template<class ItemType >
cnoid::ItemCreationPanelBase< ItemType >::ItemCreationPanelBase ( )
inlineprotected

Member Function Documentation

◆ initializeCreation()

template<class ItemType >
virtual bool cnoid::ItemCreationPanelBase< ItemType >::initializeCreation ( ItemType *  protoItem,
Item parentItem 
)
protectedpure virtual

◆ updateItem()

template<class ItemType >
virtual bool cnoid::ItemCreationPanelBase< ItemType >::updateItem ( ItemType *  protoItem,
Item parentItem 
)
protectedpure virtual

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