#include "../Include/FlyLegacy.h"#include "../Include/Globals.h"#include "../Include/Ui.h"#include "../Include/Terrain.h"#include "../Include/Situation.h"Go to the source code of this file.
Classes | |
| struct | STeleportDialogData |
Functions | |
| void | teleport_dlg_kill (void) |
| static void | teleport_dlg_sync (void) |
| static void | do_teleport (void) |
| static void | init_position (SPosition pos) |
| static void | teleport_teleport_cb (puObject *obj) |
| static void | teleport_ok_cb (puObject *obj) |
| static void | teleport_cancel_cb (puObject *obj) |
| static void | teleport_aplookup_cb (puObject *obj) |
| static void | teleport_sync_cb (puObject *obj) |
| void | teleport_dlg_create (void) |
Variables | |
| char * | lathemi_list [] |
| char * | lonhemi_list [] |
| static STeleportDialogData * | data = NULL |
|
|
Definition at line 133 of file DialogTeleport.cpp. References STeleportDialogData::alt, SPosition::alt, CSituation::GetUserVehicle(), globals, SPosition::lat, STeleportDialogData::latdeg, STeleportDialogData::lathemi, STeleportDialogData::latmin, STeleportDialogData::latsec, SPosition::lon, STeleportDialogData::londeg, STeleportDialogData::lonhemi, STeleportDialogData::lonmin, STeleportDialogData::lonsec, CModelObject::SetPosition(), and SGlobals::sit. Referenced by teleport_ok_cb(), and teleport_teleport_cb(). |
|
|
Definition at line 164 of file DialogTeleport.cpp. References SPosition::alt, STeleportDialogData::alt, SPosition::lat, STeleportDialogData::latdeg, STeleportDialogData::lathemi, STeleportDialogData::latmin, STeleportDialogData::latsec, SPosition::lon, STeleportDialogData::londeg, STeleportDialogData::lonhemi, STeleportDialogData::lonmin, and STeleportDialogData::lonsec. Referenced by teleport_aplookup_cb(), and teleport_dlg_create(). |
|
|
Definition at line 219 of file DialogTeleport.cpp. References STeleportDialogData::alt, SPosition::alt, STeleportDialogData::apName, FreeAirport(), STeleportDialogData::icaofaa, init_position(), SAirport::name, SAirport::pos, SearchAirportsByFAA(), SearchAirportsByICAO(), and teleport_dlg_sync(). Referenced by teleport_dlg_create(). |
|
|
Definition at line 213 of file DialogTeleport.cpp. References teleport_dlg_kill(). Referenced by teleport_dlg_create(). |
|
|
|
Definition at line 74 of file DialogTeleport.cpp. References STeleportDialogData::dialog. Referenced by teleport_cancel_cb(), and teleport_ok_cb(). |
|
|
Definition at line 86 of file DialogTeleport.cpp. References STeleportDialogData::apName, STeleportDialogData::apname, STeleportDialogData::latdeg, STeleportDialogData::latmin, STeleportDialogData::latsec, STeleportDialogData::londeg, STeleportDialogData::lonmin, and STeleportDialogData::lonsec. Referenced by teleport_aplookup_cb(), teleport_dlg_create(), and teleport_sync_cb(). |
|
|
Definition at line 206 of file DialogTeleport.cpp. References do_teleport(), and teleport_dlg_kill(). Referenced by teleport_dlg_create(). |
|
|
Definition at line 245 of file DialogTeleport.cpp. References teleport_dlg_sync(). Referenced by teleport_dlg_create(). |
|
|
Definition at line 200 of file DialogTeleport.cpp. References do_teleport(). Referenced by teleport_dlg_create(). |
|
|
Definition at line 71 of file DialogTeleport.cpp. |
|
|
Initial value:
{
"S",
"N",
NULL
}
Definition at line 32 of file DialogTeleport.cpp. Referenced by teleport_dlg_create(). |
|
|
Initial value:
{
"E",
"W",
NULL
}
Definition at line 39 of file DialogTeleport.cpp. Referenced by teleport_dlg_create(). |
|
|
Documentation generated by
|