|
| AbstractApiWidget (QWidget *parent=0) |
|
virtual bool | event (QEvent *e) |
|
void | setApiFunctionGraphBasePtr (void **apiFunctionGraphBasePtr) |
|
void | setApiFunctionBasePtr (void **apiFunctionBasePtr) |
|
void ** | getApiFunctionGraphBasePtr (void) |
|
void ** | getApiFunctionBasePtr (void) |
|
|
void ** | m_apiFunctionsGraphBasePtr |
|
void ** | m_apiFunctionsBasePtr |
|
◆ importItomApi()
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 itself. Therefore put the macro WIDGET_ITOM_API before the public section in the widget class.
◆ importItomApiGraph()
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 itself. 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:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/common/abstractApiWidget.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/common/sources/abstractApiWidget.cpp