![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Widget which allows a user to view and clear the current default license server. More...
Inheritance diagram for DtAssistantLicServerConfigWidget:
Collaboration diagram for DtAssistantLicServerConfigWidget:Signals | |
| void | clearLicense () |
| The signal to clear the stored license. | |
Signals inherited from DtAssistantConfigWidget | |
| void | enablePrefAccept () |
| Emitted to indicate that the accept button can be enabled. | |
| void | disablePrefAccept () |
| Emitted to indicate that the accept button should be disabled. | |
Public Member Functions | |
| DtAssistantLicServerConfigWidget (QWidget *parent, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantLicServerConfigWidget () |
| Destructor. | |
| virtual void | setConfiguration (const QString &name, const QString &port) |
| Sets the stored license server info configuration values. | |
Public Member Functions inherited from DtAssistantConfigWidget | |
| DtAssistantConfigWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantConfigWidget () |
| Destructor. | |
| virtual QString | reasonForDisabledAccept () const |
| If the widget has disabled the accept button, returns the reason why. | |
Protected Attributes | |
| Ui::LicServerConfigWidget | myUiImpl |
Private Member Functions | |
| DtAssistantLicServerConfigWidget (DtAssistantLicServerConfigWidget const &) | |
| Copy constructor not implemented. | |
| DtAssistantLicServerConfigWidget & | operator= (DtAssistantLicServerConfigWidget const &) |
| Assignment operator not implemented. | |
Additional Inherited Members | |
Protected Member Functions inherited from DtAssistantConfigWidget | |
| virtual void | setAcceptEnabled (bool enabled, const QString &reasonForDisable) |
| Sets whether or not accept is enabled. | |
Widget which allows a user to view and clear the current default license server.
| DtAssistantLicServerConfigWidget::DtAssistantLicServerConfigWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Copy constructor not implemented.
|
signal |
The signal to clear the stored license.
|
private |
Assignment operator not implemented.
|
virtual |
Sets the stored license server info configuration values.
|
protected |