summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/imagereductiondlg.h
blob: 8461d90f50fc05740cff516c4c4de3b391a75971 (plain)
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
47
/***************************************************************************
                          imagereductiondlg.h  -  Image reduction utility
                          -------------------
    begin                : Tue Feb 24 2004
    copyright            : (C) 2004 by Jasem Mutlaq
    email                : mutlaqja@ikarustech.com
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

 #ifndef IMAGEREDUCTIONDLG_H
 #define IMAGEREDUCTIONDLG_H

 #include "imagereductionui.h"

 class ImageReductionDlg : public imageReductionUI
 {
   Q_OBJECT
  

    public:
     ImageReductionDlg(TQWidget * parent, const char * name = 0);
     ~ImageReductionDlg();


     public slots:
     void addDarkFile();
     void addFlatFile();
     void addDarkFlatFile();
     void removeDarkFile();
     void removeFlatFile();
     void removeDarkFlatFile();
     void detailsDarkFile();
     void detailsFlatFile();
     void detailsDarkFlatFile();

};

#endif