#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.
◆ f_makeCompatObjectPeer()
naRef f_makeCompatObjectPeer |
( |
const nasal::CallContext & | ctx | ) |
|
◆ f_translatePluralString()
naRef f_translatePluralString |
( |
const PUICompatObject & | widget, |
|
|
nasal::CallContext | ctx ) |
◆ f_translateString()
naRef f_translateString |
( |
const PUICompatObject & | widget, |
|
|
nasal::CallContext | ctx ) |
◆ propNodeGhostCreate()
naRef propNodeGhostCreate |
( |
naContext | c, |
|
|
SGPropertyNode * | n ) |
|
extern |