#include <vtkPlaybackWidget.h>
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.
Definition at line 38 of file vtkPlaybackWidget.h.
typedef vtkBorderWidget | Superclass |
static int | IsTypeOf (const char *type) |
static vtkPlaybackWidget * | SafeDownCast (vtkObject *o) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Public Member Functions | |
void | CreateDefaultRepresentation () |
void | SetRepresentation (vtkPlaybackRepresentation *r) |
Static Public Member Functions | |
static vtkPlaybackWidget * | New () |
Protected Member Functions | |
vtkPlaybackWidget () | |
~vtkPlaybackWidget () | |
virtual void | SelectRegion (double eventPos[2]) |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
Definition at line 46 of file vtkPlaybackWidget.h.
vtkPlaybackWidget::vtkPlaybackWidget | ( | ) | [protected] |
vtkPlaybackWidget::~vtkPlaybackWidget | ( | ) | [protected] |
static vtkPlaybackWidget* vtkPlaybackWidget::New | ( | ) | [static] |
Instantiate this class.
Reimplemented from vtkBorderWidget.
virtual const char* vtkPlaybackWidget::GetClassName | ( | ) | [virtual] |
Standar VTK class methods.
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.
static vtkPlaybackWidget* vtkPlaybackWidget::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
void vtkPlaybackWidget::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
void vtkPlaybackWidget::SetRepresentation | ( | vtkPlaybackRepresentation * | r | ) | [inline] |
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 55 of file vtkPlaybackWidget.h.
void vtkPlaybackWidget::CreateDefaultRepresentation | ( | ) | [virtual] |
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.