Aimsun Next Scripting
22
|
Public Member Functions | |
GKSimulatorExtensionDescription () | |
const QString & | getInternalName () const |
const QString & | getName () const |
const QString & | getVersion () const |
virtual const QString & | getDefaultParameters () const |
GKSimulatorExtensionDescription::GKSimulatorExtensionDescription | ( | ) |
|
virtual |
Returns the parameters of the extension as a XML string editable using GKSimulatorExtensionDescription::editParameters
const QString & GKSimulatorExtensionDescription::getInternalName | ( | ) | const |
Internal, unique name of the extension.
Referenced by GKSimulatorExtension::if().
const QString & GKSimulatorExtensionDescription::getName | ( | ) | const |
Name of the extension that will be presented to the user. Can be translated.
const QString & GKSimulatorExtensionDescription::getVersion | ( | ) | const |
Version of the extension as X.Y.Z (Major Version, Minor Version, Revision)