![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Slots | |
| void | onCurrentItemPositionChange (vec2 pos) |
| void | updatePositionX (int) |
| void | updatePositionY (int) |
Signals | |
| void | rectItemPositionChanged () |
Public Member Functions | |
| void | addBackGroundImage (std::string imagePath) |
| void | addRectangleTest () |
| void | generateWidget () |
| QGraphicsScene * | getScene () |
| QGraphicsView * | getView () |
| void | hideLabelDescription (bool hide) |
| void | hideLabels (bool hide) |
| void | setParent (ImageEditorWidgetQt *) |
| void | setReadOnly (bool readOnly) |
| void | setSceneScaling (float scaling) |
| void | setToolBarVisible (bool visible) |
Public Attributes | |
| QImage * | backGroundImage_ |
| ImageEditorWidgetQt * | mainParentWidget_ |
| QToolButton * | reDoButton_ |
| QToolButton * | reLoadButton_ |
| QToolButton * | saveButton_ |
| SimpleGraphicsScene * | scene_ |
| std::string | tmpPropertyValue_ |
| QToolBar * | toolBar_ |
| QToolButton * | unDoButton_ |
| SimpleGraphicsView * | view_ |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *) |
Protected Attributes | |
| QLabel * | labelPositionX_ |
| QLabel * | labelPositionY_ |
| QSpinBox * | positionX_ |
| QSpinBox * | positionY_ |
| float | sceneScaleFactor_ |