![]() |
ROOT
6.06/08
Reference Guide
|
#include "TRecorder.h"#include "TROOT.h"#include "TFile.h"#include "TTimer.h"#include "TTree.h"#include "TMutex.h"#include "TGButton.h"#include "TGFileDialog.h"#include "TGLabel.h"#include "TGWindow.h"#include "Buttons.h"#include "TKey.h"#include "TPaveLabel.h"#include "TLatex.h"#include "TVirtualDragManager.h"#include "TGPicture.h"#include "KeySymbols.h"
Include dependency graph for TRecorder.cxx:Go to the source code of this file.
Variables | |
| const char * | kRecEventNames [] |
| const char * | kCmdEventTree = "CmdEvents" |
| const char * | kGuiEventTree = "GuiEvents" |
| const char * | kWindowsTree = "WindowsTree" |
| const char * | kExtraEventTree = "ExtraEvents" |
| const char * | kBranchName = "MainBranch" |
| static TGCursorWindow * | gCursorWin = 0 |
| static Int_t | gDecorWidth = 0 |
| static Int_t | gDecorHeight = 0 |
|
static |
Definition at line 189 of file TRecorder.cxx.
Referenced by TRecGuiEvent::ReplayEvent(), TRecorderReplaying::TRecorderReplaying(), and TRecorderReplaying::~TRecorderReplaying().
|
static |
Definition at line 191 of file TRecorder.cxx.
Referenced by TRecorderRecording::RecordMousePosition(), and TRecGuiEvent::ReplayEvent().
|
static |
Definition at line 190 of file TRecorder.cxx.
Referenced by TRecorderRecording::RecordMousePosition(), and TRecGuiEvent::ReplayEvent().
| const char* kBranchName = "MainBranch" |
Definition at line 167 of file TRecorder.cxx.
Referenced by TRecorderReplaying::Initialize(), TRecorderInactive::ListCmd(), TRecorderInactive::ListGui(), and TRecorderRecording::StartRecording().
| const char* kCmdEventTree = "CmdEvents" |
Definition at line 163 of file TRecorder.cxx.
Referenced by TRecorderReplaying::Initialize(), TRecorderInactive::ListCmd(), and TRecorderRecording::TRecorderRecording().
| const char* kExtraEventTree = "ExtraEvents" |
Definition at line 166 of file TRecorder.cxx.
Referenced by TRecorderReplaying::Initialize(), and TRecorderRecording::TRecorderRecording().
| const char* kGuiEventTree = "GuiEvents" |
Definition at line 164 of file TRecorder.cxx.
Referenced by TRecorderReplaying::Initialize(), TRecorderInactive::ListGui(), and TRecorderRecording::TRecorderRecording().
| const char* kRecEventNames[] |
Definition at line 138 of file TRecorder.cxx.
Referenced by TRecorderReplaying::CanOverlap(), and TRecorderInactive::DumpRootEvent().
| const char* kWindowsTree = "WindowsTree" |
Definition at line 165 of file TRecorder.cxx.
Referenced by TRecorderReplaying::Initialize(), and TRecorderRecording::TRecorderRecording().