-
- Downloads
- From Katerina Opocenska and me:
TRecorder classes provide interface for recording and replaying events in ROOT. Recorded events are: - Commands typed by user in command line (e.g. 'new TCanvas') - GUI events (mouse movement, button clicks, ...) All the recorded events from one session are stored in one TFile and can be replayed again anytime. - Added icons needed by TGRecorder - Modifications in TRootCanvas menu: Renamed "Inspect" menu title to "Tools" Added "Event Recorder" menu entry git-svn-id: http://root.cern.ch/svn/root/trunk@25603 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- gui/gui/inc/TRootCanvas.h 1 addition, 2 deletionsgui/gui/inc/TRootCanvas.h
- gui/gui/src/TRootCanvas.cxx 20 additions, 21 deletionsgui/gui/src/TRootCanvas.cxx
- gui/recorder/Module.mk 67 additions, 0 deletionsgui/recorder/Module.mk
- gui/recorder/doc/index.txt 4 additions, 0 deletionsgui/recorder/doc/index.txt
- gui/recorder/inc/LinkDef.h 29 additions, 0 deletionsgui/recorder/inc/LinkDef.h
- gui/recorder/inc/TRecorder.h 798 additions, 0 deletionsgui/recorder/inc/TRecorder.h
- gui/recorder/src/TRecorder.cxx 1377 additions, 0 deletionsgui/recorder/src/TRecorder.cxx
- icons/pause.png 0 additions, 0 deletionsicons/pause.png
- icons/record.png 0 additions, 0 deletionsicons/record.png
- icons/replay.png 0 additions, 0 deletionsicons/replay.png
- icons/stop.png 0 additions, 0 deletionsicons/stop.png
gui/recorder/Module.mk
0 → 100644
gui/recorder/doc/index.txt
0 → 100644
gui/recorder/inc/LinkDef.h
0 → 100644
gui/recorder/inc/TRecorder.h
0 → 100644
This diff is collapsed.
gui/recorder/src/TRecorder.cxx
0 → 100644
This diff is collapsed.
icons/pause.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
icons/record.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
icons/replay.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
icons/stop.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment