ParaView
|
pqViewManager is deprecated. Use pqTabbedMultiViewWidget. More...
#include <pqViewManager.h>
Public Member Functions | |
pqViewManager (QWidget *parentW=0) | |
virtual | ~pqViewManager () |
![]() | |
pqTabbedMultiViewWidget (QWidget *parent=0) | |
virtual | ~pqTabbedMultiViewWidget () |
virtual QSize | clientSize () const |
Returns the size for the tabs in the widget. More... | |
virtual vtkImageData * | captureImage (int width, int height) |
Captures an image for the views in the layout. More... | |
virtual int | prepareForCapture (int width, int height) |
setups up the environment for capture. More... | |
virtual void | cleanupAfterCapture () |
cleans up the environment after image capture. More... | |
virtual bool | writeImage (const QString &filename, int width, int height, int quality=-1) |
Capture an image and saves it out to a file. More... | |
void | setReadOnly (bool val) |
When set to true (off by default), the widget will not allow adding/removing tabs trough user interactions. More... | |
bool | readOnly () const |
Additional Inherited Members | |
![]() | |
virtual void | createTab () |
virtual void | createTab (pqServer *) |
virtual void | createTab (vtkSMViewLayoutProxy *) |
virtual void | closeTab (int) |
virtual void | toggleFullScreen () |
toggles fullscreen state. More... | |
virtual void | toggleWidgetDecoration () |
toggles decoration visibility on the current widget More... | |
virtual void | lockViewSize (const QSize &) |
Locks the maximum size for each view-frame to the given size. More... | |
virtual void | reset () |
cleans up the layout. More... | |
![]() | |
void | viewSizeLocked (bool) |
fired when lockViewSize() is called. More... | |
![]() | |
virtual void | proxyAdded (pqProxy *) |
slots connects to corresponding signals on pqServerManagerObserver. More... | |
virtual void | proxyRemoved (pqProxy *) |
virtual void | serverRemoved (pqServer *) |
virtual void | currentTabChanged (int) |
called when the active tab changes. More... | |
virtual void | frameActivated () |
called when a frame in pqMultiViewWidget is activated. More... | |
virtual void | onStateLoaded () |
verifies that all views loaded from state are indeed assigned to some view layout, or we just assign them to one. More... | |
virtual void | aboutToCreateView (pqServer *) |
called when pqObjectBuilder is about to create a new view. More... | |
void | contextMenuRequested (const QPoint &) |
called when context menu need to be created on the tab title. More... | |
void | onLayoutNameChanged (pqServerManagerModelItem *) |
![]() | |
virtual bool | eventFilter (QObject *obj, QEvent *event) |
virtual void | assignToFrame (pqView *, bool warnIfTabCreated) |
assigns a frame to the view. More... | |
![]() | |
bool | readOnly |
pqViewManager is deprecated. Use pqTabbedMultiViewWidget.
Definition at line 38 of file pqViewManager.h.
pqViewManager::pqViewManager | ( | QWidget * | parentW = 0 | ) |
|
virtual |