#include <EventTab.h>
Inheritance diagram for Anp::EventTab:

Public Member Functions | |
| EventTab () | |
| virtual | ~EventTab () |
| virtual void | Init (TCanvas *canvas)=0 |
| virtual void | Set (const Event &event, const Record &record)=0 |
| virtual void | Expose ()=0 |
| virtual void | SendSignal (const std::string &) |
| virtual void | Config (const Registry ®)=0 |
| virtual void | ZoomIn () |
| virtual void | ZoomOut () |
| const std::string & | GetName () const |
| const std::string & | GetLabel () const |
| void | SetName (const std::string &value) |
| void | SetLabel (const std::string &value) |
| void | SetEmbedded (TRootEmbeddedCanvas *canvas) |
| TRootEmbeddedCanvas * | GetEmbedded () |
Protected Attributes | |
| std::string | fName |
| std::string | fLabel |
| TRootEmbeddedCanvas * | fEmbeddedCanvas |
|
|
Definition at line 23 of file EventTab.h. 00023 :fEmbeddedCanvas(0) {}
|
|
|
Definition at line 24 of file EventTab.h. 00024 {}
|
|
|
Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab. |
|
|
Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab. |
|
|
Definition at line 44 of file EventTab.h. 00044 { return fEmbeddedCanvas; }
|
|
|
Definition at line 38 of file EventTab.h. 00038 { return fLabel; }
|
|
|
Definition at line 37 of file EventTab.h. 00037 { return fName; }
|
|
|
Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab. |
|
|
Definition at line 30 of file EventTab.h. 00030 {}
|
|
||||||||||||
|
Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab. |
|
|
Definition at line 43 of file EventTab.h. 00043 { fEmbeddedCanvas = canvas; }
|
|
|
Definition at line 41 of file EventTab.h. 00041 { fLabel = value; }
|
|
|
Definition at line 40 of file EventTab.h. 00040 { fName = value; }
|
|
|
Reimplemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab. Definition at line 34 of file EventTab.h. 00034 {}
|
|
|
Reimplemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab. Definition at line 35 of file EventTab.h. 00035 {}
|
|
|
Definition at line 51 of file EventTab.h. |
|
|
Definition at line 49 of file EventTab.h. |
|
|
Definition at line 48 of file EventTab.h. |
1.3.9.1