|
FlightGear next
|
#include "FileDialog.hxx"#include <simgear/nasal/cppbind/Ghost.hxx>#include <Main/globals.hxx>#include <Scripting/NasalSys.hxx>Go to the source code of this file.
Classes | |
| class | NasalCallback |
Typedefs | |
| typedef std::shared_ptr< FGFileDialog > | FileDialogPtr |
| typedef nasal::Ghost< FileDialogPtr > | NasalFileDialog |
Functions | |
| static naRef | f_createFileDialog (const nasal::CallContext &ctx) |
| Create new FGFileDialog and get ghost for it. | |
| void | postinitNasalGUI (naRef globals, naContext c) |
| typedef std::shared_ptr<FGFileDialog> FileDialogPtr |
Definition at line 135 of file FileDialog.cxx.
| typedef nasal::Ghost<FileDialogPtr> NasalFileDialog |
Definition at line 136 of file FileDialog.cxx.
|
static |
Create new FGFileDialog and get ghost for it.
Definition at line 141 of file FileDialog.cxx.
| void postinitNasalGUI | ( | naRef | globals, |
| naContext | c ) |
Definition at line 157 of file FileDialog.cxx.