HDK
|
#include <HOM_DataTree.h>
Public Member Functions | |
HOM_DataTree () | |
HOM_DataTree (const HOM_DataTree &pane) | |
~HOM_DataTree () override | |
virtual std::vector< std::string > | treeTypes ()=0 |
virtual std::string | treeType ()=0 |
virtual bool | setTreeType (const std::string &tree_type)=0 |
virtual std::string | currentPath ()=0 |
virtual void | clearCurrentPath ()=0 |
virtual void | setCurrentPath (const std::string &path, bool multi_select=false, int index=-1)=0 |
virtual void | setCurrentPaths (const std::vector< std::string > &paths, bool expanded)=0 |
virtual void | setTreeExpanded (bool expanded)=0 |
virtual void | setCurrentNodeExpanded (bool expanded)=0 |
Public Member Functions inherited from HOM_PaneTab | |
HOM_PaneTab () | |
HOM_PaneTab (const HOM_PaneTab &) | |
virtual | ~HOM_PaneTab () |
virtual bool | operator== (HOM_PtrOrNull< HOM_PaneTab > pane_tab)=0 |
virtual bool | operator!= (HOM_PtrOrNull< HOM_PaneTab > pane_tab)=0 |
virtual int | __hash__ ()=0 |
virtual std::string | __repr__ ()=0 |
virtual HOM_Pane * | pane ()=0 |
virtual HOM_FloatingPanel * | floatingPanel ()=0 |
virtual std::string | name ()=0 |
virtual void | setName (const char *name)=0 |
virtual bool | isCurrentTab ()=0 |
virtual void | setIsCurrentTab ()=0 |
virtual bool | isFloating ()=0 |
virtual HOM_PaneTab * | clone ()=0 |
virtual void | close ()=0 |
virtual HOM_EnumValue & | type ()=0 |
virtual HOM_PaneTab * | setType (HOM_EnumValue &type)=0 |
virtual HOM_EnumValue & | linkGroup ()=0 |
virtual void | setLinkGroup (HOM_EnumValue &group)=0 |
virtual bool | isPin ()=0 |
virtual void | setPin (bool pin)=0 |
virtual std::vector < HOM_ElemPtr< HOM_Tool > > | tools ()=0 |
virtual std::vector< std::string > | _getValueNames ()=0 |
virtual std::string | _getValue (const char *name)=0 |
virtual bool | _setValue (const char *name, const char *value)=0 |
virtual bool | _pressButton (const char *name)=0 |
virtual std::vector< int > | size ()=0 |
virtual std::vector< int > | contentSize ()=0 |
virtual bool | hasNetworkControls ()=0 |
virtual bool | isShowingNetworkControls ()=0 |
virtual void | setShowNetworkControls (bool value)=0 |
virtual void | showNetworkControls (bool value)=0 |
virtual void | _displayRadialMenuOpaque (const char *name, void *open_callback, void *close_callback)=0 |
virtual void | displayRadialMenu (const std::string &name)=0 |
virtual void | displayRadialMenu (HOM_RadialItem *item)=0 |
virtual void * | _qtParentWindow ()=0 |
virtual std::vector< int > | _qtScreenGeometry ()=0 |
Definition at line 16 of file HOM_DataTree.h.
|
inline |
Definition at line 19 of file HOM_DataTree.h.
|
inline |
Definition at line 24 of file HOM_DataTree.h.
|
inlineoverride |
Definition at line 28 of file HOM_DataTree.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |