HDK
|
#include <HOM_ViewerStateContext.h>
Public Member Functions | |
HOM_ViewerStateContext () | |
virtual | ~HOM_ViewerStateContext () |
virtual std::string | __repr__ ()=0 |
![]() | |
HOM_GadgetContext () | |
virtual | ~HOM_GadgetContext () |
virtual std::string | gadget () const =0 |
virtual std::string | gadgetLabel () const =0 |
virtual int | component1 () const =0 |
virtual int | component2 () const =0 |
virtual bool | isLocating () const =0 |
virtual bool | isPicking () const =0 |
virtual bool | isDrawing () const =0 |
virtual bool | isLocated (std::string const &gadget_name) const =0 |
virtual bool | isPicked (std::string const &gadget_name) const =0 |
Definition at line 19 of file HOM_ViewerStateContext.h.
|
inline |
Definition at line 31 of file HOM_ViewerStateContext.h.
|
inlinevirtual |
Definition at line 37 of file HOM_ViewerStateContext.h.
|
pure virtual |