FlightGear next
|
#include <FlightPlan.hxx>
Inherited by FGRouteMgr, FPDelegate, GPS, and NasalFPDelegate.
Public Member Functions | |
virtual | ~Delegate () |
virtual void | departureChanged () |
virtual void | arrivalChanged () |
virtual void | waypointsChanged () |
virtual void | cruiseChanged () |
virtual void | cleared () |
virtual void | activated () |
virtual void | sequence () |
Invoked when the C++ code determines the active leg is done / next leg should be sequenced. | |
virtual void | currentWaypointChanged () |
virtual void | endOfFlightPlan () |
virtual void | loaded () |
Protected Member Functions | |
Delegate () | |
Friends | |
class | FlightPlan |
Definition at line 192 of file FlightPlan.hxx.
|
virtual |
Definition at line 1923 of file FlightPlan.cxx.
|
protected |
Definition at line 1919 of file FlightPlan.cxx.
|
inlinevirtual |
Reimplemented in NasalFPDelegate.
Definition at line 202 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in FPDelegate, and NasalFPDelegate.
Definition at line 198 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in NasalFPDelegate.
Definition at line 201 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in FPDelegate.
Definition at line 200 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in NasalFPDelegate.
Definition at line 214 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in FPDelegate, and NasalFPDelegate.
Definition at line 197 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in NasalFPDelegate.
Definition at line 215 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in NasalFPDelegate.
Definition at line 217 of file FlightPlan.hxx.
|
inlinevirtual |
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 in NasalFPDelegate.
Definition at line 212 of file FlightPlan.hxx.
|
inlinevirtual |
Reimplemented in FPDelegate, and NasalFPDelegate.
Definition at line 199 of file FlightPlan.hxx.
|
friend |
Definition at line 222 of file FlightPlan.hxx.