![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Dialog to prompt user if no active network interfaces are found. More...
Inheritance diagram for DtAssistantNoInterfacesFoundDialog:
Collaboration diagram for DtAssistantNoInterfacesFoundDialog:Public Member Functions | |
| DtAssistantNoInterfacesFoundDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantNoInterfacesFoundDialog () |
| Destructor. | |
| virtual bool | allowLoopbackDevice () |
| Returns whether the user requested not to be prompted with this dialog again. | |
| virtual void | setLoopbackOptionEnabled (bool enable) |
| Enable/disable loopback device message and check box. | |
| virtual bool | loopbackOptionEnabled () |
| Returns whether or not the loopback enable option is available. | |
Protected Attributes | |
| Ui::AssistantNoInterfacesFoundDialog | myUiImpl |
| The GUI implementation of the widget. | |
| bool | myEnableLoopbackOption |
| Whether or not the loopback message and check box are enabled. | |
Dialog to prompt user if no active network interfaces are found.
| DtAssistantNoInterfacesFoundDialog::DtAssistantNoInterfacesFoundDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References myUiImpl, and setLoopbackOptionEnabled().
Destructor.
| bool DtAssistantNoInterfacesFoundDialog::allowLoopbackDevice | ( | ) | [virtual] |
Returns whether the user requested not to be prompted with this dialog again.
References myUiImpl.
Referenced by DtAssistantConnQueryMgr::checkForInterfaces().
Returns whether or not the loopback enable option is available.
References myEnableLoopbackOption.
Referenced by DtAssistantConnQueryMgr::checkForInterfaces().
| void DtAssistantNoInterfacesFoundDialog::setLoopbackOptionEnabled | ( | bool | enable | ) | [virtual] |
Enable/disable loopback device message and check box.
References myEnableLoopbackOption, and myUiImpl.
Referenced by DtAssistantConnQueryMgr::checkForInterfaces(), and DtAssistantNoInterfacesFoundDialog().
Whether or not the loopback message and check box are enabled.
Referenced by loopbackOptionEnabled(), and setLoopbackOptionEnabled().
Ui::AssistantNoInterfacesFoundDialog DtAssistantNoInterfacesFoundDialog::myUiImpl [protected] |
The GUI implementation of the widget.
Referenced by allowLoopbackDevice(), DtAssistantNoInterfacesFoundDialog(), and setLoopbackOptionEnabled().