|
HDK
|
#include <HOM_Shelf.h>
Inheritance diagram for HOM_Shelf:Public Member Functions | |
| HOM_Shelf () | |
| HOM_Shelf (const HOM_Shelf &shelfset) | |
| ~HOM_Shelf () override | |
| virtual std::vector < HOM_ElemPtr< HOM_Tool > > | tools ()=0 |
| virtual void | setTools (const std::vector< HOM_Tool * > &tools)=0 |
| virtual void | destroy ()=0 |
Public Member Functions inherited from HOM_ShelfElement | |
| HOM_ShelfElement () | |
| HOM_ShelfElement (const HOM_ShelfElement &element) | |
| virtual | ~HOM_ShelfElement () |
| virtual std::string | __repr__ ()=0 |
| virtual bool | operator== (HOM_PtrOrNull< HOM_ShelfElement > element)=0 |
| virtual bool | operator!= (HOM_PtrOrNull< HOM_ShelfElement > element)=0 |
| virtual std::string | filePath ()=0 |
| virtual void | setFilePath (const char *file_path)=0 |
| virtual std::string | name ()=0 |
| virtual void | setName (const char *name)=0 |
| virtual std::string | label ()=0 |
| virtual void | setLabel (const char *label)=0 |
| virtual std::string | fileLocation ()=0 |
| virtual bool | isReadOnly ()=0 |
| virtual void | setReadOnly (bool on)=0 |
Definition at line 19 of file HOM_Shelf.h.
|
inline |
Definition at line 22 of file HOM_Shelf.h.
|
inline |
Definition at line 24 of file HOM_Shelf.h.
|
inlineoverride |
Definition at line 27 of file HOM_Shelf.h.
|
pure virtual |
|
pure virtual |