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


Public Slots | |
| void | track (bool mode) |
| To activate or desactivate the Tracking. | |
Signals | |
| void | altMove (MoveDir) |
| is emited when alt move is done | |
| void | ascMove (MoveDir) |
| is emited when asc move is done | |
Public Member Functions | |
| void | setCam (QCam *cam) |
| the the camera. | |
| void | setScope (QTelescope *scope) |
| set the telscope. | |
| void | setTracker (QCamFindShift *tracker) |
| set the FindShift algorithm. | |
| virtual QWidget * | buildGUI (QWidget *parent=0) |
| build the associated GUI | |
Protected Slots | |
| virtual void | frameShift (const ShiftInfo &shift)=0 |
| called with the shift frome the orifinal frame to the current frame. | |
The only thing to implement is the slot frameShift(const QPoint& shift).
| void QCamAutoGuidage::track | ( | bool | mode | ) | [slot] |
To activate or desactivate the Tracking.
tracking is possible only if a cam, a telescope and a findShift algorithm have been connected.
| virtual void QCamAutoGuidage::frameShift | ( | const ShiftInfo & | shift | ) | [protected, pure virtual, slot] |
called with the shift frome the orifinal frame to the current frame.
Must be implementedc by any subclass.
Implemented in QCamAutoGuidageSimple.
1.5.1