Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Anp::EventTab Class Reference

#include <EventTab.h>

Inheritance diagram for Anp::EventTab:

Anp::Base Anp::EventAdcTab Anp::EventHitTab Anp::SnarlAdcTab Anp::SnarlTimeTab Anp::StdHepTab List of all members.

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 &reg)=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

Constructor & Destructor Documentation

Anp::EventTab::EventTab  )  [inline]
 

Definition at line 23 of file EventTab.h.

00023 :fEmbeddedCanvas(0) {}

virtual Anp::EventTab::~EventTab  )  [inline, virtual]
 

Definition at line 24 of file EventTab.h.

00024 {}


Member Function Documentation

virtual void Anp::EventTab::Config const Registry reg  )  [pure virtual]
 

Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab.

virtual void Anp::EventTab::Expose  )  [pure virtual]
 

Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab.

TRootEmbeddedCanvas* Anp::EventTab::GetEmbedded  )  [inline]
 

Definition at line 44 of file EventTab.h.

00044 { return fEmbeddedCanvas; }

const std::string& Anp::EventTab::GetLabel  )  const [inline]
 

Definition at line 38 of file EventTab.h.

00038 { return fLabel; }

const std::string& Anp::EventTab::GetName void   )  const [inline]
 

Definition at line 37 of file EventTab.h.

00037 { return fName; }

virtual void Anp::EventTab::Init TCanvas *  canvas  )  [pure virtual]
 

Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab.

virtual void Anp::EventTab::SendSignal const std::string &   )  [inline, virtual]
 

Definition at line 30 of file EventTab.h.

00030 {}

virtual void Anp::EventTab::Set const Event event,
const Record record
[pure virtual]
 

Implemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab.

void Anp::EventTab::SetEmbedded TRootEmbeddedCanvas *  canvas  )  [inline]
 

Definition at line 43 of file EventTab.h.

00043 { fEmbeddedCanvas = canvas; }

void Anp::EventTab::SetLabel const std::string &  value  )  [inline]
 

Definition at line 41 of file EventTab.h.

00041 { fLabel = value; }

void Anp::EventTab::SetName const std::string &  value  )  [inline]
 

Definition at line 40 of file EventTab.h.

00040 { fName = value; }

virtual void Anp::EventTab::ZoomIn  )  [inline, virtual]
 

Reimplemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab.

Definition at line 34 of file EventTab.h.

00034 {}

virtual void Anp::EventTab::ZoomOut  )  [inline, virtual]
 

Reimplemented in Anp::EventAdcTab, Anp::EventHitTab, Anp::SnarlAdcTab, Anp::SnarlTimeTab, and Anp::StdHepTab.

Definition at line 35 of file EventTab.h.

00035 {}


Member Data Documentation

TRootEmbeddedCanvas* Anp::EventTab::fEmbeddedCanvas [protected]
 

Definition at line 51 of file EventTab.h.

std::string Anp::EventTab::fLabel [protected]
 

Definition at line 49 of file EventTab.h.

std::string Anp::EventTab::fName [protected]
 

Definition at line 48 of file EventTab.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:10:31 2010 for loon by  doxygen 1.3.9.1