mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Add own aircraft to X-Plane plane view menu
ref T269
This commit is contained in:
committed by
Klaus Basan
parent
654cc1621e
commit
0b607f9e0b
@@ -56,7 +56,7 @@ namespace XSwiftBus
|
||||
}
|
||||
|
||||
//! Set plane view submenu
|
||||
void setPlaneViewMenu(const CMenu &planeViewSubMenu) { m_planeViewSubMenu = planeViewSubMenu; }
|
||||
void setPlaneViewMenu(const CMenu &planeViewSubMenu);
|
||||
|
||||
//! Called by XPluginStart
|
||||
static void initLegacyData();
|
||||
@@ -131,7 +131,7 @@ namespace XSwiftBus
|
||||
void emitSimFrame();
|
||||
void emitPlaneAdded(const std::string &callsign);
|
||||
void emitPlaneAddingFailed(const std::string &callsign);
|
||||
void orbitRemotePlane(const std::string &callsign);
|
||||
void switchToPlaneView(const std::string &callsign);
|
||||
|
||||
static int preferences(const char *section, const char *name, int def);
|
||||
static float preferences(const char *section, const char *name, float def);
|
||||
|
||||
Reference in New Issue
Block a user