QKingClient.hpp

00001 #ifndef __QKingClient_hpp_
00002 #define __QKingClient_hpp_
00003 
00004 #include "QCamFindShift_hotSpot.hpp"
00005 #include <time.h>
00006 
00007 class QStatusBar;
00008 
00009 class QKingClient : public QCamFindShift_hotSpot {
00010    Q_OBJECT;
00011 public:
00012    QKingClient();
00013    QWidget * buildGUI(QWidget *parent);
00014 protected:
00015    bool registerFirstFrame();
00016    bool findShift(ShiftInfo & shift);
00017 private:
00019    time_t timeFirstFrame_;
00020    QStatusBar * statusBar_;
00021 };
00022 
00023 #endif

Generated on Sat Oct 27 09:21:03 2007 for QastroCam by  doxygen 1.5.1