FlightGear next
|
Inherits flightgear::FlightPlan::Delegate.
Public Member Functions | |
NasalFPDelegate (FlightPlan *fp, FGNasalSys *sys, naRef ins) | |
~NasalFPDelegate () override | |
void | departureChanged () override |
void | arrivalChanged () override |
void | waypointsChanged () override |
void | currentWaypointChanged () override |
void | cleared () override |
void | endOfFlightPlan () override |
void | activated () override |
void | sequence () override |
Invoked when the C++ code determines the active leg is done / next leg should be sequenced. | |
void | loaded () override |
![]() | |
virtual | ~Delegate () |
virtual void | cruiseChanged () |
Additional Inherited Members | |
![]() | |
Delegate () | |
Definition at line 1144 of file NasalFlightPlan.cxx.
|
inline |
Definition at line 1147 of file NasalFlightPlan.cxx.
|
inlineoverride |
Definition at line 1156 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1191 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1166 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1181 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1176 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1161 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1186 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1201 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Invoked when the C++ code determines the active leg is done / next leg should be sequenced.
The default route-manager delegate will advance to the next waypoint when handling this.
If multiple delegates are installed, take special care not to sequence the waypoint twice.
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1196 of file NasalFlightPlan.cxx.
|
inlineoverridevirtual |
Reimplemented from flightgear::FlightPlan::Delegate.
Definition at line 1171 of file NasalFlightPlan.cxx.