ParaView
Public Member Functions | List of all members
pqViewManager Class Reference

pqViewManager is deprecated. More...

#include <pqViewManager.h>

Inheritance diagram for pqViewManager:
Inheritance graph
[legend]
Collaboration diagram for pqViewManager:
Collaboration graph
[legend]

Public Member Functions

 pqViewManager (QWidget *parentW=0)
 
virtual ~pqViewManager ()
 
- Public Member Functions inherited from pqTabbedMultiViewWidget
 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

- Public Slots inherited from pqTabbedMultiViewWidget
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...
 
- Signals inherited from pqTabbedMultiViewWidget
void viewSizeLocked (bool)
 fired when lockViewSize() is called. More...
 
- Protected Slots inherited from pqTabbedMultiViewWidget
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 *)
 
- Protected Member Functions inherited from pqTabbedMultiViewWidget
virtual bool eventFilter (QObject *obj, QEvent *event)
 
virtual void assignToFrame (pqView *, bool warnIfTabCreated)
 assigns a frame to the view. More...
 
- Properties inherited from pqTabbedMultiViewWidget
bool readOnly
 

Detailed Description

pqViewManager is deprecated.

Use pqTabbedMultiViewWidget.

Definition at line 40 of file pqViewManager.h.

Constructor & Destructor Documentation

§ pqViewManager()

pqViewManager::pqViewManager ( QWidget *  parentW = 0)

§ ~pqViewManager()

virtual pqViewManager::~pqViewManager ( )
virtual

The documentation for this class was generated from the following file: