Subversion Repositories Projects

Rev

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

Rev 358 Rev 361
Line 65... Line 65...
65
    QPointF MapCenter;
65
    QPointF MapCenter;
Line 66... Line 66...
66
 
66
 
67
    QList<sWayPoint> l_WayPoints;
67
    QList<sWayPoint> l_WayPoints;
Line -... Line 68...
-
 
68
    QList<sWayPoint> l_Track;
-
 
69
 
-
 
70
    QList<sWayPoint> parse_WayPointKML(QString s_File);
-
 
71
    QList<sWayPoint> parse_WayPointMKW(QString s_File);
-
 
72
 
-
 
73
    void show_WayPoints(QList<sWayPoint> WayPoints);
-
 
74
 
68
    QList<sWayPoint> l_Track;
75
    void save_WayPointsMKW(QString s_File);
69
 
76
 
70
private slots:
77
private slots:
71
    void slot_Zoom(int t_Zoom);
78
    void slot_Zoom(int t_Zoom);
Line 72... Line 79...
72
    void slot_ChangeMap(int);
79
    void slot_ChangeMap(int);
73
    void slot_Click(const QMouseEvent*, const QPointF);
80
    void slot_Click(const QMouseEvent*, const QPointF);
74
 
81
 
-
 
82
    void slot_AddWayPoint();
Line 75... Line 83...
75
    void slot_AddWayPoint();
83
    void slot_DeleteWayPoints();
76
    void slot_DeleteWayPoints();
84
    void slot_SendWayPoints();
Line -... Line 85...
-
 
85
    void slot_ShowWayPoints(bool);
-
 
86
 
-
 
87
    void slot_GotoTarget();
77
    void slot_SendWayPoints();
88
    void slot_Close();
78
 
89
 
Line 79... Line 90...
79
    void slot_GotoTarget();
90
    void slot_LoadWayPoints();
80
    void slot_Close();
91
    void slot_SaveWayPoints();