|
ParaView
|
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>
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 | |
| pqView * | current () const |
| Returns the currently-active view (could return NULL) | |
Static Public Member Functions | |
| static pqActiveView & | instance () |
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.
| 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.
1.7.5.1