#include <TGo4DabcMonitor.h>
Public Member Functions | |
TGo4DabcInfo (const char *name, int time, char *nolink, TGo4DabcMonitor *owner) | |
TGo4DabcInfo (const char *name, int time, void *nolink, int size, const char *type, TGo4DabcMonitor *owner) | |
TGo4DabcInfo (const char *name, int time, int nolink, TGo4DabcMonitor *owner) | |
TGo4DabcInfo (const char *name, int time, float nolink, TGo4DabcMonitor *owner) | |
TGo4DabcInfo (const char *name, int time, double nolink, TGo4DabcMonitor *owner) | |
virtual | ~TGo4DabcInfo () |
virtual void | infoHandler () |
const QString & | getServiceType () |
Protected Attributes | |
TGo4DabcMonitor * | fxOwner |
QString | fxType |
Definition at line 89 of file TGo4DabcMonitor.h.
TGo4DabcInfo::TGo4DabcInfo | ( | const char * | name, | |
int | time, | |||
char * | nolink, | |||
TGo4DabcMonitor * | owner | |||
) | [inline] |
Definition at line 91 of file TGo4DabcMonitor.h.
TGo4DabcInfo::TGo4DabcInfo | ( | const char * | name, | |
int | time, | |||
void * | nolink, | |||
int | size, | |||
const char * | type, | |||
TGo4DabcMonitor * | owner | |||
) | [inline] |
Definition at line 93 of file TGo4DabcMonitor.h.
TGo4DabcInfo::TGo4DabcInfo | ( | const char * | name, | |
int | time, | |||
int | nolink, | |||
TGo4DabcMonitor * | owner | |||
) | [inline] |
Definition at line 95 of file TGo4DabcMonitor.h.
TGo4DabcInfo::TGo4DabcInfo | ( | const char * | name, | |
int | time, | |||
float | nolink, | |||
TGo4DabcMonitor * | owner | |||
) | [inline] |
Definition at line 97 of file TGo4DabcMonitor.h.
TGo4DabcInfo::TGo4DabcInfo | ( | const char * | name, | |
int | time, | |||
double | nolink, | |||
TGo4DabcMonitor * | owner | |||
) | [inline] |
Definition at line 99 of file TGo4DabcMonitor.h.
virtual TGo4DabcInfo::~TGo4DabcInfo | ( | ) | [inline, virtual] |
Definition at line 102 of file TGo4DabcMonitor.h.
const QString& TGo4DabcInfo::getServiceType | ( | ) | [inline] |
Definition at line 106 of file TGo4DabcMonitor.h.
References fxType.
Referenced by TGo4DabcMonitor::infoUpdated().
void TGo4DabcInfo::infoHandler | ( | ) | [virtual] |
Reimplemented in TGo4DabcNodesInfo, TGo4DabcServiceInfo, TGo4DabcStateInfo, and TGo4DabcRateInfo.
Definition at line 32 of file TGo4DabcMonitor.cpp.
References fxOwner, and TGo4DabcMonitor::infoUpdated().
TGo4DabcMonitor* TGo4DabcInfo::fxOwner [protected] |
Definition at line 108 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcRateInfo::infoHandler(), TGo4DabcStateInfo::infoHandler(), TGo4DabcServiceInfo::infoHandler(), TGo4DabcNodesInfo::infoHandler(), and infoHandler().
QString TGo4DabcInfo::fxType [protected] |
Definition at line 109 of file TGo4DabcMonitor.h.
Referenced by getServiceType().