Script TheSky
Version 1.32
|
The TheSkyXAction object. More...
Public Slots | |
void | execute (QString qsMethod) |
Execute the action. | |
The TheSkyXAction object.
The TheSkyXAction object allows a script to invoke a subset of commands listed under Preferences, Toolbars, Customize.
In order to use this object as documented here, TheSky Version 10.1.11 or later (specfically build 4651 or later) is required. Eariler versions of TheSkyX distributed this object but is was undocumented and had a different interface.
The following commands are presently supported:
TheSkyXAction.execute("ZOOM_IN");
TheSkyXAction.execute("ZOOM_OUT");
TheSkyXAction.execute("MOVE_RIGHT");
TheSkyXAction.execute("MOVE_LEFT");
TheSkyXAction.execute("MOVE_UP");
TheSkyXAction.execute("MOVE_DOWN");
TheSkyXAction.execute("TELE_CENTER_CROSS_HAIRS");
TheSkyXAction.execute("TARGET_LOCK_ON");
TheSkyXAction.execute("TARGET_CENTER");
TheSkyXAction.execute("TARGET_FRAME");
TheSkyXAction.execute("TIMESKIP_GOFWD");
TheSkyXAction.execute("TIMESKIP_GOBACK");
TheSkyXAction.execute("TIMESKIP_STEPFWD");
TheSkyXAction.execute("TIMESKIP_STEPBACK");
TheSkyXAction.execute("TIMESKIP_USECOMPUTERCLOCK");
TheSkyXAction.execute("TIMESKIP_STOP");
TheSkyXAction.execute("TIMESKIP_REWIND");