#include <PV3DViewer_ViewWindow.h>
|
| virtual void | onDumpView () |
| |
| void | setVisible (bool) |
| |
| void | tryClosing (SUIT_ViewWindow *) |
| |
| void | closing (SUIT_ViewWindow *) |
| |
| void | mousePressed (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseReleased (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseDoubleClicked (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseMoving (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | wheeling (SUIT_ViewWindow *, QWheelEvent *) |
| |
| void | keyPressed (SUIT_ViewWindow *, QKeyEvent *) |
| |
| void | keyReleased (SUIT_ViewWindow *, QKeyEvent *) |
| |
| void | contextMenuRequested (QContextMenuEvent *e) |
| |
| void | viewModified (SUIT_ViewWindow *) |
| |
| void | vpStartRotate (int, int, qint64) |
| |
| void | vpRotate (int, int, qint64) |
| |
| void | vpEndRotate (int, int, qint64) |
| |
| void | updateSyncViews () |
| |
| void | onSynchronizeView (bool) |
| |
| virtual void | synchronize (SUIT_ViewWindow *) |
| |
| void | emitViewModified () |
| |
| void | closeEvent (QCloseEvent *) |
| |
| virtual void | contextMenuEvent (QContextMenuEvent *) |
| |
| virtual QString | filter () const |
| |
| virtual bool | action (const int) |
| |
| virtual bool | dumpViewToFormat (const QImage &, const QString &fileName, const QString &format) |
| |
| virtual QAction * | synchronizeAction () |
| |
| static void | synchronizeView (SUIT_ViewWindow *viewWindow, int id) |
| |
| SUIT_Desktop * | myDesktop |
| |
| SUIT_ViewManager * | myManager |
| |
◆ PV3DViewer_ViewWindow()
◆ ~PV3DViewer_ViewWindow()
| PV3DViewer_ViewWindow::~PV3DViewer_ViewWindow |
( |
| ) |
|
|
virtual |
Destructor. As pqViewManager persists through the whole session, the destructor first removes it from the children of this PV3DViewer_ViewWindow to prevent its unexpected deletion.
References myPVMgr.
◆ getMultiViewManager()
| pqTabbedMultiViewWidget * PV3DViewer_ViewWindow::getMultiViewManager |
( |
| ) |
const |
Returns the ParaView multi-view manager previously set with setPVManager()
References myPVMgr.
◆ removePVMgr()
| void PV3DViewer_ViewWindow::removePVMgr |
( |
| ) |
|
|
static |
◆ myDesktop
◆ myModel
◆ myPVMgr
| pqTabbedMultiViewWidget* PV3DViewer_ViewWindow::myPVMgr |
|
private |
The documentation for this class was generated from the following files: