#include <QTelescope.hpp>
Inheritance diagram for QTelescope:

Public Slots | |
| virtual void | goE (float shift)=0 |
| move East | |
| virtual void | goW (float shift)=0 |
| move West | |
| virtual void | goS (float shift)=0 |
| move South | |
| virtual void | goN (float shift)=0 |
| move North | |
| virtual void | goE () |
| move East | |
| virtual void | goW () |
| move West | |
| virtual void | goS () |
| move South | |
| virtual void | goN () |
| move North | |
| virtual void | stopE ()=0 |
| stop East move | |
| virtual void | stopS ()=0 |
| stop South move | |
| virtual void | stopW ()=0 |
| stop West move | |
| virtual void | stopN ()=0 |
| stop North move | |
| virtual double | setSpeed (double speed)=0 |
| set Telescope move speed. | |
| virtual bool | setTracking (bool activated)=0 |
| set auto tracking mode. | |
Public Member Functions | |
| virtual void | buildGUI (QWidget *parent=0) |
| build the gui of the QTelescope widget. | |
| void QTelescope::buildGUI | ( | QWidget * | parent = 0 |
) | [virtual] |
build the gui of the QTelescope widget.
if it is overloaded, parents buildGUI should be called by new version.
Reimplemented in QTelescopeAutostar, QTelescopeMCU, and QTelescopeMTS.
| virtual double QTelescope::setSpeed | ( | double | speed | ) | [pure virtual, slot] |
set Telescope move speed.
0=> slowest speed, 1.0=> max speed. the speed entered is an hint. The function must return the real speed.
Implemented in QTelescopeAPM, QTelescopeAutostar, QTelescopeFifo, QTelescopeMCU, and QTelescopeMTS.
| virtual bool QTelescope::setTracking | ( | bool | activated | ) | [pure virtual, slot] |
set auto tracking mode.
true=>tracking activated. false=>no tracking. the return value indicate if it was possible: a mount with no tracking mode will allways return !activated (it can always stop).
Implemented in QTelescopeAPM, QTelescopeAutostar, QTelescopeFifo, QTelescopeMCU, and QTelescopeMTS.
1.5.1