VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkViewUpdater Class Reference

Updates views automatically. More...

#include <vtkViewUpdater.h>

Inherits vtkObject.

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkViewUpdaterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddView (vtkView *view)
 
void RemoveView (vtkView *view)
 
void AddAnnotationLink (vtkAnnotationLink *link)
 

Static Public Member Functions

static vtkViewUpdaterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkViewUpdaterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkViewUpdater ()
 
 ~vtkViewUpdater ()
 

Detailed Description

Updates views automatically.

vtkViewUpdater registers with annotation change events for a set of annotation links, and updates all views when an annotation link fires an annotation changed event. This is often needed when multiple views share a selection with vtkAnnotationLink.

Examples:
vtkViewUpdater (Examples)

Definition at line 42 of file vtkViewUpdater.h.

Member Typedef Documentation

typedef vtkObject vtkViewUpdater::Superclass

Definition at line 46 of file vtkViewUpdater.h.

Constructor & Destructor Documentation

vtkViewUpdater::vtkViewUpdater ( )
protected
vtkViewUpdater::~vtkViewUpdater ( )
protected

Member Function Documentation

static vtkViewUpdater* vtkViewUpdater::New ( )
static
static int vtkViewUpdater::IsTypeOf ( const char *  type)
static
virtual int vtkViewUpdater::IsA ( const char *  type)
virtual
static vtkViewUpdater* vtkViewUpdater::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkViewUpdater::NewInstanceInternal ( ) const
protectedvirtual
vtkViewUpdater* vtkViewUpdater::NewInstance ( ) const
void vtkViewUpdater::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkViewUpdater::AddView ( vtkView view)
void vtkViewUpdater::RemoveView ( vtkView view)
void vtkViewUpdater::AddAnnotationLink ( vtkAnnotationLink link)

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