#include <vtkViewUpdater.h>
vtkViewUpdater registers with selection change events for a set of views, and updates all views when a view fires a selection changed event. This is often needed when multiple views share a selection with vtkSelectionLink.
Definition at line 37 of file vtkViewUpdater.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddView (vtkView *view) |
Static Public Member Functions | |
static vtkViewUpdater * | New () |
static int | IsTypeOf (const char *type) |
static vtkViewUpdater * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkViewUpdater () | |
~vtkViewUpdater () |
typedef vtkObject vtkViewUpdater::Superclass |
vtkViewUpdater::vtkViewUpdater | ( | ) | [protected] |
vtkViewUpdater::~vtkViewUpdater | ( | ) | [protected] |
static vtkViewUpdater* vtkViewUpdater::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkViewUpdater::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
static int vtkViewUpdater::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkViewUpdater::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkViewUpdater* vtkViewUpdater::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
void vtkViewUpdater::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
void vtkViewUpdater::AddView | ( | vtkView * | view | ) |