Searched refs:SwatchSelector (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Dswatch-selector.cpp20 SwatchSelector::SwatchSelector() : function in class:Inkscape::Widgets::SwatchSelector
40 //_selected_color.signal_grabbed.connect(sigc::mem_fun(this, &SwatchSelector::_grabbedCb));
41 _selected_color.signal_dragged.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb));
42 _selected_color.signal_released.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb));
44 //_selected_color.signal_changed.connect(sigc::mem_fun(this, &SwatchSelector::_changedCb));
47 SwatchSelector::~SwatchSelector()
52 SPGradientSelector *SwatchSelector::getGradientSelector()
57 void SwatchSelector
[all...]
H A Dswatch-selector.h17 class SwatchSelector : public Gtk::VBox class in namespace:Inkscape::Widgets
20 SwatchSelector();
21 virtual ~SwatchSelector();
H A Dpaint-selector.cpp60 using Inkscape::Widgets::SwatchSelector;
127 SwatchSelector *swatchsel = static_cast<SwatchSelector*>(g_object_get_data(G_OBJECT(psel->selector), "swatch-selector"));
482 SwatchSelector *swatchsel = static_cast<SwatchSelector*>(g_object_get_data(G_OBJECT(selector), "swatch-selector"));
1188 // swatchsel = static_cast<SwatchSelector*>(g_object_get_data(G_OBJECT(psel->selector), "swatch-selector"));
1192 SwatchSelector *swatchsel = new SwatchSelector();

Completed in 18 milliseconds