|
VizKit
3.3.7
|
Interaction with AppleScript. More...
#include <VisualAppleScript.h>
Static Public Member Functions | |
| static bool | executeScriptFile (VisualFile &scriptFile) |
| Executes a script file. | |
Private Member Functions | |
| VisualAppleScript () | |
| The constructor. | |
| ~VisualAppleScript () | |
| The destructor. | |
Interaction with AppleScript.
| VizKit::VisualAppleScript::VisualAppleScript | ( | ) | [private] |
The constructor.
VisualAppleScript is a collection of static methods. Class does not need any instances. Constructor is private and not implemented.
| VizKit::VisualAppleScript::~VisualAppleScript | ( | ) | [private] |
The destructor.
VisualAppleScript is a collection of static methods. Class does not need any instances. Destructor is private and not implemented.
| bool VisualAppleScript::executeScriptFile | ( | VisualFile & | scriptFile | ) | [static] |
Executes a script file.
| scriptFile | The script file. |