HDK
|
#include <HOM_pypanel.h>
Public Member Functions | |
virtual | ~HOM_pypanel () |
virtual std::string | __repr__ ()=0 |
virtual void | installFile (const char *file_path) const =0 |
virtual std::vector < HOM_ElemPtr < HOM_PythonPanelInterface > > | interfacesInFile (const char *file_path)=0 |
virtual std::map< std::string, HOM_ElemPtr < HOM_PythonPanelInterface > > | interfaces ()=0 |
virtual HOM_PythonPanelInterface * | interfaceByName (const char *name)=0 |
virtual void | setMenuInterfaces (std::vector< std::string > names) const =0 |
virtual std::vector< std::string > | menuInterfaces ()=0 |
Definition at line 27 of file HOM_pypanel.h.
|
inlinevirtual |
Definition at line 30 of file HOM_pypanel.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |