|
Public Types |
| enum | { PLAYBACK,
RECORD,
BOTH
} |
Public Member Functions |
| | vtkTypeRevisionMacro (vtkPVVCRControl, vtkKWToolbar) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetLoopButtonState (int state) |
| int | GetLoopButtonState () |
| void | SetRecordCheckButtonState (int state) |
| int | GetRecordCheckButtonState () |
|
| void | SetPlayCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetStopCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetGoToBeginningCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetGoToEndCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetGoToPreviousCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetGoToNextCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetLoopCheckCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetRecordCheckCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetRecordStateCommand (vtkKWObject *calledObject, const char *commandString) |
| void | SetSaveAnimationCommand (vtkKWObject *calledObject, const char *commandString) |
|
| virtual void | Create (vtkKWApplication *app) |
| virtual void | UpdateEnableState () |
|
| virtual void | SetInPlay (int) |
| virtual int | GetInPlay () |
|
| void | PlayCallback () |
| void | StopCallback () |
| void | GoToBeginningCallback () |
| void | GoToEndCallback () |
| void | GoToPreviousCallback () |
| void | GoToNextCallback () |
| void | LoopCheckCallback () |
| void | RecordCheckCallback () |
| void | RecordStateCallback () |
| void | SaveAnimationCallback () |
|
| virtual void | SetMode (int) |
| virtual int | GetMode () |
| void | SetModeToPlayBack () |
| void | SetModeToRecord () |
| void | SetModeToBoth () |
Static Public Member Functions |
| vtkPVVCRControl * | New () |
Protected Member Functions |
| | vtkPVVCRControl () |
| | ~vtkPVVCRControl () |
| virtual void | SetPlayCommand (const char *) |
| virtual void | SetStopCommand (const char *) |
| virtual void | SetGoToBeginningCommand (const char *) |
| virtual void | SetGoToEndCommand (const char *) |
| virtual void | SetGoToPreviousCommand (const char *) |
| virtual void | SetGoToNextCommand (const char *) |
| virtual void | SetLoopCheckCommand (const char *) |
| virtual void | SetRecordCheckCommand (const char *) |
| virtual void | SetRecordStateCommand (const char *) |
| virtual void | SetSaveAnimationCommand (const char *) |
| void | InvokeCommand (const char *command) |
Protected Attributes |
| int | InPlay |
| vtkKWPushButton * | PlayButton |
| vtkKWPushButton * | StopButton |
| vtkKWPushButton * | GoToBeginningButton |
| vtkKWPushButton * | GoToEndButton |
| vtkKWPushButton * | GoToPreviousButton |
| vtkKWPushButton * | GoToNextButton |
| vtkKWCheckButton * | LoopCheckButton |
| vtkKWCheckButton * | RecordCheckButton |
| vtkKWPushButton * | RecordStateButton |
| vtkKWPushButton * | SaveAnimationButton |
| char * | PlayCommand |
| char * | StopCommand |
| char * | GoToBeginningCommand |
| char * | GoToEndCommand |
| char * | GoToPreviousCommand |
| char * | GoToNextCommand |
| char * | LoopCheckCommand |
| char * | RecordCheckCommand |
| char * | RecordStateCommand |
| char * | SaveAnimationCommand |
| int | Mode |
Toolbar for the vcr buttons. This control has 3 modes. PLAYBACK :- only buttons for playback are shown. RECORD:- only buttons for recording are shown. BOTH:- both playback and recording buttons are shown. Note that the mode must be set before calling Create.