Subversion Repositories Projects

Rev

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

Rev 306 Rev 358
Line 62... Line 62...
62
    Point* LastClick;
62
    Point* LastClick;
Line 63... Line 63...
63
 
63
 
64
    Point   *ClickPoint;
64
    Point   *ClickPoint;
Line 65... Line 65...
65
    QPointF MapCenter;
65
    QPointF MapCenter;
-
 
66
 
Line 66... Line 67...
66
 
67
    QList<sWayPoint> l_WayPoints;
67
    QList<sWayPoint> l_WayPoint;
68
    QList<sWayPoint> l_Track;
68
 
69
 
69
private slots:
70
private slots:
Line 70... Line 71...
70
    void slot_Zoom(int t_Zoom);
71
    void slot_Zoom(int t_Zoom);
71
    void slot_ChangeMap(int);
72
    void slot_ChangeMap(int);
-
 
73
    void slot_Click(const QMouseEvent*, const QPointF);
Line 72... Line 74...
72
    void slot_Click(const QMouseEvent*, const QPointF);
74
 
73
 
75
    void slot_AddWayPoint();
Line 74... Line 76...
74
    void slot_AddWayPoint();
76
    void slot_DeleteWayPoints();
75
    void slot_DeleteWayPoints();
77
    void slot_SendWayPoints();
Line 76... Line 78...
76
 
78
 
77
    void slot_GotoTarget();
79
    void slot_GotoTarget();
-
 
80
    void slot_Close();
78
    void slot_Close();
81
 
Line 79... Line 82...
79
 
82
protected:
Line 80... Line 83...
80
protected:
83
    virtual void resizeEvent ( QResizeEvent * event );