183class TGCursorWindow :
public TGFrame {
190 virtual ~TGCursorWindow();
200TGCursorWindow::TGCursorWindow() :
208 gVirtualX->ShapeCombineMask(fId, 0, 0, fMask);
209 SetBackgroundPixmap(fPic);
215 gVirtualX->ChangeWindowAttributes(fId, &wattr);
221TGCursorWindow::~TGCursorWindow()
244 if ((opt ==
"NEW") || (opt ==
"RECREATE"))
245 Start(filename, option);
339 if (delPreviousState)
412 "RegisterWindow(Window_t)");
465 Error(
"TRecorderReplaying::Initialize",
466 "The ROOT file is not valid event logfile.");
477 Error(
"TRecorderReplaying::Initialize",
478 "The ROOT file is not valid event logfile");
484 Info(
"TRecorderReplaying::Initialize",
485 "Log file empty. No event to replay.");
494 gClient->Connect(
"RegisteredWindow(Window_t)",
"TRecorderReplaying",
495 this,
"RegisterWindow(Window_t)");
497 Info(
"TRecorderReplaying::Initialize",
"Replaying of file %s started",
501 if (
f && !
f->IsZombie()) {
502 TIter nextkey(
f->GetListOfKeys());
505 while ((key = (
TKey*)nextkey())) {
515 while ((canvas = (
TCanvas*)nextc())) {
525 fTimer->
Connect(
"Timeout()",
"TRecorderReplaying",
this,
"ReplayRealtime()");
561 Error(
"TRecorderReplaying::RegisterWindow",
562 "More windows registered than expected");
568 std::ios::fmtflags
f = std::cout.flags();
569 std::cout <<
" Window registered: new ID: " << std::hex << w <<
570 " previous ID: " <<
fWin << std::dec << std::endl;
571 std::cout.flags(
f );
590 std::ios::fmtflags
f = std::cout.flags();
592 " registered." << std::dec << std::endl;
593 std::cout.flags(
f );
631 for (
Int_t i = 0; i < 5; ++i) {
652 std::ios_base::fmtflags org_flags = std::cout.flags();
657 std::cout.flags(org_flags);
833 Error(
"TRecorderReplaying::CanOverlap()",
"fGuiEvent = 0");
843 std::cout <<
"Event overlapping " <<
881 gROOT->SetEditorMode();
910 gVirtualX->LookupString(
e, str,
sizeof(str), keysym);
912 if ((keysym & ~0x20) ==
kKey_S) {
933 Info(
"TRecorderReplaying::ReplayRealtime",
"Replaying finished");
955 Info(
"TRecorderReplaying::Pause",
"Replaying paused.");
963 Info(
"TRecorderReplaying::ReplayStop",
"Replaying cancelled");
1017 if (replay->
Initialize(
r, showMouseCursor, mode)) {
1018 r->ChangeState(replay);
1041 if (
file->IsZombie() || !
file->IsOpen()) {
1048 Error(
"TRecorderInactive::List",
1049 "The ROOT file is not valid event logfile.");
1057 Int_t entries =
t1->GetEntries();
1058 for (
Int_t i = 0; i < entries; ++i) {
1060 std::cout <<
"[" << i <<
"] " <<
"fTime=" <<
1062 fCmdEvent->
GetText() << std::endl;
1064 std::cout << std::endl;
1084 if (
file->IsZombie() || !
file->IsOpen()) {
1091 Error(
"TRecorderInactive::ListGui",
1092 "The ROOT file is not valid event logfile.");
1100 Int_t entries =
t1->GetEntries();
1102 for (
Int_t i = 0; i < entries ; ++i) {
1117 std::ios::fmtflags
f = std::cout.flags();
1118 std::cout <<
"[" <<
n <<
"] " << std::dec << std::setw(10)
1120 <<
" fW:" << std::hex <<
e->fWindow
1121 <<
" t:" << std::dec <<
e->fTime
1131 <<
" se:" <<
e->fSendEvent
1132 <<
" h:" <<
e->fHandle
1136 for (
Int_t i=0; i<5; ++i)
1141 std::cout <<
" | fM:" << std::hex <<
e->fMasked;
1143 std::cout << std::endl;
1144 std::cout.flags(
f );
1154 if (
f && !
f->IsZombie()) {
1180 Info(
"TRecorderPaused::Resume",
"Replaying resumed");
1193 Info(
"TRecorderReplaying::ReplayStop",
"Reaplying cancelled");
1235 "RecordMousePosition()");
1280 this,
"RecordCmdEvent(const char*)");
1284 gClient->Connect(
"RegisteredWindow(Window_t)",
"TRecorderRecording",
this,
1285 "RegisterWindow(Window_t)");
1290 gClient->Connect(
"ProcessedEvent(Event_t*, Window_t)",
"TRecorderRecording",
1291 this,
"RecordGuiEvent(Event_t*, Window_t)");
1296 "TRecorderRecording",
this,
"RecordGuiCNEvent(Event_t*)");
1301 this,
"RecordPave(const TObject*)");
1305 "TRecorderRecording",
this,
"RecordText(const TObject*)");
1310 "FilterEventPave()");
1319 "TRecorderRecording",
this,
"RecordGuiBldEvent(Event_t*)");
1328 Int_t numCanvases =
gROOT->GetListOfCanvases()->LastIndex();
1330 if (numCanvases >= 0){
1336 while ((twin = (
TGWindow*) nextwindow())) {
1340 std::cout <<
"WindowID "<< twin2 <<
" filtered" << std::endl;
1343 else if (twin !=
gClient->GetRoot()) {
1357 Info(
"TRecorderRecording::StartRecording",
"Recording started. Log file: %s",
1369 "RecordGuiBldEvent(Event_t*)");
1371 "RecordGuiCNEvent(Event_t*)");
1373 "RecordPave(const TObject*)");
1375 "RecordText(const TObject*)");
1378 gClient->Disconnect(
gClient,
"ProcessedEvent(Event_t*, Window_t)",
this,
1379 "RecordGuiEvent(Event_t*, Window_t)");
1381 "RegisterWindow(Window_t)");
1383 "RecordCmdEvent(const char*)");
1397 Info(
"TRecorderRecording::Stop",
"Recording finished.");
1483 e->fFormat =
e->fType;
1562 cad =
"TPaveLabel *p = new TPaveLabel(";
1563 cad += pavel->
GetX1();
1565 cad += pavel->
GetY1();
1567 cad += pavel->
GetX2();
1569 cad += pavel->
GetY2();
1570 cad +=
",\"\"); p->Draw(); gPad->Modified(); gPad->Update();";
1572 interval /= (len + 2);
1574 for (i=0; i < len; ++i) {
1575 cad =
"p->SetLabel(\"";
1576 cad += (aux += label[i]);
1579 cad +=
" p->SetTextFont(83); p->SetTextSizePixels(14); ";
1581 cad +=
" gPad->Modified(); gPad->Update();";
1582 extratime += interval;
1585 cad =
"p->SetTextFont(";
1587 cad +=
"); p->SetTextSize(";
1589 cad +=
"); gPad->Modified(); gPad->Update();";
1590 extratime += interval;
1606 cad =
"TLatex *l = new TLatex(";
1607 cad += texto->
GetX();
1609 cad += texto->
GetY();
1610 cad +=
",\"\"); l->Draw(); gPad->Modified(); gPad->Update();";
1612 interval /= (len + 2);
1614 for (i=0; i < len; ++i) {
1615 cad =
"l->SetTitle(\"";
1616 cad += (aux += label[i]);
1619 cad +=
" l->SetTextFont(83); l->SetTextSizePixels(14); ";
1621 cad +=
" gPad->Modified(); gPad->Update();";
1622 extratime += interval;
1625 cad =
"l->SetTextFont(";
1627 cad +=
"); l->SetTextSize(";
1629 cad +=
"); gPad->Modified(); gPad->Update();";
1630 cad +=
" TVirtualPad *spad = gPad->GetCanvas()->GetSelectedPad();";
1631 cad +=
" gPad->GetCanvas()->Selected(spad, l, kButton1Down);";
1632 extratime += interval;
1691 for(
Int_t i=0; i<5; ++i)
1700 gVirtualX->LookupString(
e, tmp,
sizeof(tmp), keysym);
1733 if ((
e->fX == 0 &&
e->fY == 0)) {
1868 fTimer->
Connect(
"Timeout()",
"TGRecorder",
this,
"Update()");
1909 running = gmtime( &elapsed_time );
1924 stime.
Form(
"%02d:%02d:%02d", running->tm_hour,
1925 running->tm_min, running->tm_sec);
1967 "All files",
"*",
"Text files",
"*.txt",
"ROOT files",
"*.root", 0, 0
1985 if (!
gROOT->GetListOfCanvases()->IsEmpty()) {
2091 Int_t px, py, dx, dy;
2118 gVirtualX->GetWindowAttributes(
e->fWindow, attr);
2119 if ((
e->fX - attr.
fX > 0) && (
e->fY - attr.
fY > 0))
2134 Error(
"TRecGuiEvent::ReplayEvent",
2135 "kConfigureNotify: Unknown value: fUser[4] = %ld ",
2144 Error(
"TRecGuiEvent::ReplayEvent",
2145 "kConfigureNotify: Window does not exist anymore ");
2154 e->fX,
e->fY, px, py, wtarget);
2229 for(
Int_t i=0; i<5; ++i)
2230 e->fUser[i] = ge->
fUser[i];
2239 e->fUser[2] =
e->fCode;
const Mask_t kWAOverrideRedirect
const Mask_t kWASaveUnder
Handle_t Pixmap_t
Pixmap handle.
const Mask_t kKeyControlMask
ULong_t Pixel_t
Pixel value.
Handle_t Window_t
Window handle.
unsigned long long ULong64_t
R__EXTERN TApplication * gApplication
void Info(const char *location, const char *msgfmt,...)
Use this function for informational messages.
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
static const char * gFiletypes[]
const char * kCmdEventTree
const char * kRecEventNames[]
const char * kExtraEventTree
static Int_t gDecorHeight
const char * kWindowsTree
const char * kGuiEventTree
static TGCursorWindow * gCursorWin
R__EXTERN TSystem * gSystem
R__EXTERN TVirtualDragManager * gDragManager
R__EXTERN Atom_t gROOT_MESSAGE
R__EXTERN Atom_t gWM_DELETE_WINDOW
virtual Float_t GetTextSize() const
Return the text size.
virtual Font_t GetTextFont() const
Return the text font.
Using a TBrowser one can browse all ROOT objects.
void SetWindowSize(UInt_t ww, UInt_t wh)
Set canvas window size.
UInt_t GetWindowHeight() const
void Draw(Option_t *option="") override
Draw a canvas.
UInt_t GetWindowWidth() const
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0)
Write all objects in this collection.
TObject * Get(const char *namecycle) override
Return pointer to object identified by namecycle.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
virtual Bool_t IsOpen() const
Returns kTRUE in case file is open and kFALSE if file is not open.
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
Int_t Write(const char *name=nullptr, Int_t opt=0, Int_t bufsiz=0) override
Write memory objects to this file.
void Close(Option_t *option="") override
Close a file.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual void Cleanup()
Cleanup and delete all objects contained in this composite frame.
virtual void Layout()
Layout the elements of the composite frame.
virtual void SetCleanup(Int_t mode=kLocalCleanup)
Turn on automatic cleanup of child frames in dtor.
virtual void MapSubwindows()
Map all sub windows that are part of the composite frame.
virtual void SetEditDisabled(UInt_t on=1)
Set edit disable flag for this frame and subframes.
virtual void SetBackgroundColor(Pixel_t back)
Set background color (override from TGWindow base class).
virtual void Resize(UInt_t w=0, UInt_t h=0)
Resize the frame.
virtual void MapWindow()
map window
virtual void SetTextColor(Pixel_t color, Bool_t global=kFALSE)
Changes text color.
virtual void SetText(TGString *newText)
Set new text in label.
virtual void SetTextFont(TGFont *font, Bool_t global=kFALSE)
Changes text font specified by pointer to TGFont object.
void SetWindowName(const char *name=0)
Set window name. This is typically done via the window manager.
Pixmap_t GetPicture() const
Window_t fFilteredIds[fgWidgetsCount]
TGPictureButton * fStartStop
virtual ~TGRecorder()
Destructor. Cleanup the GUI.
TGCheckButton * fCursorCheckBox
void StartStop()
Handles push of the fStartStop button according to the current recorder state.
TGPictureButton * fReplay
TGRecorder(const TGWindow *p=0, UInt_t w=230, UInt_t h=150)
The GUI for the recorder.
void Update()
Called when fTimer timeouts (every 0.025 second) Updates GUI of recorder.
static const Int_t fgWidgetsCount
void SetDefault()
Sets GUI to the default inactive state.
void Replay()
Handles push of fReplay button according to the current recorder state.
virtual void Move(Int_t x, Int_t y)
Move the window.
virtual void MoveResize(Int_t x, Int_t y, UInt_t w, UInt_t h)
Move and resize the window.
const TGWindow * GetParent() const
virtual void Resize(UInt_t w, UInt_t h)
Resize the window.
Book space in a file, create I/O buffers, to fill them, (un)compress them.
virtual TObject * ReadObj()
To read a TObject* from the file.
To draw Mathematical Formula.
TObject * Next()
Return next object in the list. Returns 0 when no more objects in list.
virtual void Add(TObject *obj)
Int_t UnLock()
Unlock the mutex.
Int_t Lock()
Lock the mutex.
virtual const char * GetTitle() const
Returns title of object.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0)
Write this object to the current directory.
R__ALWAYS_INLINE Bool_t IsZombie() const
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
A Pave (see TPave) with a text centered in the Pave.
const char * GetLabel() const
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.
Bool_t Disconnect(const char *signal=0, void *receiver=0, const char *slot=0)
Disconnects signal of this object from slot of receiver.
const char * GetText() const
void SetText(const char *text)
virtual void ReplayEvent(Bool_t showMouseCursor=kTRUE)=0
virtual void SetTime(TTime t)
virtual TTime GetTime() const
virtual ERecEventType GetType() const =0
virtual void ReplayEvent(Bool_t showMouseCursor=kTRUE)
Replays stored GUI event.
static Event_t * CreateEvent(TRecGuiEvent *ge)
Converts TRecGuiEvent type to Event_t type.
virtual void ListCmd(const char *filename)
Prints out commandline events recorded in given file.
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.
void PrevCanvases(const char *filename, Option_t *option)
Save previous canvases in a .root file.
TSeqCollection * fCollect
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...
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.
static long DisplayValid(Long_t n)
virtual void ListGui(const char *filename)
Prints out GUI events recorded in given file.
TRecorderReplaying * fReplayingState
virtual void Resume(TRecorder *r)
Continues replaying.
TRecorderPaused(TRecorderReplaying *state)
Rememeber the recorder state that is paused.
virtual void ReplayStop(TRecorder *r)
Replaying is cancelled.
TRecExtraEvent * fExtraEvent
void FilterEventPave()
Change the state of the flag to kTRUE when you are recording a pavelabel.
void RecordMousePosition()
Try to record all mouse moves...
friend class TRecorderInactive
TRecorderRecording(TRecorder *r, const char *filename, Option_t *option, Window_t *w, Int_t winCount)
Initializes TRecorderRecording for recording What is allocated here is deleted in destructor.
void RegisterWindow(Window_t w)
This method is called when RegisteredWindow(Window_t) is emitted from TGClient.
virtual void Stop(TRecorder *r, Bool_t guiCommand)
Disconnects all slots and stopps recording.
Bool_t StartRecording()
Connects appropriate signals and slots in order to gain all registered windows and processed events i...
void StartEditing()
Memorize the starting time of editinga TLatex or a TPaveLabel.
void RecordGuiBldEvent(Event_t *e)
Special case for the gui builder, having a timer handling some of the events.
void RecordPave(const TObject *obj)
Records TPaveLabel object created in TCreatePrimitives::Pave()
virtual ~TRecorderRecording()
Freeing of allocated memory.
Bool_t IsFiltered(Window_t id)
Returns kTRUE if passed id belongs to window IDs of recorder GUI itself.
void SetTypeOfConfigureNotify(Event_t *e)
Sets type of kConfigureNotify event to one of EConfigureNotify.
void RecordGuiCNEvent(Event_t *e)
Records GUI Event_t *e of type kConfigureNotify.
void RecordExtraEvent(TString line, TTime extTime)
Records TLatex or TPaveLabel object created in TCreatePrimitives, ExtTime is needed for the correct r...
void RecordGuiEvent(Event_t *e, Window_t wid)
Records GUI Event_t *e different from kConfigureNotify (they are recorded in TRecorderRecording::Reco...
void RecordText(const TObject *obj)
Records TLatex object created in TCreatePrimitives::Text()
void CopyEvent(Event_t *e, Window_t wid)
Copies all items of given event to fGuiEvent.
void RecordCmdEvent(const char *line)
Records commandline event (text and time) ans saves the previous commandline event This 1 event delay...
Bool_t FilterEvent(TRecGuiEvent *e)
friend class TRecorderPaused
friend class TRecorderInactive
virtual void ReplayStop(TRecorder *r)
Cancels replaying.
virtual ~TRecorderReplaying()
Closes all signal-slot connections Frees all memory allocated in contructor.
Bool_t RemapWindowReferences()
All references to the old windows (IDs) in fNextEvent are replaced by new ones according to the mappi...
TRecExtraEvent * fExtraEvent
virtual void Continue()
Continues previously paused replaying.
Bool_t CanOverlap()
ButtonPress and ButtonRelease must be sometimes replayed more times Example: pressing of a button ope...
virtual void Pause(TRecorder *r)
Pauses replaying.
TRecorderReplaying(const char *filename)
Allocates all necessary data structures used for replaying What is allocated here is deleted in destr...
Bool_t PrepareNextEvent()
Finds the next event in log file to replay and sets it to fNextEvent.
Bool_t Initialize(TRecorder *r, Bool_t showMouseCursor, TRecorder::EReplayModes mode)
Initialization of data structures for replaying.
void RegisterWindow(Window_t w)
Creates mapping for the newly registered window w and adds this mapping to fWindowList.
void ReplayRealtime()
Replays the next event.
virtual void PrevCanvases(const char *, Option_t *)
virtual void Resume(TRecorder *)
virtual void Start(TRecorder *, const char *, Option_t *, Window_t *, Int_t)
virtual void ListCmd(const char *)
virtual void ReplayStop(TRecorder *)
virtual void Pause(TRecorder *)
virtual void ListGui(const char *)
virtual TRecorder::ERecorderState GetState() const =0
virtual Bool_t Replay(TRecorder *, const char *, Bool_t, TRecorder::EReplayModes)
virtual void Stop(TRecorder *, Bool_t)
friend class TRecorderInactive
void Stop(Bool_t guiCommand=kFALSE)
Stopps recording events.
void ReplayStop()
Cancells replaying.
void Resume()
Resumes replaying.
TRecorderState * fRecorderState
virtual TRecorder::ERecorderState GetState() const
Get current state of recorder.
void Start(const char *filename, Option_t *option="RECREATE", Window_t *w=0, Int_t winCount=0)
Starts recording events.
void ListGui(const char *filename)
Prints out recorded GUI events.
void Pause()
Pauses replaying.
void Browse(TBrowser *)
Browse the recorder from a ROOT file.
void ListCmd(const char *filename)
Prints out recorded commandline events.
virtual ~TRecorder()
Destructor.
Bool_t Replay(const char *filename, Bool_t showMouseCursor=kTRUE, TRecorder::EReplayModes mode=kRealtime)
Replays events from 'filename'.
TRecorder()
Creates initial INACTIVE state for the recorder.
void PrevCanvases(const char *filename, Option_t *option)
Save previous canvases in a .root file.
void ChangeState(TRecorderState *newstate, Bool_t deletePreviousState=kTRUE)
Changes state from the current to the passed one (newstate) Deletes the old state if delPreviousState...
const char * Data() const
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.
virtual const char * BaseName(const char *pathname)
Base name of a file name. Base name of /user/root is root.
virtual Bool_t ProcessEvents()
Process pending events (GUI, timers, sockets).
Basic time type with millisecond precision.
const char * AsString() const
Return the time as a string.
Handles synchronous and a-synchronous timer events.
virtual void TurnOff()
Remove timer from system timer list.
virtual void Start(Long_t milliSec=-1, Bool_t singleShot=kFALSE)
Starts the timer with a milliSec timeout.
virtual void TurnOn()
Add the timer to the system timer list.
void Reset()
Reset the timer.
A TTree represents a columnar dataset.
virtual Int_t Fill()
Fill all branches.
virtual Int_t SetBranchAddress(const char *bname, void *add, TBranch **ptr=0)
Change branch address, dealing with clone trees properly.
virtual Long64_t GetEntries() const
TBranch * Branch(const char *name, T *obj, Int_t bufsize=32000, Int_t splitlevel=99)
Add a new branch, and infer the data type from the type of obj being passed.
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
Read all branches of entry and return total number of bytes read.
virtual Bool_t HandleTimerEvent(Event_t *, TTimer *)
EGEventType fType
of event (see EGEventType)
Int_t fY
pointer x, y coordinates in event window
Bool_t fSendEvent
true if event came from SendEvent
Handle_t fHandle
general resource handle (used for atoms or windows)
Int_t fFormat
Next fields only used by kClientMessageEvent.
UInt_t fHeight
width and height of exposed area
Int_t fCount
if non-zero, at least this many more exposes
Window_t fWindow
window reported event is relative to
UInt_t fState
key or button mask
Int_t fYRoot
coordinates relative to root
Long_t fUser[5]
5 longs can be used by client message events NOTE: only [0], [1] and [2] may be used.
Time_t fTime
time event event occurred in ms
UInt_t fCode
key or button code
Attributes that can be used when creating or changing a window.
Bool_t fOverrideRedirect
boolean value for override-redirect
Mask_t fMask
bit mask specifying which fields are valid
Bool_t fSaveUnder
should bits under be saved (popups)?
Window attributes that can be inquired.
Int_t fY
location of window