AraControlPanel Class Reference
Part of AraDisplay library. This is the main control panel class for AraDisplay. More...
#include <AraControlPanel.h>
Public Member Functions | |
AraControlPanel () | |
The default constructor. | |
void | closeControlPanel () |
void | goToEvent () |
virtual | ~AraControlPanel () |
The destructor. | |
Static Public Member Functions | |
static AraControlPanel * | Instance () |
The instance generator (there should only be one instance of the AraControlPanel at a time. | |
Protected Member Functions | |
ClassDef (AraControlPanel, 1) | |
One of the magic ROOT macros. | |
Protected Attributes | |
TGCheckButton * | fAvgSurfBut |
Check button. | |
TGLayoutHints * | fButtonLayout |
Layout nonsense. | |
TGVerticalFrame * | fButtonPanel |
A vertical frame. | |
TGLayoutHints * | fCenterLayout |
Layout nonsense. | |
TGVerticalFrame * | fEntryPanel |
A vertical frame. | |
TGCheckButton * | fEventBut |
Check button. | |
TGNumberEntry * | fEventEntry |
Number entry form. | |
TGLabel * | fEventLabel |
It's a label. | |
TGHorizontalFrame * | fEventPanel |
A horizontal frame. | |
TGTextButton * | fGotoBut |
Text button. | |
TGLayoutHints * | fLayout |
Layout nonsense. | |
TGLayoutHints * | fLeftLayout |
Layout nonsense. | |
TGMainFrame * | fMainFrame |
Main frame. | |
TGLayoutHints * | fRightLayout |
Layout nonsense. | |
TGCheckButton * | fSumTurfBut |
Check button. | |
TGCheckButton * | fSurfBut |
Check button. | |
TGCheckButton * | fTurfBut |
Check button. | |
TGLabel * | fUpdateLabel |
It's a label. | |
Static Protected Attributes | |
static AraControlPanel * | fgInstance = 0 |
Protect against multiple instances. |
Detailed Description
Part of AraDisplay library. This is the main control panel class for AraDisplay.This is the horribly buggy control panel that was meant to enable easy control of magic Display, without resorting to command line power user mode. Unfortunately, it doesn't yet really work in a non segmentation violation frenzy way. I blame ROOT, others may have different opinions.
Definition at line 56 of file AraControlPanel.h.
The documentation for this class was generated from the following files:
- AraDisplay/AraControlPanel.h
- AraDisplay/AraControlPanel.cxx
Generated on Tue Sep 11 19:51:10 2012 for ARA ROOT v3.3 Software by
