ROOT  6.06/08
Reference Guide
Variables
TRecorder.cxx File Reference
#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
 

Variable Documentation

§ gCursorWin

TGCursorWindow* gCursorWin = 0
static

§ gDecorHeight

Int_t gDecorHeight = 0
static

§ gDecorWidth

Int_t gDecorWidth = 0
static

§ kBranchName

const char* kBranchName = "MainBranch"

§ kCmdEventTree

const char* kCmdEventTree = "CmdEvents"

§ kExtraEventTree

const char* kExtraEventTree = "ExtraEvents"

§ kGuiEventTree

const char* kGuiEventTree = "GuiEvents"

§ kRecEventNames

const char* kRecEventNames[]
Initial value:
= {
"KeyPress",
"KeyRelease",
"ButtonPress",
"ButtonRelease",
"MotionNotify",
"EnterNotify",
"LeaveNotify",
"FocusIn",
"FocusOut",
"Expose",
"ConfigureNotify",
"MapNotify",
"UnmapNotify",
"DestroyNotify",
"ClientMessage",
"SelectionClear",
"SelectionRequest",
"SelectionNotify",
"ColormapNotify",
"ButtonDoubleClick",
"OtherEvent"
}

Definition at line 138 of file TRecorder.cxx.

Referenced by TRecorderReplaying::CanOverlap(), and TRecorderInactive::DumpRootEvent().

§ kWindowsTree

const char* kWindowsTree = "WindowsTree"