Definition at line 719 of file TRecorder.h.
Public Member Functions | |
TRecorderInactive () | |
virtual | ~TRecorderInactive () |
virtual TRecorder::ERecorderState | GetState () const |
virtual void | ListCmd (const char *filename) |
Prints out commandline events recorded in given file. | |
virtual void | ListGui (const char *filename) |
Prints out GUI events recorded in given file. | |
void | PrevCanvases (const char *filename, Option_t *option) |
Save previous canvases in a .root file. | |
virtual Bool_t | Replay (TRecorder *r, const char *filename, Bool_t showMouseCursor, TRecorder::EReplayModes mode) |
Switches from INACTIVE state of recorder to REPLAYING Return kTRUE if replaying has started or kFALSE if it is not possible (bad file etc.) | |
virtual void | Start (TRecorder *r, const char *filename, Option_t *option, Window_t *w=0, Int_t winCount=0) |
Switches from INACTIVE state to RECORDING and starts recording. | |
Public Member Functions inherited from TRecorderState | |
virtual | ~TRecorderState () |
virtual void | Pause (TRecorder *) |
virtual void | ReplayStop (TRecorder *) |
virtual void | Resume (TRecorder *) |
virtual void | Stop (TRecorder *, Bool_t) |
Static Public Member Functions | |
static long | DisplayValid (Long_t n) |
static void | DumpRootEvent (TRecGuiEvent *e, Int_t n) |
Prints out attributes of one GUI event TRecGuiEvent *e Int_n n is number of event if called in cycle. | |
Private Attributes | |
TSeqCollection * | fCollect |
Additional Inherited Members | |
Protected Member Functions inherited from TRecorderState | |
void | ChangeState (TRecorder *r, TRecorderState *s, Bool_t deletePreviousState) |
#include <TRecorder.h>
|
inlinevirtual |
Definition at line 726 of file TRecorder.h.
|
inline |
Definition at line 727 of file TRecorder.h.
Definition at line 738 of file TRecorder.h.
|
static |
Prints out attributes of one GUI event TRecGuiEvent *e Int_n n is number of event if called in cycle.
Definition at line 1115 of file TRecorder.cxx.
|
inlinevirtual |
Implements TRecorderState.
Definition at line 735 of file TRecorder.h.
|
virtual |
Prints out commandline events recorded in given file.
Reimplemented from TRecorderState.
Definition at line 1031 of file TRecorder.cxx.
|
virtual |
Prints out GUI events recorded in given file.
Reimplemented from TRecorderState.
Definition at line 1073 of file TRecorder.cxx.
Save previous canvases in a .root file.
Reimplemented from TRecorderState.
Definition at line 1150 of file TRecorder.cxx.
|
virtual |
Switches from INACTIVE state of recorder to REPLAYING Return kTRUE if replaying has started or kFALSE if it is not possible (bad file etc.)
Reimplemented from TRecorderState.
Definition at line 1007 of file TRecorder.cxx.
|
virtual |
Switches from INACTIVE state to RECORDING and starts recording.
Reimplemented from TRecorderState.
Definition at line 984 of file TRecorder.cxx.
|
private |
Definition at line 723 of file TRecorder.h.