|
|
void | showPluginInfo (QString name, HelpTreeDockWidget::HelpItemType type) |
| |
|
void | showDockWidget () |
| |
|
void | dockStateChanged (bool docked) |
| | emitted if the widget is either docked or undocked from the main window
|
| |
|
|
| AIManagerWidget (const QString &title, const QString &objName, QWidget *parent=NULL, bool docked=true, bool isDockAvailable=true, tFloatingStyle floatingStyle=floatingNone, tMovingStyle movingStyle=movingEnabled) |
| |
|
| ~AIManagerWidget () |
| | returns the background color for instances, that have been created by Python or which have at least one current reference by Python code
|
| |
|
QColor | backgroundColorInstancesWithPythonRef () const |
| |
|
void | setBackgroundColorInstancesWithPythonRef (const QColor &bgColor) |
| |
| | AbstractDockWidget (bool docked, bool isDockAvailable, tFloatingStyle floatingStyle, tMovingStyle movingStyle, const QString &title=QString(), const QString &objName=QString(), QWidget *parent=0) |
| | constructor
|
| |
| virtual | ~AbstractDockWidget () |
| | destructor
|
| |
|
bool | docked () const |
| |
|
RetVal | setTopLevel (tTopLevelStyle topLevel, bool showWindow=true) |
| |
|
void | setParent (QWidget *parent) |
| |
|
QWidget * | getActiveInstance () |
| |
|
QRect | frameGeometry () const |
| |
|
const QRect & | geometry () const |
| |
|
QRect | normalGeometry () const |
| |
|
int | x () const |
| |
|
int | y () const |
| |
|
QPoint | pos () const |
| |
|
QSize | frameSize () const |
| |
|
QSize | size () const |
| |
|
int | width () const |
| |
|
int | height () const |
| |
|
QRect | rect () const |
| |
|
QRect | childrenRect () const |
| |
|
QRegion | childrenRegion () const |
| |
|
void | move (int x, int y) |
| |
|
void | move (const QPoint &) |
| |
|
void | resize (int w, int h) |
| |
|
void | resize (const QSize &) |
| |
|
void | setGeometry (int x, int y, int w, int h) |
| |
|
void | setGeometry (const QRect &) |
| |
|
void | setMinimumSize (const QSize &size) |
| |
|
QString | windowTitle () |
| |
|
void | setWindowTitle (const QString &title) |
| |
|
bool | isEnabled () const |
| |
|
bool | isVisible () const |
| |
|
void | saveState (const QString &iniName) const |
| |
|
void | restoreState (const QString &iniName) |
| |
| void | synchronizeTopLevelState () |
| | synchronizes the top level state of the dock widget with the floating settings of this abstract dock widget
|
| |
|
virtual QSize | sizeHint () const |
| |
|
virtual QSize | minimumSizeHint () const |
| |
|
| void | createActions () |
| |
| void | createMenus () |
| |
| void | createToolBars () |
| |
| void | createStatusBar () |
| |
| void | updateActions () |
| |
| void | updatePythonActions () |
| |
|
void | closeInstance (const QModelIndex index) |
| |
| bool | eventFilter (QObject *obj, QEvent *event) |
| | eventFilter for m_pWindow
|
| |
| void | init () |
| | init method, called by constructor
|
| |
| virtual void | closeEvent (QCloseEvent *event) |
| | closeEvent invoked if this AbstractDockWidget should be closed
|
| |
|
Qt::WindowFlags | modifyFlags (const Qt::WindowFlags &flags, const Qt::WindowFlags &setFlags, const Qt::WindowFlags &unsetFlags) |
| |
|
virtual void | windowStateChanged (bool) |
| |
| void | setContentWidget (QWidget *widget) |
| | sets any given QWidget as central widget of QMainWindow and inversely sets this QWidget's parent to the instance of QMainWindget
|
| |
| QWidget * | getContentWidget () const |
| |
|
QMainWindow * | getCanvas () |
| |
| bool | pythonBusy () const |
| |
| bool | pythonDebugMode () const |
| |
| bool | pythonInWaitingMode () const |
| |
| QToolBar * | getToolBar (QString key) const |
| | returns reference to toolbar with given key-value
|
| |
|
QMenuBar * | getMenuBar () const |
| |
|
RetVal | addToolBar (QToolBar *tb, const QString &key, Qt::ToolBarArea area=Qt::TopToolBarArea, int section=1) |
| |
|
RetVal | removeToolBar (const QString &key) |
| |
|
|
QMenu * | m_pContextMenu |
| |
|
QMenu * | m_pAIManagerViewSettingMenu |
| |
|
QToolBar * | m_pMainToolbar |
| |
|
QAction * | m_pShowConfDialog |
| |
|
QAction * | m_pActDockWidget |
| |
|
QAction * | m_pActDockWidgetToolbar |
| |
|
QAction * | m_pActNewInstance |
| |
|
QAction * | m_pActCloseInstance |
| |
|
QAction * | m_pActCloseAllInstances |
| |
|
QAction * | m_pActSendToPython |
| |
|
QAction * | m_pActLiveImage |
| |
|
QAction * | m_pActSnapDialog |
| |
|
QAction * | m_pActAutoGrabbing |
| |
|
QAction * | m_pActInfo |
| |
|
QAction * | m_pActOpenWidget |
| |
|
QAction * | m_pMainToolbarSeparator1 |
| |
|
QAction * | m_pMainToolbarSeparator2 |
| |
|
ShortcutAction * | m_pViewList |
| |
|
ShortcutAction * | m_pViewDetails |
| |
|
QAction * | m_actStayOnTop |
| |
|
QAction * | m_actStayOnTopOfApp |
| |
|
|
QColor | backgroundColorInstancesWithPythonRef |
| |
|
bool | visible |
| |
|
bool | enabled |
| |
|
QRect | geometry |
| |
|
QRect | frameGeometry |
| |
|
QRect | normalGeometry |
| |
|
int | x |
| |
|
int | y |
| |
|
QPoint | pos |
| |
|
QSize | frameSize |
| |
|
QSize | size |
| |
|
int | width |
| |
|
int | height |
| |
|
QRect | rect |
| |
|
QRect | childrenRect |
| |
|
QRegion | childrenRegion |
| |
|
QString | windowTitle |
| |
|
|
void | treeViewContextMenuRequested (const QPoint &pos) |
| |
|
void | selectionChanged (const QItemSelection &newSelection, const QItemSelection &oldSelection) |
| |
|
void | mnuShowConfdialog () |
| |
|
void | mnuToggleDockWidget () |
| |
|
void | mnuCreateNewInstance () |
| |
|
void | mnuCloseInstance () |
| |
|
void | mnuCloseAllInstances () |
| |
|
void | mnuSendToPython () |
| |
|
void | mnuShowAlgoWidget (ito::AddInAlgo::AlgoWidgetDef *awd) |
| |
|
void | mnuOpenWidget () |
| |
|
void | mnuToggleView () |
| |
|
void | mnuShowLiveImage () |
| |
|
void | mnuSnapDialog () |
| |
|
void | mnuToggleAutoGrabbing () |
| |
|
void | showList () |
| |
|
void | showDetails () |
| |
|
void | mnuShowInfo () |
| |
|
|
void | treeViewHideOrShowColumns (const bool &hide) |
| |
|
|
QTreeView * | m_pAIManagerView |
| |
|
QSortFilterProxyModel * | m_pSortFilterProxyModel |
| |
|
bool | m_showColumnDetails |
| |
|
QList< int > | m_detailColumnsWidth |
| |
|
PlugInModel * | m_pPlugInModel |
| |
◆ createActions()
| void ito::AIManagerWidget::createActions |
( |
| ) |
|
|
protectedvirtual |
◆ createMenus()
| void ito::AIManagerWidget::createMenus |
( |
| ) |
|
|
protectedvirtual |
◆ createStatusBar()
| void ito::AIManagerWidget::createStatusBar |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ createToolBars()
| void ito::AIManagerWidget::createToolBars |
( |
| ) |
|
|
protectedvirtual |
◆ updateActions()
| void ito::AIManagerWidget::updateActions |
( |
| ) |
|
|
protectedvirtual |
◆ updatePythonActions()
| void ito::AIManagerWidget::updatePythonActions |
( |
| ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/AIManagerWidget.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/AIManagerWidget.cpp