ScriptModule
Public Slots | Properties | List of all members
about Class Reference

#include <AboutInterface.h>

Inheritance diagram for about:
Inheritance graph
[legend]
Collaboration diagram for about:
Collaboration graph
[legend]

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...
 

Detailed Description

The about class allows to query platform and application specific constants.

You can use it in both Script Editor and scriptModule.

Member Function Documentation

String about::getApplicationPath ( ) const
slot

Query current application folder.

String about::getBinaryPath ( ) const
slot

Query common binary folder.

String about::getResourcesPath ( ) const
slot

Query common resources folder.

bool about::isLinuxArch ( ) const
slot

Query if current platform is Linux.

bool about::isMacArch ( ) const
slot

Query if current platform is Mac.

bool about::isMacIntelArch ( ) const
slot

Query if current platform is Mac Intel.

bool about::isMacPpcArch ( ) const
slot

Query if current platform is Mac Power PC.

bool about::isWindowsArch ( ) const
slot

Query if current platform is Windows.

Property Documentation

String about::applicationPath
readprivate

Application with GUI folder (different than binFolder on Mac. Same for all other platforms ).

String about::binaryPath
readprivate

Common binary folder.

bool about::linuxArch
readprivate

Current platform is Linux.

bool about::macArch
readprivate

Current platform is Mac.

bool about::macIntelArch
readprivate

Current platform is Mac Intel.

bool about::macPpcArch
readprivate

Current platform is Mac Power PC.

String about::resourcesPath
readprivate

Common resources folder.

bool about::windowsArch
readprivate

Current platform is Windows.


The documentation for this class was generated from the following file: