Definition at line 719 of file TRecorder.h.
|
| 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...
|
|
virtual | ~TRecorderState () |
|
virtual TRecorder::ERecorderState | GetState () const =0 |
|
virtual void | ListCmd (const char *) |
|
virtual void | ListGui (const char *) |
|
virtual void | Pause (TRecorder *) |
|
virtual void | PrevCanvases (const char *, Option_t *) |
|
virtual Bool_t | Replay (TRecorder *, const char *, Bool_t, TRecorder::EReplayModes) |
|
virtual void | ReplayStop (TRecorder *) |
|
virtual void | Resume (TRecorder *) |
|
virtual void | Start (TRecorder *, const char *, Option_t *, Window_t *, Int_t) |
|
virtual void | Stop (TRecorder *, Bool_t) |
|
#include <TRecorder.h>
◆ ~TRecorderInactive()
virtual TRecorderInactive::~TRecorderInactive |
( |
| ) |
|
|
inlinevirtual |
◆ TRecorderInactive()
TRecorderInactive::TRecorderInactive |
( |
| ) |
|
|
inline |
◆ DisplayValid()
static long TRecorderInactive::DisplayValid |
( |
Long_t |
n | ) |
|
|
inlinestatic |
◆ DumpRootEvent()
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.
◆ GetState()
◆ ListCmd()
void TRecorderInactive::ListCmd |
( |
const char * |
filename | ) |
|
|
virtual |
◆ ListGui()
void TRecorderInactive::ListGui |
( |
const char * |
filename | ) |
|
|
virtual |
◆ PrevCanvases()
void TRecorderInactive::PrevCanvases |
( |
const char * |
filename, |
|
|
Option_t * |
option |
|
) |
| |
|
virtual |
◆ Replay()
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.
◆ Start()
◆ fCollect
[legend]