Home
last modified time | relevance | path

Searched refs:addListItemType (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodekits/
H A DSoNodekitCatalog.h91 void addListItemType(int part, SoType type);
92 void addListItemType(const SbName & name, SoType type);
109 void addListItemType(const SbList<class CatalogItem *> & l,
111 SbBool addListItemType(const SbList<class CatalogItem *> & l,
H A DSoSubKit.h196 classcatalog->addListItemType(SO__QUOTE(_part_), \
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodekits/
H A DSoNodekitCatalog.cpp635 SoNodekitCatalog::addListItemType(int part, SoType type) in addListItemType() function in SoNodekitCatalog
638 this->addListItemType(this->items, part, type); in addListItemType()
646 SoNodekitCatalog::addListItemType(const SbName & name, SoType type) in addListItemType() function in SoNodekitCatalog
656 if (!this->addListItemType(this->items, name, type) && in addListItemType()
657 !this->addListItemType(this->delayeditems, name, type)) { in addListItemType()
801 SoNodekitCatalog::addListItemType(const SbList<class CatalogItem *> & l, in addListItemType() function in SoNodekitCatalog
818 SoNodekitCatalog::addListItemType(const SbList<class CatalogItem *> & l, in addListItemType() function in SoNodekitCatalog
823 this->addListItemType(l, part, type); in addListItemType()