#include <list>
#include "gtkutil/dialog.h"
#include "generic/callback.h"
#include "string/string.h"
Go to the source code of this file.
Data Structures | |
struct | DLG_DATA |
class | Dialog |
Defines | |
#define | INCLUDED_DIALOG_H |
Typedefs | |
typedef ReferenceCaller1< bool, bool, BoolImport > | BoolImportCaller |
typedef ReferenceCaller1< bool, const BoolImportCallback &, BoolExport > | BoolExportCaller |
typedef ReferenceCaller1< int, int, IntImport > | IntImportCaller |
typedef ReferenceCaller1< int, const IntImportCallback &, IntExport > | IntExportCaller |
typedef ReferenceCaller1 < std::size_t, std::size_t, SizeImport > | SizeImportCaller |
typedef ReferenceCaller1 < std::size_t, const SizeImportCallback &, SizeExport > | SizeExportCaller |
typedef ReferenceCaller1 < float, float, FloatImport > | FloatImportCaller |
typedef ReferenceCaller1 < float, const FloatImportCallback &, FloatExport > | FloatExportCaller |
typedef ReferenceCaller1 < std::string, const char *, StringImport > | StringImportCaller |
typedef ReferenceCaller1 < std::string, const StringImportCallback &, StringExport > | StringExportCaller |
typedef struct _GtkWindow | GtkWindow |
typedef struct _GtkToggleButton | GtkToggleButton |
typedef struct _GtkRadioButton | GtkRadioButton |
typedef struct _GtkSpinButton | GtkSpinButton |
typedef struct _GtkComboBox | GtkComboBox |
typedef struct _GtkEntry | GtkEntry |
typedef struct _GtkAdjustment | GtkAdjustment |
typedef std::list< DLG_DATA * > | DialogDataList |
Functions | |
void | BoolImport (bool &self, bool value) |
void | BoolExport (bool &self, const BoolImportCallback &importCallback) |
void | IntImport (int &self, int value) |
void | IntExport (int &self, const IntImportCallback &importCallback) |
void | SizeImport (std::size_t &self, std::size_t value) |
void | SizeExport (std::size_t &self, const SizeImportCallback &importCallback) |
void | FloatImport (float &self, float value) |
void | FloatExport (float &self, const FloatImportCallback &importCallback) |
void | StringImport (std::string &self, const char *value) |
void | StringExport (std::string &self, const StringImportCallback &importCallback) |
typedef ReferenceCaller1<bool, const BoolImportCallback&, BoolExport> BoolExportCaller |
typedef ReferenceCaller1<bool, bool, BoolImport> BoolImportCaller |
typedef std::list<DLG_DATA*> DialogDataList |
typedef ReferenceCaller1<float, const FloatImportCallback&, FloatExport> FloatExportCaller |
typedef ReferenceCaller1<float, float, FloatImport> FloatImportCaller |
typedef struct _GtkAdjustment GtkAdjustment |
typedef struct _GtkComboBox GtkComboBox |
typedef struct _GtkRadioButton GtkRadioButton |
typedef struct _GtkSpinButton GtkSpinButton |
typedef struct _GtkToggleButton GtkToggleButton |
typedef ReferenceCaller1<int, const IntImportCallback&, IntExport> IntExportCaller |
typedef ReferenceCaller1<int, int, IntImport> IntImportCaller |
typedef ReferenceCaller1<std::size_t, const SizeImportCallback&, SizeExport> SizeExportCaller |
typedef ReferenceCaller1<std::size_t, std::size_t, SizeImport> SizeImportCaller |
typedef ReferenceCaller1<std::string, const StringImportCallback&, StringExport> StringExportCaller |
typedef ReferenceCaller1<std::string, const char*, StringImport> StringImportCaller |
void BoolExport | ( | bool & | self, | |
const BoolImportCallback & | importCallback | |||
) | [inline] |
void FloatExport | ( | float & | self, | |
const FloatImportCallback & | importCallback | |||
) | [inline] |
void IntExport | ( | int & | self, | |
const IntImportCallback & | importCallback | |||
) | [inline] |
void SizeExport | ( | std::size_t & | self, | |
const SizeImportCallback & | importCallback | |||
) | [inline] |
void SizeImport | ( | std::size_t & | self, | |
std::size_t | value | |||
) | [inline] |
void StringExport | ( | std::string & | self, | |
const StringImportCallback & | importCallback | |||
) | [inline] |
void StringImport | ( | std::string & | self, | |
const char * | value | |||
) | [inline] |