Returns information about the current application running the script and its environment. You can use it in both Script Editor and scriptModule.
More...
#include <aboutinterface.h>
Returns information about the current application running the script and its environment. You can use it in both Script Editor and scriptModule.
The about class allows to query platform and application specific ants.
You can use it in both Script Editor and scriptModule.
function printAbout()
{
print("");
print( "" );
print(
"stage: " +
about.stage );
}
String about::getApplicationPath |
( |
| ) |
|
|
slot |
Query current application folder.
String about::getApplicationPath |
( |
| ) |
|
|
slot |
returns the application. Identical to property "applicationPath".
String about::getBinaryPath |
( |
| ) |
|
|
slot |
Query common binary folder.
String about::getBinaryPath |
( |
| ) |
|
|
slot |
returns the folder where the binaries can be found.
String about::getFlavorString |
( |
| ) |
|
|
slot |
returns a string that represents the flavour of the application, e.g. Harmony,
String about::getResourcesPath |
( |
| ) |
|
|
slot |
Query common resources folder.
String about::getResourcesPath |
( |
| ) |
|
|
slot |
returns the folder where the resources can be found.
String about::getUserName |
( |
| ) |
|
|
slot |
String about::getVersionInfoStr |
( |
| ) |
|
|
slot |
returns the version info string.
bool about::isControlCenterApp |
( |
| ) |
|
|
slot |
returns true whenever this application running application is ControlCenter
bool about::isDemoVersion |
( |
| ) |
|
|
slot |
returns true whenever this application is a Demo variant.
bool about::isEducVersion |
( |
| ) |
|
|
slot |
returns true whenever this application is an Educational variant.
bool about::isFullVersion |
( |
| ) |
|
|
slot |
returns true whenever this application is a Commercial/Full variant.
bool about::isHarmony |
( |
| ) |
|
|
slot |
true when connected to a database or when compiled with Harmony.
bool about::isInteractiveApp |
( |
| ) |
|
|
slot |
returns true whenever this application is interactive. All application capable of running scripts are interactive.
bool about::isLinuxArch |
( |
| ) |
|
|
slot |
Query if current platform is Linux.
bool about::isLinuxArch |
( |
| ) |
|
|
slot |
returns true when running on linux.
bool about::isMacArch |
( |
| ) |
|
|
slot |
Query if current platform is Mac.
bool about::isMacArch |
( |
| ) |
|
|
slot |
returns true when running on MacOS.
bool about::isMacIntelArch |
( |
| ) |
|
|
slot |
Query if current platform is Mac Intel.
bool about::isMacIntelArch |
( |
| ) |
|
|
slot |
returns true when running on an Apple OS X operating system and on a Mac Intel.
bool about::isMacPpcArch |
( |
| ) |
|
|
slot |
Query if current platform is Mac Power PC.
bool about::isMacPpcArch |
( |
| ) |
|
|
slot |
returns true when running on an Apple OS X operating system and on a Mac PowerPC.
bool about::isMainApp |
( |
| ) |
|
|
slot |
returns true when this application is Stage, or Storyboard, and not a peripheral application.
bool about::isPaintMode |
( |
| ) |
|
|
slot |
returns true when this application is in Paint mode.
bool about::isScanApp |
( |
| ) |
|
|
slot |
true when this application is Scan.
only true when running as Stage.
bool about::isStageAdvanced |
( |
| ) |
|
|
slot |
only true when running as Stage Advanced
bool about::isStageEssentials |
( |
| ) |
|
|
slot |
only true when running as Stage Essentials.
bool about::isStoryboard |
( |
| ) |
|
|
slot |
only true when running as Storyboard.
bool about::isWindowsArch |
( |
| ) |
|
|
slot |
Query if current platform is Windows.
bool about::isWindowsArch |
( |
| ) |
|
|
slot |
returns true when running on Windows.
bool about::isXsheetMode |
( |
| ) |
|
|
slot |
returns true when this application is in Xsheet mode.
String about::productName |
( |
| ) |
|
|
slot |
returns a string that is the name of application.
String about::applicationPath |
|
readprivate |
Application with GUI folder (different than binFolder on Mac. Same for all other platforms ).
application with GUI folder (different than binFolder on Mac. Same for all other platforms )
Common binary folder.
See getBinaryPath.
bool about::controlCenterApp |
|
readprivate |
bool about::interactiveApp |
|
readprivate |
Current platform is Linux.
See isLinuxArch.
Current platform is Mac.
See isMasArch.
Current platform is Mac Intel.
See isMacIntelArch.
Current platform is Mac Power PC.
See isMacIntelArch.
String about::resourcesPath |
|
readprivate |
Common resources folder.
See getResourcesPath.
Current platform is Windows.
See isWindorsArch.
The documentation for this class was generated from the following files: