Classes | Enumerations | Functions | Variables

xap_Prefs.cpp File Reference

#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 [] = ""

Enumeration Type Documentation

anonymous enum
Enumerator:
TT_ABIPREFERENCES 
TT_GEOMETRY 
TT_FACE 
TT_FONTS 
TT_LOG 
TT_PLUGIN 
TT_RECENT 
TT_SCHEME 
TT_SELECT 

Function Documentation

static UT_sint32 compareStrings ( const void *  ppS1,
const void *  ppS2 
) [static]
static int n_compare ( const char *  name,
const xmlToIdMapping id 
) [static]

Variable Documentation

const gchar DEBUG_PREFIX[] = "DeBuG" [static]
const gchar NO_PREF_VALUE[] = "" [static]
struct xmlToIdMapping s_Tokens[] [static]
Initial value:
{
    { "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 }
}