#include <qvariant.h>
#include "QGo4Widget.h"
#include "ui_TGo4DabcMonitor.h"
#include <vector>
#include <deque>
#include "dic.hxx"
#include <QTableWidget>
Go to the source code of this file.
Classes | |
struct | dabc::StatusRec |
struct | dabc::RateRec |
class | TGo4DabcInfo |
class | TGo4DabcNodesInfo |
class | TGo4DabcServiceInfo |
class | TGo4DabcStateInfo |
class | TGo4DabcRateInfo |
class | TGo4DabcState |
class | TGo4DabcRate |
class | TGo4DabcMonitor |
Namespaces | |
namespace | dabc |
Defines | |
#define | DABCMON_NODE_NODECOL 0 |
#define | DABCMON_NODE_STATECOL 1 |
#define | DABCMON_NODE_CHECKCOL 3 |
#define | DABCMON_NODE_LOGCOL 4 |
#define | DABCMON_NODE_INDEXCOL 2 |
#define | DABCMON_RATE_NAMECOL 0 |
#define | DABCMON_RATE_RATECOL 1 |
#define | DABCMON_RATE_TRENDCOL 3 |
#define | DABCMON_RATE_STATSCOL 4 |
#define | DABCMON_RATE_INDEXCOL 2 |
Enumerations | |
enum | dabc::RateDisplayMode { dabc::DISPLAY_ARC = 0, dabc::DISPLAY_BAR = 1, dabc::DISPLAY_TREND = 2, dabc::DISPLAY_STAT = 3 } |
Variables | |
static dabc::RateRec | gNolinkRateRecord |
static dabc::StatusRec | gNolinkStateRecord |
#define DABCMON_NODE_CHECKCOL 3 |
Definition at line 40 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillNodeTableRow(), TGo4DabcMonitor::nodeTableChangedSlot(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_NODE_INDEXCOL 2 |
Definition at line 42 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::displayNodeTable(), TGo4DabcMonitor::fillNodeTableRow(), TGo4DabcMonitor::nodeTableChangedSlot(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_NODE_LOGCOL 4 |
Definition at line 41 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillNodeTableRow(), TGo4DabcMonitor::nodeTableChangedSlot(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_NODE_NODECOL 0 |
Definition at line 38 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillNodeTableRow(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_NODE_STATECOL 1 |
Definition at line 39 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillNodeTableRow(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_RATE_INDEXCOL 2 |
Definition at line 48 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillRateTableRow(), TGo4DabcMonitor::getRateIndices(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_RATE_NAMECOL 0 |
Definition at line 44 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillRateTableRow(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_RATE_RATECOL 1 |
Definition at line 45 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillRateTableRow(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_RATE_STATSCOL 4 |
Definition at line 47 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillRateTableRow(), TGo4DabcMonitor::rateTableChangedSlot(), and TGo4DabcMonitor::TGo4DabcMonitor().
#define DABCMON_RATE_TRENDCOL 3 |
Definition at line 46 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::fillRateTableRow(), TGo4DabcMonitor::rateTableChangedSlot(), and TGo4DabcMonitor::TGo4DabcMonitor().
dabc::RateRec gNolinkRateRecord [static] |
Definition at line 83 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::createLogServices(), TGo4DabcMonitor::createRateServices(), and TGo4DabcMonitor::TGo4DabcMonitor().
dabc::StatusRec gNolinkStateRecord [static] |
Definition at line 84 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor::servicesUpdated(), and TGo4DabcMonitor::TGo4DabcMonitor().