![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Dialog used to request the user to provide new license information when a component cannot establish a connection. More...
Inheritance diagram for DtAssistantLicQueryDialog:
Collaboration diagram for DtAssistantLicQueryDialog:Public Slots | |
| virtual void | enableChooseLicense (bool enable) |
| Enable the widgets which allow the user to set the choose the license from a list of known licenses. More... | |
| virtual void | enableSetLicense (bool enable) |
| Enable the widgets which allow the user to set the license manually. More... | |
| virtual void | processFinish (int result) |
| Sets the results after the dialog is accepted or rejected. More... | |
| virtual void | enableNodeLockedLicenseEdit (bool enable) |
| virtual void | onBrowseClicked () |
Public Member Functions | |
| DtAssistantLicQueryDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| virtual | ~DtAssistantLicQueryDialog () |
| Destructor. More... | |
| virtual void | addServer (const QString &name, int port) |
| Adds an available license server to the list. More... | |
| virtual void | clearServers () |
| Clears the entire server list. More... | |
| virtual void | setAllowUnlicensed (bool allowUnlicensed) |
| Set whether or not unlicensed mode is allowed. More... | |
| virtual bool | getResults (bool &runUnlicensed, QString &name, QString &port, bool &saveLic) |
| If dialog was accepted during its previous execution, fills in the accepted server name and port and returns true. More... | |
Protected Types | |
| enum | DtLicServerCol { ServerNameCol, ServerPortCol } |
| Enumeration for the table columns. More... | |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *event) |
| Prepare the dialog to be shown. More... | |
Protected Attributes | |
| Ui::AssistantLicQueryDialog | myUiImpl |
| QIntValidator * | myPortValidator |
| Validator to check the input of the port line edit box. More... | |
| bool | myWasAccepted |
| Stores the acceptance state of the last execution. More... | |
Private Member Functions | |
| DtAssistantLicQueryDialog (DtAssistantLicQueryDialog const &) | |
| Copy constructor not implemented. More... | |
| DtAssistantLicQueryDialog & | operator= (DtAssistantLicQueryDialog const &) |
| Assignment operator not implemented. More... | |
Dialog used to request the user to provide new license information when a component cannot establish a connection.
|
protected |
| DtAssistantLicQueryDialog::DtAssistantLicQueryDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Copy constructor not implemented.
|
virtual |
Adds an available license server to the list.
The list of available servers should be set prior to every execution of the dialog.
|
virtual |
Clears the entire server list.
|
virtualslot |
Enable the widgets which allow the user to set the choose the license from a list of known licenses.
|
virtualslot |
|
virtualslot |
Enable the widgets which allow the user to set the license manually.
|
virtual |
If dialog was accepted during its previous execution, fills in the accepted server name and port and returns true.
Otherwise returns false. The saveLic parameter will be set to true if the user selected to save this license for future failures rather than prompting again.
|
virtualslot |
|
private |
Assignment operator not implemented.
|
virtualslot |
Sets the results after the dialog is accepted or rejected.
|
virtual |
Set whether or not unlicensed mode is allowed.
|
protectedvirtual |
Prepare the dialog to be shown.
|
protected |
Validator to check the input of the port line edit box.
|
protected |
|
protected |
Stores the acceptance state of the last execution.