Subversion Repositories svn1

Rev

Rev 129 | Rev 131 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
129 david 1
#ifndef QMDIALOGLEGSTARTTIMES_H
2
#define QMDIALOGLEGSTARTTIMES_H
3
 
4
#include <QDialog>
5
 
6
namespace Ui {
7
    class QmDialogLegStartTimes;
8
}
9
 
10
class QmDialogLegStartTimes : public QDialog
11
{
12
    Q_OBJECT
13
 
14
public:
130 - 15
    explicit QmDialogLegStartTimes(const QString &title, QWidget *parent = 0);
129 david 16
    ~QmDialogLegStartTimes();
130 - 17
    time_t getTime(void);
18
    int getLeg(void);
19
    bool getReport(void);
20
    bool getClear(void);
129 david 21
 
22
private:
23
    Ui::QmDialogLegStartTimes *ui;
24
};
25
 
26
#endif // QMDIALOGLEGSTARTTIMES_H