|
| RoutePoint (double lat, double lon, const wxString &icon_ident, const wxString &name, const wxString &pGUID=wxEmptyString, bool bAddToList=true) |
|
| RoutePoint (RoutePoint *orig) |
|
void | ReLoadIcon () |
|
void | SetPosition (double lat, double lon) |
|
double | GetLatitude () |
|
double | GetLongitude () |
|
LLBBox & | GetBBox () |
|
bool | IsSame (RoutePoint *pOtherRP) |
|
bool | IsVisible () |
|
bool | IsListed () |
|
bool | IsNameShown () |
|
bool | IsShared () |
|
void | SetShared (bool bshared) |
|
bool | IsSharedInVisibleRoute (void) |
|
bool | IsVisibleSelectable (double scale_val, bool boverrideViz=false) |
|
void | SetVisible (bool viz=true) |
|
void | SetListed (bool viz=true) |
|
void | SetNameShown (bool viz=true) |
|
bool | GetNameShown () |
|
virtual wxString | GetName (void) |
|
wxString | GetDescription (void) |
|
wxDateTime | GetCreateTime (void) |
|
void | SetCreateTime (wxDateTime dt) |
|
wxString | GetIconName (void) |
|
void | SetIconName (wxString name) |
|
void * | GetSelectNode (void) |
|
void | SetSelectNode (void *node) |
|
void * | GetManagerListNode (void) |
|
void | SetManagerListNode (void *node) |
|
void | SetName (const wxString &name) |
|
void | CalculateNameExtents (void) |
|
void | SetCourse (double course) |
|
double | GetCourse () |
|
void | SetDistance (double distance) |
|
double | GetDistance () |
|
void | SetWaypointArrivalRadius (double dArrivalDistance) |
|
void | SetWaypointArrivalRadius (wxString wxArrivalDistance) |
|
double | GetWaypointArrivalRadius () |
|
bool | GetShowWaypointRangeRings (void) |
|
int | GetWaypointRangeRingsNumber (void) |
|
float | GetWaypointRangeRingsStep (void) |
|
int | GetWaypointRangeRingsStepUnits (void) |
|
void | SetShowWaypointRangeRings (bool b_showWaypointRangeRings) |
|
void | SetWaypointRangeRingsNumber (int i_WaypointRangeRingsNumber) |
|
void | SetWaypointRangeRingsStep (float f_WaypointRangeRingsStep) |
|
void | SetWaypointRangeRingsStepUnits (int i_WaypointRangeRingsStepUnits) |
|
void | SetWaypointRangeRingsColour (wxColour wxc_WaypointRangeRingsColour) |
|
void | SetScaMin (wxString str) |
|
void | SetScaMin (long val) |
|
long | GetScaMin () |
|
void | SetScaMax (wxString str) |
|
void | SetScaMax (long val) |
|
long | GetScaMax () |
|
bool | GetUseSca () |
|
void | SetUseSca (bool value) |
|
bool | IsDragHandleEnabled () |
|
void | SetPlannedSpeed (double spd) |
|
double | GetPlannedSpeed () |
|
wxDateTime | GetETD () |
|
wxDateTime | GetManualETD () |
|
void | SetETD (const wxDateTime &etd) |
|
bool | SetETD (const wxString &ts) |
|
wxDateTime | GetETA () |
|
wxString | GetETE () |
|
void | SetETE (wxLongLong secs) |
|
Definition at line 53 of file route_point.h.