Singleton class to access the preferences file - implementation. More...
#include <cstring>
#include <glibmm/fileutils.h>
#include <glibmm/i18n.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <gtk/gtk.h>
#include "preferences.h"
#include "preferences-skeleton.h"
#include "inkscape.h"
#include "xml/node-observer.h"
#include "xml/node-iterators.h"
#include "xml/attribute-record.h"
Go to the source code of this file.
Classes | |
class | Inkscape::Preferences::PrefNodeObserver |
XML - prefs observer bridge. More... | |
Namespaces | |
namespace | Inkscape |
Main Inkscape namespace. | |
Defines | |
#define | PREFERENCES_FILE_NAME "preferences.xml" |
Functions | |
static void | Inkscape::file_add_recent (gchar const *uri) |
static Inkscape::XML::Document * | Inkscape::loadImpl (std::string const &prefsFilename, Glib::ustring &errMsg) |
static void | Inkscape::migrateDetails (Inkscape::XML::Document *from, Inkscape::XML::Document *to) |
Variables | |
static Inkscape::XML::Document * | Inkscape::migrateFromDoc = 0 |
Singleton class to access the preferences file - implementation.
Definition in file preferences.cpp.