itom  4.1.0
ito::AbstractApiWidget Class Referenceabstract
Inheritance diagram for ito::AbstractApiWidget:
PythonLogWidget

Public Member Functions

 AbstractApiWidget (QWidget *parent=0)
 
virtual bool event (QEvent *e)
 
void setApiFunctionGraphBasePtr (void **apiFunctionGraphBasePtr)
 
void setApiFunctionBasePtr (void **apiFunctionBasePtr)
 
void ** getApiFunctionGraphBasePtr (void)
 
void ** getApiFunctionBasePtr (void)
 

Protected Member Functions

virtual RetVal init ()
 
virtual void importItomApi (void **apiPtr)=0
 
virtual void importItomApiGraph (void **apiPtr)=0
 

Protected Attributes

void ** m_apiFunctionsGraphBasePtr
 
void ** m_apiFunctionsBasePtr
 

Private Attributes

AbstractApiWidgetPrivated
 

Member Function Documentation

virtual void ito::AbstractApiWidget::importItomApi ( void **  apiPtr)
protectedpure virtual

function to provide access to the itom API functions. this methods are implemented in the plugin itsself. Therefore put the macro WIDGET_ITOM_API before the public section in the widget class.

virtual void ito::AbstractApiWidget::importItomApiGraph ( void **  apiPtr)
protectedpure virtual

function to provide access to the itom API functions. this methods are implemented in the plugin itsself. Therefore put the macro WIDGET_ITOM_API before the public section in the widget class.


The documentation for this class was generated from the following files: