VTK
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPlaybackWidget Class Reference

2D widget for controlling a playback stream More...

#include <vtkPlaybackWidget.h>

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

List of all members.

Public Member Functions

void CreateDefaultRepresentation ()
void SetRepresentation (vtkPlaybackRepresentation *r)

Static Public Member Functions

static vtkPlaybackWidgetNew ()

Protected Member Functions

 vtkPlaybackWidget ()
 ~vtkPlaybackWidget ()
virtual void SelectRegion (double eventPos[2])
typedef vtkBorderWidget Superclass
static int IsTypeOf (const char *type)
static vtkPlaybackWidgetSafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkPlaybackWidgetNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

2D widget for controlling a playback stream

This class provides support for interactively controlling the playback of a serial stream of information (e.g., animation sequence, video, etc.). Controls for play, stop, advance one step forward, advance one step backward, jump to beginning, and jump to end are available.

See also:
vtkBorderWidget
Tests:
vtkPlaybackWidget (Tests)

Definition at line 39 of file vtkPlaybackWidget.h.


Member Typedef Documentation

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

Definition at line 47 of file vtkPlaybackWidget.h.


Constructor & Destructor Documentation


Member Function Documentation

Instantiate this class.

Reimplemented from vtkBorderWidget.

static int vtkPlaybackWidget::IsTypeOf ( const char *  type) [static]

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

virtual int vtkPlaybackWidget::IsA ( const char *  type) [virtual]

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

virtual vtkObjectBase* vtkPlaybackWidget::NewInstanceInternal ( ) const [protected, virtual]

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

void vtkPlaybackWidget::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standar VTK class methods.

Reimplemented from vtkBorderWidget.

Specify an instance of vtkPlaybackRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.

Definition at line 56 of file vtkPlaybackWidget.h.

Create the default widget representation if one is not set.

Reimplemented from vtkBorderWidget.

virtual void vtkPlaybackWidget::SelectRegion ( double  eventPos[2]) [protected, virtual]

When selecting the interior of this widget, special operations occur (i.e., operating the playback controls).

Reimplemented from vtkBorderWidget.


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