Searched defs:Preferences (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dpreferences.h44 * Preferences are identified by paths similar to file system paths. Components
56 class Preferences { class in namespace:Inkscape
74 friend class Preferences;
86 * After you add the object with Preferences::addObserver(), you will
105 virtual void notify(Preferences::Entry const &new_val) = 0;
118 * any preference using the Preferences class invalidates this object,
122 friend class Preferences; // Preferences class has to access _value
474 * @name Access and manipulate the Preferences object.
485 * Access the singleton Preferences objec
[all...]
H A Dpreferences.cpp71 class Preferences::PrefNodeObserver : public XML::NodeObserver {
84 Preferences::Preferences() : function in class:Inkscape::Preferences
108 Preferences::~Preferences()
124 void Preferences::_loadDefaults()
134 void Preferences::_load()
266 void Preferences::save()
289 bool Preferences::getLastError( Glib::ustring& primary, Glib::ustring& secondary )
305 void Preferences
[all...]

Completed in 29 milliseconds