#include <PVViewer_ViewManager.h>
Static Public Member Functions | |
static PVServer_ServiceWrapper * | GetService () |
Get the CORBA engine wrapper. More... | |
static QString | GetPVConfigPath () |
Get PVViewer configuration path as stored by SALOME's resource manager: More... | |
static bool | ConnectToExternalPVServer (QMainWindow *aDesktop) |
Connect to the external PVServer, using the PARAVIS engine to launch it if it is not already up. More... | |
Protected Slots | |
void | onWindowActivated (SUIT_ViewWindow *) |
Protected Slots inherited from SUIT_ViewManager | |
void | onWindowActivated (SUIT_ViewWindow *) |
void | onClosingView (SUIT_ViewWindow *) |
void | onMousePressed (SUIT_ViewWindow *, QMouseEvent *) |
void | onDeleteStudy () |
Private Attributes | |
SUIT_Desktop * | desktop |
Additional Inherited Members | |
Public Slots inherited from SUIT_ViewManager | |
void | createView () |
void | closeAllViews () |
Signals inherited from SUIT_ViewManager | |
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 *) |
Protected Types inherited from SUIT_ViewManager | |
typedef QPointer< SUIT_ViewWindow > | ViewWindow |
Protected Member Functions inherited from SUIT_ViewManager | |
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 Protected Member Functions inherited from SUIT_ViewManager | |
static int | useNewId (const QString &) |
Protected Attributes inherited from SUIT_ViewManager | |
SUIT_Desktop * | myDesktop |
SUIT_ViewModel * | myViewModel |
QVector< ViewWindow > | myViews |
SUIT_ViewWindow * | myActiveView |
int | myId |
QPixmap | myIcon |
QString | myTitle |
SUIT_Study * | myStudy |
bool | myIsDetached |
Static Protected Attributes inherited from SUIT_ViewManager | |
static QMap< QString, int > | _ViewMgrId |
PVViewer_ViewManager::PVViewer_ViewManager | ( | SUIT_Study * | study, |
SUIT_Desktop * | desk, | ||
LogWindow * | logWindow | ||
) |
Constructor
References onWindowActivated(), PVViewer_Core::ParaviewInitApp(), and SUIT_ViewManager::setTitle().
|
inline |
|
static |
|
static |
References SUIT_Session::resourceMgr(), SUIT_Session::session(), and QtxResourceMgr::stringValue().
|
static |
References PVServer_ServiceWrapper::GetInstance().
|
protectedslot |
Enable toolbars if view view is ParaView viewer and disable otherwise.
References desktop, PVViewer_GUIElements::GetInstance(), and PVViewer_GUIElements::setToolBarEnabled().
|
private |