
Remove all currently registered telescopes. Returns the name that will be returned by StelObject::getType() for the objects this module manages.ĭetect or show the configuration GUI elements for the module. Gets a user-displayable name of the object category. ListMatchingObjects (const QString &objPrefix, int maxNbItem=5, bool useStartOfWords=false, bool inEnglish=false) constįind and return the list of at most maxNbItem objects auto-completing the passed object name. Return the StelObject with the given ID if exists or the empty StelObject if not found. Return the matching StelObject if exists or the empty StelObject if not found. SearchByNameI18n (const QString &nameI18n) const Search for StelObject in an area around a specifid point.

SearchAround (const Vec3d &v, double limitFov, const StelCore *core) const Return the value defining the order of call for the given action For example if stars.callOrder = 10 and constellation.callOrder = 11, the stars module will be drawn before the constellations. GetCallOrder ( StelModuleActionName actionName) const More.Įxecute all the drawing functions for this module.
#Stellarium telescope control plugin download update#
Update the module with respect to the time. More.Ĭalled before the module will be delete, and before the openGL context is suppressed. Slews a telescope at slot idx to the point of the celestial sphere currently in the center of the screen. SlewTelescopeToViewDirection (const int idx) Slews a telescope at slot idx to the selected object. SlewTelescopeToSelectedObject (const int idx) More.ĭefine font size to use for telescope names display. Get display flag for telescope field of view circles. Set display flag for telescope field of view circles.

Get display flag for telescope name labels. Set display flag for telescope name labels. The actual controlling of a telescope is left to the implementation of the abstract base class TelescopeClient. No esoteric features like motor focus, electric heating and such. "Controlling a telescope" means receiving position information from the telescope and sending GOTO commands to the telescope. Main class of the Telescope Control plug-in.
