#include <libxml/parser.h>
#include "../dialog.h"
#include <list>
#include <map>
Go to the source code of this file.
#define INCLUDED_PREFERENCES_H |
Definition at line 23 of file preferences.h.
typedef struct _GtkWidget GtkWidget |
Definition at line 230 of file preferences.h.
typedef struct _GtkWindow GtkWindow |
Definition at line 341 of file preferences.h.
typedef LatchedValue<bool> LatchedBool |
Definition at line 181 of file preferences.h.
typedef MemberCaller1<LatchedBool, bool, &LatchedBool::import> LatchedBoolImportCaller |
Definition at line 182 of file preferences.h.
typedef LatchedValue<int> LatchedInt |
Definition at line 184 of file preferences.h.
typedef MemberCaller1<LatchedInt, int, &LatchedInt::import> LatchedIntImportCaller |
Definition at line 185 of file preferences.h.
typedef Callback1<PreferenceGroup&> PreferenceGroupCallback |
Definition at line 147 of file preferences.h.
typedef Callback1<PreferencesPage&> PreferencesPageCallback |
Definition at line 136 of file preferences.h.
void Preferences_Init | ( | ) |
void Preferences_Load | ( | ) |
void Preferences_Reset | ( | ) |
void Preferences_Save | ( | ) |
void PreferencesDialog_addInterfacePage | ( | const PreferenceGroupCallback & | callback | ) |
void PreferencesDialog_addInterfacePreferences | ( | const PreferencesPageCallback & | callback | ) |
void PreferencesDialog_addSettingsPage | ( | const PreferenceGroupCallback & | callback | ) |
void PreferencesDialog_addSettingsPreferences | ( | const PreferencesPageCallback & | callback | ) |
void PreferencesDialog_constructWindow | ( | GtkWindow * | main_window | ) |
void PreferencesDialog_destroyWindow | ( | ) |
void PreferencesDialog_restartRequired | ( | const std::string & | staticName | ) |
Referenced by LatchedValue< Value >::import().
void PreferencesDialog_showDialog | ( | ) |
this holds global level preferences