FlightGear next
PUICompatObject.hxx File Reference
#include <simgear/math/SGMath.hxx>
#include <simgear/nasal/cppbind/NasalHash.hxx>
#include <simgear/nasal/cppbind/NasalObject.hxx>
#include <simgear/props/propsfwd.hxx>
#include <simgear/structure/SGBinding.hxx>
#include <simgear/structure/SGReferenced.hxx>

Go to the source code of this file.

Classes

class  PUICompatObject
 

Typedefs

using PUICompatObjectRef = SGSharedPtr<PUICompatObject>
 
using PUICompatObjectVec = std::vector<PUICompatObjectRef>
 
using PUICompatDialogRef = SGSharedPtr<FGPUICompatDialog>
 

Typedef Documentation

◆ PUICompatDialogRef

using PUICompatDialogRef = SGSharedPtr<FGPUICompatDialog>

Definition at line 20 of file PUICompatObject.hxx.

◆ PUICompatObjectRef

using PUICompatObjectRef = SGSharedPtr<PUICompatObject>

Definition at line 17 of file PUICompatObject.hxx.

◆ PUICompatObjectVec

using PUICompatObjectVec = std::vector<PUICompatObjectRef>

Definition at line 18 of file PUICompatObject.hxx.