FlightGear next
PUICompatObject.cxx File Reference
#include "config.h"
#include "PUICompatObject.hxx"
#include <algorithm>
#include <simgear/misc/strutils.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>
#include <GUI/FGPUICompatDialog.hxx>
#include <GUI/new_gui.hxx>
#include <Main/fg_props.hxx>
#include <Scripting/NasalSys.hxx>
#include <Translations/FGTranslate.hxx>
#include <string>

Go to the source code of this file.

Functions

naRef propNodeGhostCreate (naContext c, SGPropertyNode *n)
 
naRef f_makeCompatObjectPeer (const nasal::CallContext &ctx)
 
naRef f_translateString (const PUICompatObject &widget, nasal::CallContext ctx)
 
naRef f_translatePluralString (const PUICompatObject &widget, nasal::CallContext ctx)
 

Function Documentation

◆ f_makeCompatObjectPeer()

naRef f_makeCompatObjectPeer ( const nasal::CallContext & ctx)

Definition at line 44 of file PUICompatObject.cxx.

◆ f_translatePluralString()

naRef f_translatePluralString ( const PUICompatObject & widget,
nasal::CallContext ctx )

Definition at line 58 of file PUICompatObject.cxx.

◆ f_translateString()

naRef f_translateString ( const PUICompatObject & widget,
nasal::CallContext ctx )

Definition at line 50 of file PUICompatObject.cxx.

◆ propNodeGhostCreate()

naRef propNodeGhostCreate ( naContext c,
SGPropertyNode * n )
extern

Definition at line 36 of file nasal-props.cxx.