#include <OCCViewer_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 |
| |
◆ OCCViewer_ViewManager()
| OCCViewer_ViewManager::OCCViewer_ViewManager |
( |
SUIT_Study * |
study, |
|
|
SUIT_Desktop * |
theDesktop, |
|
|
bool |
DisplayTrihedron = true |
|
) |
| |
◆ ~OCCViewer_ViewManager()
| OCCViewer_ViewManager::~OCCViewer_ViewManager |
( |
| ) |
|
◆ contextMenuPopup()
| void OCCViewer_ViewManager::contextMenuPopup |
( |
QMenu * |
popup | ) |
|
|
virtual |
◆ getOCCViewer()
◆ isAutoRotation()
| bool OCCViewer_ViewManager::isAutoRotation |
( |
| ) |
const |
◆ isChainedOperations()
| bool OCCViewer_ViewManager::isChainedOperations |
( |
| ) |
const |
◆ setAutoRotation()
| void OCCViewer_ViewManager::setAutoRotation |
( |
bool |
isAutoRotation | ) |
|
◆ setChainedOperations()
| void OCCViewer_ViewManager::setChainedOperations |
( |
bool |
isChainedOperations | ) |
|
◆ myIsAutoRotation
| bool OCCViewer_ViewManager::myIsAutoRotation |
|
private |
◆ myIsChainedOperations
| bool OCCViewer_ViewManager::myIsChainedOperations |
|
private |
The documentation for this class was generated from the following files: