Searched refs:ColorItem (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
H A Dcolor-item.h26 class ColorItem;
36 boost::ptr_vector<ColorItem> _colors;
43 class ColorItem : public Inkscape::UI::Previewable class in namespace:Inkscape::UI::Dialogs
47 ColorItem( ege::PaintDef::ColorType type );
48 ColorItem( unsigned int r, unsigned int g, unsigned int b,
50 virtual ~ColorItem();
51 ColorItem(ColorItem const &other);
52 virtual ColorItem &operator=(ColorItem cons
[all...]
H A Dswatches.h23 class ColorItem;
63 ColorItem* _clear;
64 ColorItem* _remove;
H A Dcolor-item.cpp109 ColorItem* item = reinterpret_cast<ColorItem*>(callback_data);
116 ColorItem* item = reinterpret_cast<ColorItem*>(callback_data);
123 ColorItem* item = reinterpret_cast<ColorItem*>(callback_data);
137 ColorItem* item = reinterpret_cast<ColorItem*>(callback_data);
201 ColorItem* item = reinterpret_cast<ColorItem*>(dat
274 ColorItem::ColorItem(ege::PaintDef::ColorType type) : function in class:Inkscape::UI::Dialogs::ColorItem
288 ColorItem::ColorItem( unsigned int r, unsigned int g, unsigned int b, Glib::ustring& name ) : function in class:Inkscape::UI::Dialogs::ColorItem
309 ColorItem::ColorItem(ColorItem const &other) : function in class:Inkscape::UI::Dialogs::ColorItem
[all...]
H A Dswatches.cpp85 ColorItem* item = reinterpret_cast<ColorItem*>(callback_data);
92 ColorItem* item = reinterpret_cast<ColorItem*>(callback_data);
103 static ColorItem* bounceTarget = 0;
312 ColorItem* item = reinterpret_cast<ColorItem*>(user_data);
452 ColorItem* item = new ColorItem( r, g, b, nameStr );
504 ColorItem
[all...]

Completed in 26 milliseconds