Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
preferences.h File Reference

Singleton class to access the preferences file in a convenient way. More...

Go to the source code of this file.

Classes

class  Inkscape::ErrorReporter
 
class  Inkscape::Preferences
 Preference storage class. More...
 
class  Inkscape::Preferences::Observer
 Base class for preference observers. More...
 
class  Inkscape::Preferences::PreferencesObserver
 Callback-based preferences observer. More...
 
class  Inkscape::Preferences::Entry
 Data type representing a typeless value of a preference. More...
 
struct  Inkscape::Pref< T >
 Proxy object providing a "live value" interface. More...
 
class  Inkscape::PrefBase< T >
 
class  Inkscape::Pref< bool >
 
class  Inkscape::Pref< int >
 
class  Inkscape::Pref< double >
 
class  Inkscape::Pref< Glib::ustring >
 
class  Inkscape::Pref< void >
 

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::Colors
 A set of useful color modifying functions which do not fit as generic methods on the color class itself but which are used in various places.
 

Typedefs

typedef unsigned int guint32
 
typedef std::unique_ptr< Preferences::PreferencesObserverInkscape::PrefObserver
 

Detailed Description

Singleton class to access the preferences file in a convenient way.

Definition in file preferences.h.

Typedef Documentation

◆ guint32

typedef unsigned int guint32

Definition at line 32 of file preferences.h.