ScriptModule
|
#include <AboutInterface.h>
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 class allows to query platform and application specific constants.
You can use it in both Script Editor and scriptModule.
|
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.
|
readprivate |
Application with GUI folder (different than binFolder on Mac. Same for all other platforms ).
|
readprivate |
Common binary folder.
|
readprivate |
Current platform is Linux.
|
readprivate |
Current platform is Mac.
|
readprivate |
Current platform is Mac Intel.
|
readprivate |
Current platform is Mac Power PC.
|
readprivate |
Common resources folder.
|
readprivate |
Current platform is Windows.