![]() |
The about JavaScript global object. Provides information about the main application and the platform on which the script is running. More...
Public Slots | |
bool | isWindowsArch () const |
Query if current platform is Windows. More... | |
bool | isLinuxArch () const |
Query if current platform is Linux. More... | |
bool | isMacArch () const |
Query if current platform is Mac. More... | |
bool | isMacIntelArch () const |
Query if current platform is Mac Intel. More... | |
bool | isMacPpcArch () const |
Query if current platform is Mac Power PC. More... | |
String | getApplicationPath () const |
Query current application folder. More... | |
String | getBinaryPath () const |
Query common binary folder. More... | |
String | getResourcesPath () const |
Query common resources folder. More... | |
Properties | |
bool | windowsArch |
Current platform is Windows. More... | |
bool | linuxArch |
Current platform is Linux. More... | |
bool | macArch |
Current platform is Mac. More... | |
bool | macIntelArch |
Current platform is Mac Intel. More... | |
bool | macPpcArch |
Current platform is Mac Power PC. More... | |
String | applicationPath |
Application with GUI folder (different than binFolder on Mac. Same for all other platforms ). More... | |
String | binaryPath |
Common binary folder. More... | |
String | resourcesPath |
Common resources folder. More... | |
The about JavaScript global object. Provides information about the main application and the platform on which the script is running.
The about class allows querying of platform and application specific constants.
|
slot |
Query current application folder.
|
slot |
Query common binary folder.
|
slot |
Query common resources folder.
|
slot |
Query if current platform is Linux.
|
slot |
Query if current platform is Mac.
|
slot |
Query if current platform is Mac Intel.
|
slot |
Query if current platform is Mac Power PC.
|
slot |
Query if current platform is Windows.
|
read |
Application with GUI folder (different than binFolder on Mac. Same for all other platforms ).
|
read |
Common binary folder.
|
read |
Current platform is Linux.
|
read |
Current platform is Mac.
|
read |
Current platform is Mac Intel.
|
read |
Current platform is Mac Power PC.
|
read |
Common resources folder.
|
read |
Current platform is Windows.