Menu

[b73cc1]: / ctychosearch.h  Maximize  Restore  History

Download this file

47 lines (32 with data), 696 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#ifndef CTYCHOSEARCH_H
#define CTYCHOSEARCH_H
#include <QDialog>
#include "skcore.h"
#include "mapobj.h"
namespace Ui {
class CTychoSearch;
}
class CTychoSearch : public QDialog
{
Q_OBJECT
public:
explicit CTychoSearch(QWidget *parent = 0);
~CTychoSearch();
radec_t m_rd;
mapObj_t m_mapObj;
protected:
void changeEvent(QEvent *e);
void notFound(QWidget *w);
void getStar(void);
int m_reg;
int m_index;
private slots:
void on_pushButton_2_clicked();
void on_pushButton_4_clicked();
void on_pushButton_3_clicked();
void on_pushButton_clicked();
void on_pushButton_5_clicked();
private:
Ui::CTychoSearch *ui;
};
#endif // CTYCHOSEARCH_H