|
| FigureWidget (const QString &title, bool docked, bool isDockAvailable, int rows, int cols, QWidget *parent=0, Qt::WindowFlags flags=Qt::WindowFlags()) |
|
| ~FigureWidget () |
| destructor
|
|
RetVal | plot (QSharedPointer< ito::DataObject > dataObj, QSharedPointer< ito::DataObject > xAxisObj, int areaRow, int areaCol, const QString &className, QWidget **canvasWidget) |
|
RetVal | liveImage (QPointer< AddInDataIO > cam, int areaRow, int areaCol, const QString &className, QWidget **canvasWidget) |
|
RetVal | loadDesignerWidget (int areaRow, int areaCol, const QString &className, QWidget **canvasWidget) |
|
QWidget * | getSubplot (int index) const |
|
RetVal | changeCurrentSubplot (int newIndex) |
|
virtual QSize | defaultSize () const |
|
void | setFigHandle (QSharedPointer< unsigned int > figHandle) |
|
int | rows () const |
|
int | cols () const |
|
QColor | currentBorderColor () const |
|
void | setCurrentBorderColor (QColor color) |
|
| 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 |
|
|
QWidget * | prepareWidget (const QString &plotClassName, int areaRow, int areaCol, RetVal &retval) |
|
void | setMenusVisible (const QWidget *widget, bool visible) |
|
void | createActions () |
|
void | createMenus () |
|
void | createToolBars () |
|
void | createStatusBar () |
|
void | updateActions () |
|
void | updatePythonActions () |
|
void | closeEvent (QCloseEvent *event) |
| closeEvent invoked if this AbstractDockWidget should be closed
|
|
QSharedPointer< ito::Param > | getParamByInvoke (ito::AddInBase *addIn, const QString ¶mName, ito::RetVal &retval) |
|
bool | eventFilter (QObject *obj, QEvent *event) |
| eventFilter for m_pWindow
|
|
void | init () |
| init method, called by constructor
|
|
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) |
|