Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRecorderInactive Class Reference

Represents state of TRecorder just after its creation.

Nor recording neither replaying is being executed in this state.

Not intended to be used by a user directly.

Definition at line 563 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

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 570 of file TRecorder.h.

◆ TRecorderInactive()

TRecorderInactive::TRecorderInactive ( )
inline

Definition at line 571 of file TRecorder.h.

Member Function Documentation

◆ DisplayValid()

static long TRecorderInactive::DisplayValid ( Long_t  n)
inlinestatic

Definition at line 582 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 1066 of file TRecorder.cxx.

◆ GetState()

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

Implements TRecorderState.

Definition at line 579 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 982 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 1024 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 1101 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 958 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 935 of file TRecorder.cxx.

Member Data Documentation

◆ fCollect

TSeqCollection* TRecorderInactive::fCollect
private

Definition at line 567 of file TRecorder.h.

Libraries for TRecorderInactive:

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