Script TheSky  Version 1.32
Public Slots | Properties | List of all members
sky6DataWizard Class Reference

The sky6DataWizard object. More...

Inheritance diagram for sky6DataWizard:

Public Slots

void Open (void)
 Open the query. More...
 

Properties

QString Path
 This property holds the path to the query. More...
 
sky6ObjectInformationRunQuery
 Run the query and get as a result a sky6ObjectInformation object. More...
 

Detailed Description

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.

Member Function Documentation

◆ Open

void sky6DataWizard::Open ( void  )
slot

Open the query.

If Path() is not set or is empty, calling Open() will use whatever database query is currently loaded in TheSky.

Property Documentation

◆ Path

sky6DataWizard::Path
readwrite

This property holds the path to the query.

See also
Open(), RunQuery()

◆ RunQuery

sky6DataWizard::RunQuery
read

Run the query and get as a result a sky6ObjectInformation object.

Open() and optionally Path() must be set before calling RunQuery().

ScriptTheSkyX Examples
(C) Software Bisque, Inc. All rights reserved.