Logo ROOT  
Reference Guide
TRecorder.cxx File Reference
#include "TRecorder.h"
#include "TROOT.h"
#include "TFile.h"
#include "TTimer.h"
#include "TTree.h"
#include "TSystem.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 "TVirtualX.h"
Include dependency graph for TRecorder.cxx:

Variables

static TGCursorWindow * gCursorWin = 0
 
static Int_t gDecorHeight = 0
 
static Int_t gDecorWidth = 0
 
const char * kBranchName = "MainBranch"
 
const char * kCmdEventTree = "CmdEvents"
 
const char * kExtraEventTree = "ExtraEvents"
 
const char * kGuiEventTree = "GuiEvents"
 
const char * kRecEventNames []
 
const char * kWindowsTree = "WindowsTree"
 

Variable Documentation

◆ gCursorWin

TGCursorWindow* gCursorWin = 0
static

Definition at line 192 of file TRecorder.cxx.

◆ gDecorHeight

Int_t gDecorHeight = 0
static

Definition at line 194 of file TRecorder.cxx.

◆ gDecorWidth

Int_t gDecorWidth = 0
static

Definition at line 193 of file TRecorder.cxx.

◆ kBranchName

const char* kBranchName = "MainBranch"

Definition at line 170 of file TRecorder.cxx.

◆ kCmdEventTree

const char* kCmdEventTree = "CmdEvents"

Definition at line 166 of file TRecorder.cxx.

◆ kExtraEventTree

const char* kExtraEventTree = "ExtraEvents"

Definition at line 169 of file TRecorder.cxx.

◆ kGuiEventTree

const char* kGuiEventTree = "GuiEvents"

Definition at line 167 of file TRecorder.cxx.

◆ 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 141 of file TRecorder.cxx.

◆ kWindowsTree

const char* kWindowsTree = "WindowsTree"

Definition at line 168 of file TRecorder.cxx.