Rev 358 | 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; |
66 | 66 | ||
67 | QList<sWayPoint> l_WayPoints; |
67 | QList<sWayPoint> l_WayPoints; |
68 | QList<sWayPoint> l_Track; |
68 | QList<sWayPoint> l_Track; |
69 | 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 | ||
- | 75 | void save_WayPointsMKW(QString s_File); |
|
- | 76 | ||
70 | private slots: |
77 | private slots: |
71 | void slot_Zoom(int t_Zoom); |
78 | void slot_Zoom(int t_Zoom); |
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 | ||
75 | void slot_AddWayPoint(); |
82 | void slot_AddWayPoint(); |
76 | void slot_DeleteWayPoints(); |
83 | void slot_DeleteWayPoints(); |
77 | void slot_SendWayPoints(); |
84 | void slot_SendWayPoints(); |
- | 85 | void slot_ShowWayPoints(bool); |
|
78 | 86 | ||
79 | void slot_GotoTarget(); |
87 | void slot_GotoTarget(); |
80 | void slot_Close(); |
88 | void slot_Close(); |
81 | 89 | ||
- | 90 | void slot_LoadWayPoints(); |
|
- | 91 | void slot_SaveWayPoints(); |
|
- | 92 | ||
82 | protected: |
93 | protected: |
83 | virtual void resizeEvent ( QResizeEvent * event ); |
94 | virtual void resizeEvent ( QResizeEvent * event ); |
84 | 95 | ||
85 | signals: |
96 | signals: |
86 | void set_Target(sWayPoint Target); |
97 | void set_Target(sWayPoint Target); |