ROOT 6.08/07 Reference Guide |
Definition at line 735 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. More... | |
virtual void | ListGui (const char *filename) |
Prints out GUI events recorded in given file. More... | |
void | PrevCanvases (const char *filename, Option_t *option) |
Save previous canvases in a .root file. More... | |
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.) More... | |
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. More... | |
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. More... | |
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 742 of file TRecorder.h.
|
inline |
Definition at line 743 of file TRecorder.h.
|
inlinestatic |
Definition at line 754 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 1112 of file TRecorder.cxx.
|
inlinevirtual |
Implements TRecorderState.
Definition at line 751 of file TRecorder.h.
|
virtual |
Prints out commandline events recorded in given file.
Reimplemented from TRecorderState.
Definition at line 1028 of file TRecorder.cxx.
|
virtual |
Prints out GUI events recorded in given file.
Reimplemented from TRecorderState.
Definition at line 1070 of file TRecorder.cxx.
Save previous canvases in a .root file.
Reimplemented from TRecorderState.
Definition at line 1147 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 1004 of file TRecorder.cxx.
|
virtual |
Switches from INACTIVE state to RECORDING and starts recording.
Reimplemented from TRecorderState.
Definition at line 981 of file TRecorder.cxx.
|
private |
Definition at line 739 of file TRecorder.h.