Python viewer view manager.
#include <PyViewer_ViewManager.h>
|
| void | createView () |
| |
| void | closeAllViews () |
| |
| void | lastViewClosed (SUIT_ViewManager *) |
| |
| void | tryCloseView (SUIT_ViewWindow *) |
| |
| void | deleteView (SUIT_ViewWindow *) |
| |
| void | viewCreated (SUIT_ViewWindow *) |
| |
| void | mousePress (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseRelease (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseDoubleClick (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseMove (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | wheel (SUIT_ViewWindow *, QWheelEvent *) |
| |
| void | keyPress (SUIT_ViewWindow *, QKeyEvent *) |
| |
| void | keyRelease (SUIT_ViewWindow *, QKeyEvent *) |
| |
| void | activated (SUIT_ViewManager *) |
| |
| typedef QPointer< SUIT_ViewWindow > | ViewWindow |
| |
| void | onWindowActivated (SUIT_ViewWindow *) |
| |
| void | onClosingView (SUIT_ViewWindow *) |
| |
| void | onMousePressed (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | onDeleteStudy () |
| |
| virtual bool | insertView (SUIT_ViewWindow *theView) |
| |
| virtual void | removeView (SUIT_ViewWindow *theView) |
| |
| virtual void | closeView (SUIT_ViewWindow *theView) |
| |
| virtual void | setViewName (SUIT_ViewWindow *theView) |
| |
| QString | prepareTitle (const QString &, const int, const int) |
| |
| static int | useNewId (const QString &) |
| |
| SUIT_Desktop * | myDesktop |
| |
| SUIT_ViewModel * | myViewModel |
| |
| QVector< ViewWindow > | myViews |
| |
| SUIT_ViewWindow * | myActiveView |
| |
| int | myId |
| |
| QPixmap | myIcon |
| |
| QString | myTitle |
| |
| SUIT_Study * | myStudy |
| |
| bool | myIsDetached |
| |
| static QMap< QString, int > | _ViewMgrId |
| |
| PyViewer_ViewManager::~PyViewer_ViewManager |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: