Subversion Repositories svn1

Rev

Rev 130 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 131
Line 12... Line 12...
12
    Q_OBJECT
12
    Q_OBJECT
13
 
13
 
14
public:
14
public:
15
    explicit QmDialogLegStartTimes(const QString &title, QWidget *parent = 0);
15
    explicit QmDialogLegStartTimes(const QString &title, QWidget *parent = 0);
16
    ~QmDialogLegStartTimes();
16
    ~QmDialogLegStartTimes();
-
 
17
    void setTimeLabel(const QString &label);
-
 
18
    void setDeltaTimeLabel(const QString &label);
17
    time_t getTime(void);
19
    time_t getTime(void);
-
 
20
    time_t getDeltaTime(void);
18
    int getLeg(void);
21
    int getLeg(void);
19
    bool getReport(void);
22
    bool getReport(void);
20
    bool getClear(void);
23
    bool getClear(void);
21
 
24
 
22
private:
25
private:
23
    Ui::QmDialogLegStartTimes *ui;
26
    Ui::QmDialogLegStartTimes *ui;
-
 
27
 
-
 
28
public slots:
-
 
29
    void enableDone(int val);
24
};
30
};
25
 
31
 
26
#endif // QMDIALOGLEGSTARTTIMES_H
32
#endif // QMDIALOGLEGSTARTTIMES_H