ParaView
Public Slots | Signals | Public Member Functions | Static Public Member Functions
pqActiveView Class Reference

Provides a central location for managing an "active" view (note that a "view" could be a 3D render view, a plot, or any other type of view). More...

#include <pqActiveView.h>

List of all members.

Public Slots

void setCurrent (pqView *view)
 Called to set the currently-active view.

Signals

void changed (pqView *view)
 Signal emitted whenever the currently-active view changes.

Public Member Functions

pqViewcurrent () const
 Returns the currently-active view (could return NULL)

Static Public Member Functions

static pqActiveViewinstance ()

Detailed Description

Provides a central location for managing an "active" view (note that a "view" could be a 3D render view, a plot, or any other type of view).

This class is deprecated for all intents and purposes. One should directly use pqActiveObjects. For backwards compatibility, this simply forwards the calls to pqActiveObjects instance.

Definition at line 48 of file pqActiveView.h.


Member Function Documentation

static pqActiveView& pqActiveView::instance ( ) [static]
pqView* pqActiveView::current ( ) const

Returns the currently-active view (could return NULL)

void pqActiveView::changed ( pqView view) [signal]

Signal emitted whenever the currently-active view changes.

void pqActiveView::setCurrent ( pqView view) [slot]

Called to set the currently-active view.


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