FlightGear next
FileDialog.cxx File Reference
#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< FGFileDialogFileDialogPtr
 
typedef nasal::Ghost< FileDialogPtrNasalFileDialog
 

Functions

static naRef f_createFileDialog (const nasal::CallContext &ctx)
 Create new FGFileDialog and get ghost for it.
 
void postinitNasalGUI (naRef globals, naContext c)
 

Typedef Documentation

◆ FileDialogPtr

typedef std::shared_ptr<FGFileDialog> FileDialogPtr

Definition at line 135 of file FileDialog.cxx.

◆ NasalFileDialog

typedef nasal::Ghost<FileDialogPtr> NasalFileDialog

Definition at line 136 of file FileDialog.cxx.

Function Documentation

◆ f_createFileDialog()

static naRef f_createFileDialog ( const nasal::CallContext & ctx)
static

Create new FGFileDialog and get ghost for it.

Definition at line 141 of file FileDialog.cxx.

◆ postinitNasalGUI()

void postinitNasalGUI ( naRef globals,
naContext c )

Definition at line 157 of file FileDialog.cxx.