![]() |
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 | |
| virtual void | clearLicense () |
| The signal to clear the stored license. | |
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. | |
Protected Attributes | |
| Ui::LicServerConfigWidget | myUiImpl |
Private Member Functions | |
| DtAssistantLicServerConfigWidget (DtAssistantLicServerConfigWidget const &) | |
| Copy constructor not implemented. | |
| DtAssistantLicServerConfigWidget & | operator= (DtAssistantLicServerConfigWidget const &) |
| Assignment operator not implemented. | |
Widget which allows a user to view and clear the current default license server.
| DtAssistantLicServerConfigWidget::DtAssistantLicServerConfigWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References clearLicense(), connect(), and myUiImpl.
Destructor.
| DtAssistantLicServerConfigWidget::DtAssistantLicServerConfigWidget | ( | DtAssistantLicServerConfigWidget const & | ) | [private] |
Copy constructor not implemented.
| virtual void DtAssistantLicServerConfigWidget::clearLicense | ( | ) | [virtual, signal] |
The signal to clear the stored license.
Referenced by DtAssistantLicServerConfigWidget().
| DtAssistantLicServerConfigWidget& DtAssistantLicServerConfigWidget::operator= | ( | DtAssistantLicServerConfigWidget const & | ) | [private] |
Assignment operator not implemented.
| void DtAssistantLicServerConfigWidget::setConfiguration | ( | const QString & | name, |
| const QString & | port | ||
| ) | [virtual] |
Sets the stored license server info configuration values.
References myUiImpl.
Referenced by DtAssistantLicenseQueryMgr::updateConfigWidget().
Ui::LicServerConfigWidget DtAssistantLicServerConfigWidget::myUiImpl [protected] |
Referenced by DtAssistantLicServerConfigWidget(), and setConfiguration().