itom
|
class for a interval type containing the plot handle / unique id and name. More...
#include <itomPlotHandle.h>
Public Member Functions | |
ItomPlotHandle (const char *objName, const char *widgetClassName, const unsigned int objectID) | |
ItomPlotHandle (const ItomPlotHandle &rhs) | |
std::string | getObjName () const |
std::string | getWidgetClassName () const |
unsigned int | getObjectID () const |
Private Attributes | |
std::string | m_pObjName |
std::string | m_pWidgetClassName |
unsigned int | m_objectID |
class for a interval type containing the plot handle / unique id and name.
This class is used to allow a conversion between Py_uiItem and C++/Qt.