#include <TRecorder.h>
Inheritance diagram for TRecCmdEvent:
Public Member Functions | |
TRecCmdEvent () | |
void | SetText (const char *text) |
const char * | GetText () const |
virtual ERecEventType | GetType () const |
virtual void | ReplayEvent (Bool_t) |
TRecCmdEvent () | |
void | SetText (const char *text) |
const char * | GetText () const |
virtual ERecEventType | GetType () const |
virtual void | ReplayEvent (Bool_t) |
Private Attributes | |
TString | fText |
Definition at line 210 of file TRecorder.h.
TRecCmdEvent::TRecCmdEvent | ( | ) | [inline] |
Definition at line 216 of file TRecorder.h.
TRecCmdEvent::TRecCmdEvent | ( | ) | [inline] |
Definition at line 216 of file TRecorder.h.
void TRecCmdEvent::SetText | ( | const char * | text | ) | [inline] |
Definition at line 220 of file TRecorder.h.
References fText.
Referenced by TRecorderRecording::RecordCmdEvent().
const char* TRecCmdEvent::GetText | ( | ) | const [inline] |
Definition at line 225 of file TRecorder.h.
References TString::Data(), and fText.
Referenced by TRecorderInactive::ListCmd(), and ReplayEvent().
virtual ERecEventType TRecCmdEvent::GetType | ( | ) | const [inline, virtual] |
virtual void TRecCmdEvent::ReplayEvent | ( | Bool_t | ) | [inline, virtual] |
Implements TRecEvent.
Definition at line 235 of file TRecorder.h.
References gApplication, GetText(), and TApplication::ProcessLine().
void TRecCmdEvent::SetText | ( | const char * | text | ) | [inline] |
const char* TRecCmdEvent::GetText | ( | ) | const [inline] |
virtual ERecEventType TRecCmdEvent::GetType | ( | ) | const [inline, virtual] |
virtual void TRecCmdEvent::ReplayEvent | ( | Bool_t | ) | [inline, virtual] |
Implements TRecEvent.
Definition at line 235 of file TRecorder.h.
References gApplication, GetText(), and TApplication::ProcessLine().
TString TRecCmdEvent::fText [private] |