|  | 
| void | mnuShowInfo (QString name, HelpTreeDockWidget::HelpItemType type) | 
|  | 
| void | setEnabled (bool) | 
|  | 
| virtual void | setVisible (bool visible) | 
|  | 
| virtual void | pythonStateChanged (tPythonTransitions pyTransition) | 
|  | slot invoked if python state changed. Sets the specific member variables according to the python transition. 
 | 
|  | 
| void | raiseAndActivate () | 
|  | activates this dock widget or window and raises it on top of all opened windows 
 | 
|  | 
| void | mini () | 
|  | 
| void | setDockSize (int newWidth, int newHeight) | 
|  | 
| void | dockWidget () | 
|  | docks this dockWidget. 
 | 
|  | 
| void | undockWidget (bool show_it=true) | 
|  | undocks this dockWidget. 
 | 
|  | 
| RetVal | setAdvancedWindowTitle (QString newCompleteTitle=QString(), bool appendToBasicTitle=true) | 
|  | changes the title of widget 
 | 
|  | 
|  | 
| void | showPluginInfo (QString name, HelpTreeDockWidget::HelpItemType type, const QModelIndex modelIndex, bool fromLink) | 
|  | 
| void | dockStateChanged (bool docked) | 
|  | emitted if the widget is either docked or undocked from the main window 
 | 
|  | 
|  | 
|  | HelpDockWidget (const QString &title, const QString &objName, QWidget *parent=NULL, bool docked=true, bool isDockAvailable=true, tFloatingStyle floatingStyle=floatingNone, tMovingStyle movingStyle=movingEnabled) | 
|  | 
|  | 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 | 
|  | 
|  | 
| QAction * | m_pActBackward | 
|  | 
| QAction * | m_pActForward | 
|  | 
| QAction * | m_pActExpand | 
|  | 
| QAction * | m_pActCollapse | 
|  | 
| QWidgetAction * | m_pActChanged | 
|  | 
| QToolBar * | m_pMainToolbar | 
|  | 
| QLineEdit * | m_pFilterEdit | 
|  | 
| HelpTreeDockWidget * | m_pHelpWidget | 
|  | 
◆ createActions()
  
  | 
        
          | void ito::HelpDockWidget::createActions | ( |  | ) |  |  | protectedvirtual | 
 
 
◆ createMenus()
  
  | 
        
          | void ito::HelpDockWidget::createMenus | ( |  | ) |  |  | protectedvirtual | 
 
 
◆ createStatusBar()
  
  | 
        
          | void ito::HelpDockWidget::createStatusBar | ( |  | ) |  |  | inlineprotectedvirtual | 
 
 
◆ createToolBars()
  
  | 
        
          | void ito::HelpDockWidget::createToolBars | ( |  | ) |  |  | protectedvirtual | 
 
 
◆ updateActions()
  
  | 
        
          | void ito::HelpDockWidget::updateActions | ( |  | ) |  |  | protectedvirtual | 
 
 
◆ updatePythonActions()
  
  | 
        
          | void ito::HelpDockWidget::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/helpDockWidget.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/helpDockWidget.cpp