The about JavaScript global object. Provides information about the main application and the platform on which the script is running.
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.
◆ getApplicationPath
String about::getApplicationPath |
( |
| ) |
|
|
slot |
Returns the application. Identical to property "applicationPath".
- Returns
- Returns the application.
◆ getBinaryPath
String about::getBinaryPath |
( |
| ) |
|
|
slot |
Returns the folder where the binaries can be found.
- Returns
- Returns the folder where the binaries can be found.
◆ getFlavorString
String about::getFlavorString |
( |
| ) |
|
|
slot |
Returns a string that represents the flavor of the application. e.g. Harmony.
- Returns
- Returns a string that represents the flavor of the application.
◆ getResourcesPath
String about::getResourcesPath |
( |
| ) |
|
|
slot |
Returns the folder where the resources can be found.
- Returns
- Returns the folder where the resources can be found.
◆ getUserName
String about::getUserName |
( |
| ) |
|
|
slot |
Returns the user name.
- Returns
- Returns the user name.
◆ getVersionInfoStr
String about::getVersionInfoStr |
( |
| ) |
|
|
slot |
Returns the version info string.
- Returns
- Returns the version info string.
◆ isControlCenterApp
bool about::isControlCenterApp |
( |
| ) |
|
|
slot |
Returns true whenever the application running application is ControlCenter.
- Returns
- Returns true whenever the application is ControlCenter.
◆ isDatabaseMode
bool about::isDatabaseMode |
( |
| ) |
|
|
slot |
Returns true when the application is in Database mode.
- Returns
- Returns true when the appplication is in Database mode.
◆ isDemoVersion
bool about::isDemoVersion |
( |
| ) |
|
|
slot |
Returns true whenever this application is a Demo variant.
- Returns
- Returns true whenever this application is a Demo variant.
◆ isEducVersion
bool about::isEducVersion |
( |
| ) |
|
|
slot |
Returns true whenever this application is an Educational variant.
- Returns
- Returns true whenever this application is an Educational variant.
◆ isFullVersion
bool about::isFullVersion |
( |
| ) |
|
|
slot |
Returns true whenever this application is a Commercial/Full variant.
- Returns
- Returns true whenever this application is a Commercial/Full variant.
◆ isHarmony
bool about::isHarmony |
( |
| ) |
|
|
slot |
Returns true when connected to a database or when compiled with Harmony.
- Returns
- Returns true when connected to a database or when compiled with Harmony.
◆ isInteractiveApp
bool about::isInteractiveApp |
( |
| ) |
|
|
slot |
Returns true whenever this application is interactive. All application capable of running scripts are interactive.
- Returns
- Returns true whenever this application is interactive.
◆ isLinuxArch
bool about::isLinuxArch |
( |
| ) |
|
|
slot |
Returns true when running on Linux.
- Returns
- Returns true when running on Linux.
◆ isMacArch
bool about::isMacArch |
( |
| ) |
|
|
slot |
Returns true when running on MacOS.
- Returns
- Returns true when running on MacOS.
◆ isMacIntelArch
bool about::isMacIntelArch |
( |
| ) |
|
|
slot |
Returns true when running on an Apple OS X operating system or when on Mac Intel.
- Returns
- Returns true when running on an Apple OS X operating system or when on Mac Intel.
◆ isMacPpcArch
bool about::isMacPpcArch |
( |
| ) |
|
|
slot |
Returns true when running on an Apple OS X operating system or when on Mac PowerPC.
- Returns
- Returns true when running on an Apple OS X operating system or when on Mac PowerPC.
◆ isMainApp
bool about::isMainApp |
( |
| ) |
|
|
slot |
Returns true when the application is Harmony or Storyboard, and not a peripheral application.
- Returns
- Returns true when the application is Harmony or Storyboard.
◆ isPaintMode
bool about::isPaintMode |
( |
| ) |
|
|
slot |
Returns true when the application is in Paint mode.
- Returns
- Returns true when the application is in Paint mode.
◆ isScanApp
bool about::isScanApp |
( |
| ) |
|
|
slot |
Returns true when the application running is Scan.
- Returns
- Returns true when the application running is Scan.
◆ isStage
Returns true whenever the application running is Stage.
◆ isStageAdvanced
bool about::isStageAdvanced |
( |
| ) |
|
|
slot |
Returns true whenever the application running is an Advanced variant.
◆ isStageEssentials
bool about::isStageEssentials |
( |
| ) |
|
|
slot |
Returns true whenever the application running is an Essentials variant.
◆ isStoryboard
bool about::isStoryboard |
( |
| ) |
|
|
slot |
Returns true when running Storyboard.
- Returns
- Returns true when running Storyboard.
◆ isWindowsArch
bool about::isWindowsArch |
( |
| ) |
|
|
slot |
Returns true when running on Windows.
- Returns
- Returns true when running on Windows.
◆ isXsheetMode
bool about::isXsheetMode |
( |
| ) |
|
|
slot |
Returns true when the application is in Xsheet mode.
- Returns
- Returns true when the application is in Xsheet mode.
◆ productName
String about::productName |
( |
| ) |
|
|
slot |
Returns a string that is the name of application.
- Returns
- Returns a string that is the name of the application.
◆ advanced
◆ applicationPath
String about::applicationPath |
|
read |
Application with GUI folder (different than binFolder on Mac, same for all other platforms).
◆ binaryPath
◆ controlCenterApp
bool about::controlCenterApp |
|
read |
◆ databaseMode
◆ demoVersion
◆ educVersion
◆ essentials
◆ fullVersion
◆ harmony
◆ interactiveApp
bool about::interactiveApp |
|
read |
◆ linuxArch
◆ macArch
◆ macIntelArch
◆ macPpcArch
◆ mainApp
◆ paintMode
◆ resourcesPath
String about::resourcesPath |
|
read |
◆ scanApp
◆ stage
◆ storyboard
◆ userName
◆ windowsArch
◆ xsheetMode