Logo ROOT  
Reference Guide
TRecorderInactive Class Reference

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. 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 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)
 

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

TSeqCollectionfCollect
 

Additional Inherited Members

- Protected Member Functions inherited from TRecorderState
void ChangeState (TRecorder *r, TRecorderState *s, Bool_t deletePreviousState)
 

#include <TRecorder.h>

Inheritance diagram for TRecorderInactive:
[legend]

Constructor & Destructor Documentation

◆ ~TRecorderInactive()

virtual TRecorderInactive::~TRecorderInactive ( )
inlinevirtual

Definition at line 726 of file TRecorder.h.

◆ TRecorderInactive()

TRecorderInactive::TRecorderInactive ( )
inline

Definition at line 727 of file TRecorder.h.

Member Function Documentation

◆ DisplayValid()

static long TRecorderInactive::DisplayValid ( Long_t  n)
inlinestatic

Definition at line 738 of file TRecorder.h.

◆ DumpRootEvent()

void TRecorderInactive::DumpRootEvent ( TRecGuiEvent e,
Int_t  n 
)
static

Prints out attributes of one GUI event TRecGuiEvent *e Int_n n is number of event if called in cycle.

Definition at line 1114 of file TRecorder.cxx.

◆ GetState()

virtual TRecorder::ERecorderState TRecorderInactive::GetState ( ) const
inlinevirtual

Implements TRecorderState.

Definition at line 735 of file TRecorder.h.

◆ ListCmd()

void TRecorderInactive::ListCmd ( const char *  filename)
virtual

Prints out commandline events recorded in given file.

Reimplemented from TRecorderState.

Definition at line 1030 of file TRecorder.cxx.

◆ ListGui()

void TRecorderInactive::ListGui ( const char *  filename)
virtual

Prints out GUI events recorded in given file.

Reimplemented from TRecorderState.

Definition at line 1072 of file TRecorder.cxx.

◆ PrevCanvases()

void TRecorderInactive::PrevCanvases ( const char *  filename,
Option_t option 
)
virtual

Save previous canvases in a .root file.

Reimplemented from TRecorderState.

Definition at line 1149 of file TRecorder.cxx.

◆ Replay()

Bool_t TRecorderInactive::Replay ( TRecorder r,
const char *  filename,
Bool_t  showMouseCursor,
TRecorder::EReplayModes  mode 
)
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 1006 of file TRecorder.cxx.

◆ Start()

void TRecorderInactive::Start ( TRecorder r,
const char *  filename,
Option_t option,
Window_t w = 0,
Int_t  winCount = 0 
)
virtual

Switches from INACTIVE state to RECORDING and starts recording.

Reimplemented from TRecorderState.

Definition at line 983 of file TRecorder.cxx.

Member Data Documentation

◆ fCollect

TSeqCollection* TRecorderInactive::fCollect
private

Definition at line 723 of file TRecorder.h.

Libraries for TRecorderInactive:
[legend]

The documentation for this class was generated from the following files: