#include <stdlib.h>#include <stdio.h>#include <string.h>#include <time.h>#include <vector>#include "ut_debugmsg.h"#include "ut_growbuf.h"#include "ut_string.h"#include "ut_string_class.h"#include "ut_go_file.h"#include "xap_Prefs.h"#include "xap_App.h"Classes | |
| struct | xmlToIdMapping |
Enumerations | |
| enum | { TT_ABIPREFERENCES, TT_GEOMETRY, TT_FACE, TT_FONTS, TT_LOG, TT_PLUGIN, TT_RECENT, TT_SCHEME, TT_SELECT } |
Functions | |
| static UT_sint32 | compareStrings (const void *ppS1, const void *ppS2) |
| static int | n_compare (const char *name, const xmlToIdMapping *id) |
Variables | |
| static struct xmlToIdMapping | s_Tokens [] |
| static const gchar | DEBUG_PREFIX [] = "DeBuG" |
| static const gchar | NO_PREF_VALUE [] = "" |
| anonymous enum |
| static UT_sint32 compareStrings | ( | const void * | ppS1, | |
| const void * | ppS2 | |||
| ) | [static] |
Referenced by XAP_PrefsScheme::getNthValue().
| static int n_compare | ( | const char * | name, | |
| const xmlToIdMapping * | id | |||
| ) | [static] |
References xmlToIdMapping::m_name.
Referenced by XAP_Prefs::startElement().
const gchar DEBUG_PREFIX[] = "DeBuG" [static] |
const gchar NO_PREF_VALUE[] = "" [static] |
Referenced by XAP_Prefs::getPrefsValue(), and XAP_Prefs::savePrefsFile().
struct xmlToIdMapping s_Tokens[] [static] |
{
{ "AbiPreferences", TT_ABIPREFERENCES },
{ "Face", TT_FACE },
{ "Fonts", TT_FONTS },
{ "Geometry", TT_GEOMETRY },
{ "Log", TT_LOG},
{ "Plugin", TT_PLUGIN },
{ "Recent", TT_RECENT },
{ "Scheme", TT_SCHEME },
{ "Select", TT_SELECT }
}
1.7.1