#include <AtTabBase.h>
|
| virtual void | InitTab ()=0 |
| |
| virtual void | MakeTab (TEveWindowSlot *slot)=0 |
| | Create the gui components of the tab in the passed window slot. More...
|
| |
| template<typename T > |
| T * | GetFairRootInfo (std::string infoName=T::Class_Name()) |
| |
Definition at line 27 of file AtTabBase.h.
◆ AtTabBase()
| AtTabBase::AtTabBase |
( |
TString |
tabName | ) |
|
◆ ~AtTabBase()
| virtual AtTabBase::~AtTabBase |
( |
| ) |
|
|
virtualdefault |
◆ Exec()
| virtual void AtTabBase::Exec |
( |
| ) |
|
|
pure virtual |
◆ GetFairRootInfo()
template<typename T >
| T* AtTabBase::GetFairRootInfo |
( |
std::string |
infoName = T::Class_Name() | ) |
|
|
inlineprotected |
Returns the instance of T (usually an event type) associated with the AtTabInfoFairRoot augment named infoName. If infoName is not passed assume its name is "T".
Definition at line 63 of file AtTabBase.h.
◆ GetTabInfo()
◆ Init()
◆ InitTab()
| virtual void AtTabBase::InitTab |
( |
| ) |
|
|
protectedpure virtual |
◆ MakeTab()
| virtual void AtTabBase::MakeTab |
( |
TEveWindowSlot * |
slot | ) |
|
|
protectedpure virtual |
◆ SetTabName()
| void AtTabBase::SetTabName |
( |
TString |
name | ) |
|
|
inline |
◆ fNumTabs
| int AtTabBase::fNumTabs = 0 |
|
staticprotected |
◆ fTabId
| Int_t AtTabBase::fTabId {0} |
|
protected |
◆ fTabInfo
◆ fTabName
| TString AtTabBase::fTabName |
|
protected |
The documentation for this class was generated from the following files: