FlightGear next
NasalFPDelegate Class Reference

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
 
- Public Member Functions inherited from flightgear::FlightPlan::Delegate
virtual ~Delegate ()
 
virtual void cruiseChanged ()
 

Additional Inherited Members

- Protected Member Functions inherited from flightgear::FlightPlan::Delegate
 Delegate ()
 

Detailed Description

Definition at line 1144 of file NasalFlightPlan.cxx.

Constructor & Destructor Documentation

◆ NasalFPDelegate()

NasalFPDelegate::NasalFPDelegate ( FlightPlan * fp,
FGNasalSys * sys,
naRef ins )
inline

Definition at line 1147 of file NasalFlightPlan.cxx.

◆ ~NasalFPDelegate()

NasalFPDelegate::~NasalFPDelegate ( )
inlineoverride

Definition at line 1156 of file NasalFlightPlan.cxx.

Member Function Documentation

◆ activated()

void NasalFPDelegate::activated ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1191 of file NasalFlightPlan.cxx.

◆ arrivalChanged()

void NasalFPDelegate::arrivalChanged ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1166 of file NasalFlightPlan.cxx.

◆ cleared()

void NasalFPDelegate::cleared ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1181 of file NasalFlightPlan.cxx.

◆ currentWaypointChanged()

void NasalFPDelegate::currentWaypointChanged ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1176 of file NasalFlightPlan.cxx.

◆ departureChanged()

void NasalFPDelegate::departureChanged ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1161 of file NasalFlightPlan.cxx.

◆ endOfFlightPlan()

void NasalFPDelegate::endOfFlightPlan ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1186 of file NasalFlightPlan.cxx.

◆ loaded()

void NasalFPDelegate::loaded ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1201 of file NasalFlightPlan.cxx.

◆ sequence()

void NasalFPDelegate::sequence ( )
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.

◆ waypointsChanged()

void NasalFPDelegate::waypointsChanged ( )
inlineoverridevirtual

Reimplemented from flightgear::FlightPlan::Delegate.

Definition at line 1171 of file NasalFlightPlan.cxx.


The documentation for this class was generated from the following file: