Searched refs:ColorEntry (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-entry.h21 class ColorEntry : public Gtk::Entry class in namespace:Inkscape::UI::Widget
24 ColorEntry(SelectedColor &color);
25 virtual ~ColorEntry();
H A Dcolor-entry.cpp20 ColorEntry::ColorEntry(SelectedColor &color) function in class:Inkscape::UI::Widget::ColorEntry
25 _color_changed_connection = color.signal_changed.connect(sigc::mem_fun(this, &ColorEntry::_onColorChanged));
26 _color_dragged_connection = color.signal_dragged.connect(sigc::mem_fun(this, &ColorEntry::_onColorChanged));
34 ColorEntry::~ColorEntry()
40 void ColorEntry::on_changed()
83 void ColorEntry::_onColorChanged()
H A Dcolor-notebook.cpp220 ColorEntry *rgba_entry = Gtk::manage(new ColorEntry(_selected_color));
/inkscape/src/ui/tool/
H A Dcontrol-point.h200 struct ColorEntry { struct in class:Inkscape::UI::ControlPoint
210 ColorEntry normal;
211 ColorEntry mouseover;
212 ColorEntry clicked;
213 ColorEntry selected_normal;
214 ColorEntry selected_mouseover;
215 ColorEntry selected_clicked;
310 void _setColors(ColorEntry c);
H A Dselectable-control-point.cpp107 ColorEntry current = {0, 0};
H A Dcontrol-point.cpp548 ColorEntry current = {0, 0};
572 void ControlPoint::_setColors(ColorEntry colors)

Completed in 29 milliseconds