HDK
|
#include <HOM_ViewerStateContext.h>
Public Member Functions | |
HOM_ViewerStateContext () | |
~HOM_ViewerStateContext () override | |
virtual std::string | __repr__ ()=0 |
Public Member Functions inherited from HOM_GadgetContext | |
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 20 of file HOM_ViewerStateContext.h.
|
inline |
Definition at line 32 of file HOM_ViewerStateContext.h.
|
inlineoverride |
Definition at line 38 of file HOM_ViewerStateContext.h.
|
pure virtual |