#include "routerlistwidget.h"
#include "routerlistitem.h"
Go to the source code of this file.
Defines | |
#define | STATUS_COLUMN (RouterListWidget::StatusColumn) |
#define | NAME_COLUMN (RouterListWidget::NameColumn) |
#define | IMG_NODE_OFFLINE ":/images/icons/node-unresponsive.png" |
#define | IMG_NODE_SLEEPING ":/images/icons/node-hibernating.png" |
#define | IMG_NODE_NO_BW ":/images/icons/node-bw-none.png" |
#define | IMG_NODE_LOW_BW ":/images/icons/node-bw-low.png" |
#define | IMG_NODE_MED_BW ":/images/icons/node-bw-med.png" |
#define | IMG_NODE_HIGH_BW ":/images/icons/node-bw-high.png" |
Definition in file routerlistitem.cpp.
#define IMG_NODE_HIGH_BW ":/images/icons/node-bw-high.png" |
#define IMG_NODE_LOW_BW ":/images/icons/node-bw-low.png" |
#define IMG_NODE_MED_BW ":/images/icons/node-bw-med.png" |
#define IMG_NODE_NO_BW ":/images/icons/node-bw-none.png" |
#define IMG_NODE_OFFLINE ":/images/icons/node-unresponsive.png" |
#define IMG_NODE_SLEEPING ":/images/icons/node-hibernating.png" |
#define NAME_COLUMN (RouterListWidget::NameColumn) |
#define STATUS_COLUMN (RouterListWidget::StatusColumn) |