|
Script TheSky
Version 1.32
|
The sky6DataWizard object. More...
Public Slots | |
| void | Open (void) |
| Open the query. More... | |
Properties | |
| QString | Path |
| This property holds the path to the query. More... | |
| sky6ObjectInformation * | RunQuery |
| Run the query and get as a result a sky6ObjectInformation object. More... | |
The sky6DataWizard object.
The DataWizard object is probably the most powerful and widely used objects offered by TheSky.
It allows users to run predefined queries that return a group of desired objects.
The query's filtering ability is almost unlimited. For example, you can programmatically run a real-time query to return all bright double stars above fifty degrees altitude.
The DataWizard's RunQuery() property returns an sky6ObjectInformation object which holds a group of objects returned by the query.
|
slot |
|
readwrite |
This property holds the path to the query.
|
read |
Run the query and get as a result a sky6ObjectInformation object.
Open() and optionally Path() must be set before calling RunQuery().