![]() |
RadarFX API Documentation
|
Widget for DIS connection. More...

Public Member Functions | |
| DtRadarFxConnectionWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtRadarFxConnectionWidget () |
| Virtual DTOR. | |
| virtual void | setPort (int port) |
| Set the exercise port. | |
| virtual void | setConnectionStatus (DtRadarFxConnectionInterface::ConnectionStatus status) |
| Set the connection status. | |
| virtual void | reportError (const DtUnicode &errorMessage) |
| Report an error to the GUI. | |
Public Member Functions inherited from makVrv::DtRadarFxConnectionInterface | |
| virtual | ~DtRadarFxConnectionInterface () |
Protected Slots | |
| void | onPortSpinBox_valueChanged (int) |
| void | onConnectButton_clicked () |
Protected Member Functions | |
| void | setupGui () |
| Initializes the widget's widgets and layout. | |
| QVBoxLayout * | createButtonLayout () |
| Creates the button layout for the right side of the widget. | |
| void | connectToWidgetSignals () |
| Connects slots to widgets' modification signals. | |
Protected Attributes | |
| Ui::RadarFxConnectionConfigurationLayout | myRadarFxConfigurationLayout |
| DtRadarFxConnectionInterface::ConnectionStatus | myStatus |
| DtRadarFxConnectionLogic * | myLogic |
| DtDe & | myDe |
| QVBoxLayout * | myDataLayout |
| QPushButton * | myConnectButton |
Additional Inherited Members | |
Public Types inherited from makVrv::DtRadarFxConnectionInterface | |
| enum | ConnectionStatus { Disconnected, Connected, Connecting, Error, end_ConnectionStatus } |
Public Attributes inherited from makVrv::DtRadarFxConnectionInterface | |
| boost::signalslib::signal < void(int)> | signal_portChanged |
| boost::signalslib::signal< void()> | signal_connect |
| boost::signalslib::signal< void()> | signal_disconnect |
Widget for DIS connection.
| makVrv::DtRadarFxConnectionWidget::DtRadarFxConnectionWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Set the exercise port.
Implements makVrv::DtRadarFxConnectionInterface.
|
virtual |
Set the connection status.
Implements makVrv::DtRadarFxConnectionInterface.
|
virtual |
Report an error to the GUI.
Implements makVrv::DtRadarFxConnectionInterface.
|
protected |
Initializes the widget's widgets and layout.
Non-virtual because this method is called from the constructor.
|
protected |
Creates the button layout for the right side of the widget.
Non-virtual because this method is called from the constructor.
|
protected |
Connects slots to widgets' modification signals.
Non-virtual because this method is called from the constructor.
|
protectedslot |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |