9 #ifndef connectionLight_H_
10 #define connectionLight_H_
37 bool connected()
const;
40 void setConnected(
bool connected);
43 bool activity()
const;
46 void setActivity(
bool active);
49 void displayConnectionInfo();
50 void toggleConnection();
58 virtual void paintEvent( QPaintEvent * );
59 virtual void contextMenuEvent(QContextMenuEvent*);
60 virtual void mouseDoubleClickEvent(QMouseEvent*);
62 virtual void drawIcons();
63 virtual void drawLight();
bool myActivity
Definition: connectionLight.h:66
QColor myConnectedColor
Definition: connectionLight.h:73
The logger GUI's model.
Definition: lgrGuiModel.h:56
bool myConnected
Definition: connectionLight.h:65
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
bool myDrawIcons
Definition: connectionLight.h:68
Defines INPORT/EXPORT macros for lgrGui library.
QColor myActiveColor
Definition: connectionLight.h:74
QIcon myConnectionIcon
Definition: connectionLight.h:70
QColor myDisconnectedColor
Definition: connectionLight.h:72
Connection light widget which will show connectivity state via difference colors. ...
Definition: connectionLight.h:28