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

/inkscape/src/widgets/
H A Dege-paint-def.cpp65 PaintDef::PaintDef() : function in class:ege::PaintDef
76 PaintDef::PaintDef( ColorType type ) : function in class:ege::PaintDef
98 PaintDef::PaintDef( unsigned int r, unsigned int g, unsigned int b, const std::string& description ) : function in class:ege::PaintDef
109 PaintDef::~PaintDef()
113 PaintDef::PaintDef( PaintDe function in class:ege::PaintDef
[all...]
H A Dege-paint-def.h52 class PaintDef class in namespace:ege
57 PaintDef();
58 PaintDef(ColorType type);
59 PaintDef( unsigned int r, unsigned int g, unsigned int b, const std::string& description );
60 virtual ~PaintDef();
62 PaintDef( PaintDef const &other );
63 virtual PaintDef& operator=( PaintDef const &other );

Completed in 36 milliseconds