23#ifndef WIDGETWRAPPER_H
24#define WIDGETWRAPPER_H
26#include "../python/pythonItomMetaObject.h"
30#include <qmetaobject.h>
64 QMetaProperty
fakeProperty(
const QObject *baseObject,
const QString &fakePropertyName, QObject **destinationObject);
70 ito::RetVal callObject(QObject *
object,
int methodIndex,
void **_a);
71 ito::RetVal callListWidget(QListWidget *listWidget,
int methodIndex,
void **_a);
72 ito::RetVal callComboBox(QComboBox *comboBox,
int methodIndex,
void **_a);
73 ito::RetVal callTabWidget(QTabWidget *tabWidget,
int methodIndex,
void **_a);
74 ito::RetVal callTableView(QTableView *tableView,
int methodIndex,
void **_a);
75 ito::RetVal callSplitter(QSplitter *splitter,
int methodIndex,
void **_a);
76 ito::RetVal callStatusBar(QStatusBar *statusBar,
int methodIndex,
void **_a);
77 ito::RetVal callMainWindow(QMainWindow *mainWindow,
int methodIndex,
void **_a);
78 ito::RetVal callWidget(QWidget *widget,
int methodIndex,
void **_a);
79 ito::RetVal callTableWidget(QTableWidget *tableWidget,
int methodIndex,
void **_a);
80 ito::RetVal callToolBar(QToolBar *toolbar,
int methodIndex,
void **_a);
81 ito::RetVal callAction(QAction *action,
int methodIndex,
void **_a);
82 ito::RetVal callLayout(QLayout *layout,
int methodIndex,
void **_a);
83 ito::RetVal callFormLayout(QFormLayout *layout,
int methodIndex,
void **_a);
84 ito::RetVal callGridLayout(QGridLayout *layout,
int methodIndex,
void **_a);
85 ito::RetVal callBoxLayout(QBoxLayout *layout,
int methodIndex,
void **_a);
Small wrapper class with all necessary information for any method, signal or slot of class which shou...
Definition pythonItomMetaObject.h:64
Class for managing status values (like errors or warning)
Definition retVal.h:54
The UiOrganizer is started as singleton instance within itom and organizes all main windows,...
Definition uiOrganizer.h:303
Definition apiFunctionsGraph.cpp:40