Subversion Repositories svn1

Rev

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

Rev 126 Rev 142
Line -... Line 1...
-
 
1
/*============================================================================
-
 
2
**
-
 
3
**  Project/Product : 
-
 
4
**  Filename        : qmteamdisplay.h
-
 
5
**  Author(s)       : DDP
-
 
6
**
-
 
7
**  Description     : Display and Update Team Information
-
 
8
**
-
 
9
**
-
 
10
**  Information     :
-
 
11
**   Compiler       : ANSI C++
-
 
12
**   Target         : 
-
 
13
**
-
 
14
***==========================================================================*/
-
 
15
 
-
 
16
 
-
 
17
 
1
#ifndef TEAMDISPLAY_H
18
#ifndef TEAMDISPLAY_H
2
#define TEAMDISPLAY_H
19
#define TEAMDISPLAY_H
3
 
20
 
4
#include <QWidget>
-
 
5
#include    "consts.h"
21
#include    "consts.h"
6
#include    "structs.h"
22
#include    "structs.h"
7
#include    "proto.h"
23
#include    "proto.h"
-
 
24
 
-
 
25
#include    <QWidget>
8
#include "qmlegtimes.h"
26
#include    "qmlegtimes.h"
9
 
27
 
10
 
28
 
11
namespace Ui {
29
namespace Ui {
12
    class QmTeamDisplay;
30
    class QmTeamDisplay;
13
}
31
}
Line 22... Line 40...
22
    void changeEvent(QEvent *e);
40
    void changeEvent(QEvent *e);
23
 
41
 
24
private:
42
private:
25
    Ui::QmTeamDisplay *ui;
43
    Ui::QmTeamDisplay *ui;
26
 
44
 
27
    int         team;                                /* Current team number */
45
    int         team;                                // Current team number
28
    team_type   team_buf;                            /* Holds team data currently under display */
46
    team_type   team_buf;                            // Holds team data currently under display
29
    QmLegTimes *lt[MAX_LEGS+1];                      // Per Leg Widgets
47
    QmLegTimes *lt[MAX_LEGS+1];                      // Per Leg Widgets
30
 
48
 
31
 
49
 
32
public slots:
50
public slots:
33
    void save(void);
51
    void save(void);