eclipsefinderdlg.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
- #ifndef ECLIPSEFINDERDLG_H
- #define ECLIPSEFINDERDLG_H
- #include "eclipsefinderdlgbase.uic.h"
- #include <qpoint.h>
- class QListViewItem;
- class CelestiaCore;
- class EclipseFinderDlg : public EclipseFinderDlgBase
- {
- Q_OBJECT
- public:
- EclipseFinderDlg( QWidget* parent = 0, CelestiaCore *appCore = 0 );
- ~EclipseFinderDlg();
- public slots:
- void search();
- void gotoEclipse(QListViewItem* item, const QPoint& p, int col);
- CelestiaCore* appCore;
- };
- #endif // ECLIPSEFINDERDLG_H