21 #include <QtGui/QPixmap>
25 namespace makVrfGuiObjectInformationQt
34 virtual void setupForSortType();
37 static void addSensorIcon(
int,
const std::string&);
38 static void removeSensorIcon(
int);
40 QPixmap iconForSensorType(
int);
42 bool radarsJammed()
const;
49 virtual void deactivate();
51 virtual void nameChanged();
60 QString iconImageFileForSensorType(
int)
const;
64 virtual void updateWidgetRepresentation();
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
QWidget * myWidgetRepresentation
Definition: sensorInformationPageLogic.h:79
DtVrfSensorInfoManager::DtSensorInformationMap mySensorInfoMap
Definition: sensorInformationPageLogic.h:76
int myMaximumContacts
Definition: sensorInformationPageLogic.h:75
std::vector< QLabel * > myContacts
Definition: sensorInformationPageLogic.h:80
Definition: informationDialogPage.h:406
DtUUID myMonitoring
Definition: sensorInformationPageLogic.h:70
makVrv::DtSignalConnectionManager myConnectionManager
Definition: sensorInformationPageLogic.h:82
std::map< std::string, DtSensorInformation > DtSensorInformationMap
Definition: vrfSensorInfoManager.h:60
File: ifSensorData.h.
Definition: ifSensorData.h:28
Contains makVrv::DtInformationDialogPage class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition: informationDialogPage.h:260
static SensorIcons theUserDefinedSensorIcons
Definition: sensorInformationPageLogic.h:68
Base class to provide boost signal/slot management.
Definition: sensorInformationPageLogic.h:27
QLabel * myNoContactsLabel
Definition: sensorInformationPageLogic.h:81
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
std::map< std::string, QTreeWidgetItem * > mySensorItems
Definition: sensorInformationPageLogic.h:72
bool myRadarsJammed
Definition: sensorInformationPageLogic.h:74
std::map< int, std::string > SensorIcons
Definition: sensorInformationPageLogic.h:67