|
void | pythonKeyboardInterrupt (bool checked) |
|
RetVal | loadPluginWidget (void *algoWidgetFunc, int uiDescription, const StringMap &dialogButtons, QVector< ito::ParamBase > *paramsMand, QVector< ito::ParamBase > *paramsOpt, QSharedPointer< unsigned int >dialogHandle, QSharedPointer< unsigned int > objectID, QSharedPointer< QByteArray > className, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | createNewDialog (const QString &filename, int uiDescription, const StringMap &dialogButtons, QSharedPointer< unsigned int > dialogHandle, QSharedPointer< unsigned int > objectID, QSharedPointer< QByteArray > className, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | deleteDialog (unsigned int handle, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showDialog (unsigned int handle, int modalLevel, QSharedPointer< int > retCodeIfModal, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | hideDialog (unsigned int handle, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | setAttribute (unsigned int handle, Qt::WidgetAttribute attribute, bool on=true, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | isVisible (unsigned int handle, QSharedPointer< bool > visible, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | handleExist (unsigned int handle, QSharedPointer< bool > exist, ItomSharedSemaphore *semaphore=NULL) |
|
UiContainer * | getUiDialogByHandle (unsigned int uiHandle) |
|
RetVal | getDockedStatus (unsigned int uiHandle, QSharedPointer< bool > docked, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | setDockedStatus (unsigned int uiHandle, bool docked, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showInputDialogGetDouble (unsigned int objectID, const QString &title, const QString &label, double defaultValue, QSharedPointer< bool > ok, QSharedPointer< double > value, double min=-2147483647, double max=2147483647, int decimals=1, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showInputDialogGetInt (unsigned int objectID, const QString &title, const QString &label, int defaultValue, QSharedPointer< bool > ok, QSharedPointer< int > value, int min=-2147483647, int max=2147483647, int step=1, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showInputDialogGetItem (unsigned int objectID, const QString &title, const QString &label, const QStringList &stringList, QSharedPointer< bool > ok, QSharedPointer< QString > value, int currentIndex=0, bool editable=false, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showInputDialogGetText (unsigned int objectID, const QString &title, const QString &label, const QString &defaultString, QSharedPointer< bool > ok, QSharedPointer< QString > value, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showMessageBox (unsigned int objectID, int type, const QString &title, const QString &text, int buttons, int defaultButton, QSharedPointer< int > retButton, QSharedPointer< QString > retButtonText, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showFileDialogExistingDir (unsigned int objectID, const QString &caption, QSharedPointer< QString > directory, int options=QFileDialog::ShowDirsOnly, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showFileOpenDialog (unsigned int objectID, const QString &caption, const QString &directory, const QString &filter, QSharedPointer< QString > file, int selectedFilterIndex=0, int options=0, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showFilesOpenDialog (unsigned int objectID, const QString &caption, const QString &directory, const QString &filter, QSharedPointer< QStringList > files, int selectedFilterIndex=0, int options=0, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | showFileSaveDialog (unsigned int objectID, const QString &caption, const QString &directory, const QString &filter, QSharedPointer< QString > file, int selectedFilterIndex=0, int options=0, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | exists (unsigned int objectID, QSharedPointer< bool > exists, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getPropertyInfos (unsigned int objectID, QSharedPointer< QVariantMap > retPropertyMap, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | readProperties (unsigned int objectID, QSharedPointer< QVariantMap > properties, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | writeProperties (unsigned int objectID, const QVariantMap &properties, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | readProperties (unsigned int handle, const QString &widgetName, QSharedPointer< QVariantMap > properties, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | writeProperties (unsigned int handle, const QString &widgetName, const QVariantMap &properties, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getAttribute (unsigned int objectID, int attributeNumber, QSharedPointer< bool > value, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | setAttribute (unsigned int objectID, int attributeNumber, bool value, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getWindowFlags (unsigned int objectID, QSharedPointer< int > flags, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | setWindowFlags (unsigned int objectID, int flags, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | widgetMetaObjectCounts (unsigned int objectID, QSharedPointer< int > classInfoCount, QSharedPointer< int > enumeratorCount, QSharedPointer< int > methodCount, QSharedPointer< int > propertyCount, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getChildObject (unsigned int uiHandle, const QString &objectName, QSharedPointer< unsigned int > objectID, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getChildObject2 (unsigned int parentObjectID, const QString &objectName, QSharedPointer< unsigned int > objectID, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getChildObject3 (unsigned int parentObjectID, const QString &objectName, QSharedPointer< unsigned int > objectID, QSharedPointer< QByteArray > widgetClassName, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getLayout (unsigned int objectID, QSharedPointer< unsigned int > layoutObjectID, QSharedPointer< QByteArray > layoutClassName, QSharedPointer< QString > layoutObjectName, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getSignalIndex (unsigned int objectID, const QByteArray &signalSignature, QSharedPointer< int > signalIndex, QSharedPointer< QObject * > objPtr, QSharedPointer< IntList > argTypes, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | callSlotOrMethod (bool slotNotMethod, unsigned int objectID, int slotOrMethodIndex, QSharedPointer< FctCallParamContainer > args, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getObjectInfo (const QString &classname, bool pythonNotCStyle, ito::UiOrganizer::ClassInfoContainerList *objectInfo, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getObjectInfo (const QObject *obj, int type, bool pythonNotCStyle, ito::UiOrganizer::ClassInfoContainerList *objectInfo, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getObjectInfo (unsigned int objectID, int type, bool pythonNotCStyle, ito::UiOrganizer::ClassInfoContainerList *objectInfo, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getObjectAndWidgetName (unsigned int objectID, QSharedPointer< QByteArray > objectName, QSharedPointer< QByteArray > widgetClassName, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getObjectChildrenInfo (unsigned int objectID, bool recursive, QSharedPointer< QStringList > objectNames, QSharedPointer< QStringList > classNames, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getObjectID (const QObject *obj, QSharedPointer< unsigned int > objectID, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | connectWithKeyboardInterrupt (unsigned int objectID, const QByteArray &signalSignature, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | connectProgressObserverInterrupt (unsigned int objectID, const QByteArray &signalSignature, QPointer< QObject > progressObserver, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getMethodDescriptions (unsigned int objectID, QSharedPointer< MethodDescriptionList > methodList, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | createFigure (QSharedPointer< QSharedPointer< unsigned int > > guardedFigureHandle, QSharedPointer< unsigned int > objectID, QSharedPointer< int > rows, QSharedPointer< int > cols, QPoint offset=QPoint(), QSize size=QSize(), ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | getSubplot (QSharedPointer< unsigned int > figHandle, unsigned int subplotIndex, QSharedPointer< unsigned int > objectID, QSharedPointer< QByteArray > objectName, QSharedPointer< QByteArray > widgetClassName, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | figurePlot (ito::UiDataContainer &dataCont, ito::UiDataContainer &xAxisCont, QSharedPointer< unsigned int > figHandle, QSharedPointer< unsigned int > objectID, int areaRow, int areaCol, QString className, QVariantMap properties, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | figureLiveImage (AddInDataIO *dataIO, QSharedPointer< unsigned int > figHandle, QSharedPointer< unsigned int > objectID, int areaRow, int areaCol, QString className, QVariantMap properties, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | figureDesignerWidget (QSharedPointer< unsigned int > figHandle, QSharedPointer< unsigned int > objectID, int areaRow, int areaCol, QString className, QVariantMap properties, ItomSharedSemaphore *semaphore=NULL) |
|
void | figureAssureMinimalSize (ito::FigureWidget *fig) |
|
RetVal | figureClose (unsigned int figHandle, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | closeAllFloatableFigures (ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | figureShow (const unsigned int &handle=0, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | figureMinimizeAll (ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | figurePickPoints (unsigned int objectID, QSharedPointer< QVector< ito::Shape > > shapes, int maxNrPoints, ItomSharedSemaphore *semaphore) |
|
RetVal | figureDrawGeometricShapes (unsigned int objectID, QSharedPointer< QVector< ito::Shape > > shapes, int shapeType, int maxNrElements, ItomSharedSemaphore *semaphore) |
|
RetVal | figurePickPointsInterrupt (unsigned int objectID) |
|
RetVal | isFigureItem (unsigned int objectID, QSharedPointer< unsigned int > isFigureItem, ItomSharedSemaphore *semaphore) |
|
RetVal | getAllAvailableHandles (QSharedPointer< QList< unsigned int > > list, ItomSharedSemaphore *semaphore=NULL) |
| getAllAvailableHandles ruturns all available figure handles
|
|
RetVal | getPlotWindowTitlebyHandle (const unsigned int &objectID, QSharedPointer< QString > title, ItomSharedSemaphore *semaphore=NULL) |
|
RetVal | connectWidgetsToProgressObserver (bool hasProgressBar, unsigned int progressBarObjectID, bool hasLabel, unsigned int labelObjectID, QSharedPointer< ito::FunctionCancellationAndObserver > progressObserver, ItomSharedSemaphore *semaphore) |
|
RetVal | getAvailableWidgetNames (QSharedPointer< QStringList > widgetNames, ItomSharedSemaphore *semaphore) |
|
RetVal | registerActiveTimer (const QWeakPointer< QTimer > &timer, const QString &name) |
| registerActiveTimer can be used to register a running timer instance for the 'active timer dialog' of the main window
|
|
RetVal | copyStringToClipboard (const QString &text, ItomSharedSemaphore *semaphore) |
|
void | figureDestroyed (QObject *obj) |
|