![]() |
Rise
The Vieneo Province
|
#include <waypoints.h>
Public Member Functions | |
waypoints (GameClass *prmGameClass) | |
void | Update (Swaypoint waypoint) const |
void | RequestWaypointData () const |
void | Sort (short sortfield, char sortdirection, int *linecursel, int *lineact) const |
void | Delete (int index) const |
void | Upload (Swaypoint swaypoint) const |
void | AddOrUpdate (Swaypoint tempwaypoint) const |
short | Find (int uniqueid) const |
short | FindByUniqueId (int id) const |
std::vector< Swaypoint > | GetGroup (short group) const |
Private Attributes | |
GameClass * | gameclass |
Definition at line 7 of file waypoints.h.
waypoints::waypoints | ( | GameClass * | prmGameClass | ) |
Definition at line 4 of file waypoints.cpp.
void waypoints::AddOrUpdate | ( | Swaypoint | tempwaypoint | ) | const |
Definition at line 132 of file waypoints.cpp.
void waypoints::Delete | ( | int | index | ) | const |
Definition at line 100 of file waypoints.cpp.
short waypoints::Find | ( | int | uniqueid | ) | const |
Definition at line 152 of file waypoints.cpp.
short waypoints::FindByUniqueId | ( | int | id | ) | const |
Definition at line 163 of file waypoints.cpp.
std::vector< Swaypoint > waypoints::GetGroup | ( | short | group | ) | const |
Definition at line 174 of file waypoints.cpp.
void waypoints::RequestWaypointData | ( | ) | const |
Definition at line 14 of file waypoints.cpp.
void waypoints::Sort | ( | short | sortfield, |
char | sortdirection, | ||
int * | linecursel, | ||
int * | lineact | ||
) | const |
Definition at line 25 of file waypoints.cpp.
void waypoints::Update | ( | Swaypoint | waypoint | ) | const |
void waypoints::Upload | ( | Swaypoint | swaypoint | ) | const |
Definition at line 186 of file waypoints.cpp.
|
private |
Definition at line 22 of file waypoints.h.