FlightGear next
FGNasalListener Class Reference

#include <NasalSys_private.hxx>

Inherits SGPropertyChangeListener.

Public Member Functions

 FGNasalListener (SGPropertyNode *node, naRef code, FGNasalSys *nasal, int key, int id, int init, int type)
 
virtual ~FGNasalListener ()
 
virtual void valueChanged (SGPropertyNode *node)
 
virtual void childAdded (SGPropertyNode *parent, SGPropertyNode *child)
 
virtual void childRemoved (SGPropertyNode *parent, SGPropertyNode *child)
 

Friends

class FGNasalSys
 

Detailed Description

Definition at line 27 of file NasalSys_private.hxx.

Constructor & Destructor Documentation

◆ FGNasalListener()

FGNasalListener::FGNasalListener ( SGPropertyNode * node,
naRef code,
FGNasalSys * nasal,
int key,
int id,
int init,
int type )

Definition at line 1938 of file NasalSys.cxx.

◆ ~FGNasalListener()

FGNasalListener::~FGNasalListener ( )
virtual

Definition at line 1957 of file NasalSys.cxx.

Member Function Documentation

◆ childAdded()

void FGNasalListener::childAdded ( SGPropertyNode * parent,
SGPropertyNode * child )
virtual

Definition at line 1985 of file NasalSys.cxx.

◆ childRemoved()

void FGNasalListener::childRemoved ( SGPropertyNode * parent,
SGPropertyNode * child )
virtual

Definition at line 1990 of file NasalSys.cxx.

◆ valueChanged()

void FGNasalListener::valueChanged ( SGPropertyNode * node)
virtual

Definition at line 1976 of file NasalSys.cxx.

Friends And Related Symbol Documentation

◆ FGNasalSys

friend class FGNasalSys
friend

Definition at line 41 of file NasalSys_private.hxx.


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