Subversion Repositories svn1

Rev

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

Rev 142 Rev 177
Line 43... Line 43...
43
    Ui::QmTeamDisplay *ui;
43
    Ui::QmTeamDisplay *ui;
44
 
44
 
45
    int         team;                                // Current team number
45
    int         team;                                // Current team number
46
    team_type   team_buf;                            // Holds team data currently under display
46
    team_type   team_buf;                            // Holds team data currently under display
47
    QmLegTimes *lt[MAX_LEGS+1];                      // Per Leg Widgets
47
    QmLegTimes *lt[MAX_LEGS+1];                      // Per Leg Widgets
-
 
48
    bool        dirty;                               // Unsaved changes
-
 
49
    bool        populating;
48
 
50
 
49
 
51
 
50
public slots:
52
public slots:
51
    void save(void);
53
    void save(void);
52
    void cancel(void);
54
    void cancel(void);
53
    void populate(int team_number);
55
    void populate(int team_number);
54
    void recalculateTimes( void );
56
    void recalculateTimes( void );
-
 
57
    void changed(void);
-
 
58
    void updateChanged(bool dirty);
55
};
59
};
56
 
60
 
57
#endif // TEAMDISPLAY_H
61
#endif // TEAMDISPLAY_H