Public Types | |
enum | Type { Vector = 0, VectorC = 1, Time = 2, LCMeasConfigMap = 3, Matrix = 4, GuiSession = 5, RunData = 6, CurveCrawler = 7 } |
Public Member Functions | |
QObject (Type type) | |
default constructor | |
virtual | ~QObject () |
destructor | |
Type | GetType () const |
Get Object type. | |
virtual void | Clear () |
Clear. | |
Private Attributes | |
Type | fType |
virtual QObject::~QObject | ( | ) | [inline, virtual] |
destructor
because of ROOT we cannot define it as pure virtual