Searched refs:RotateableSwatch (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dselected-style.h73 class RotateableSwatch: public Rotateable class in namespace:Inkscape::UI::Widget
76 RotateableSwatch(SelectedStyle *parent, guint mode);
77 ~RotateableSwatch();
153 RotateableSwatch _fill_place;
154 RotateableSwatch _stroke_place;
H A Dselected-style.cpp1250 /* ============================================= RotateableSwatch */
1252 RotateableSwatch::RotateableSwatch(SelectedStyle *parent, guint mode) : function in class:Inkscape::UI::Widget::RotateableSwatch
1264 RotateableSwatch::~RotateableSwatch() {
1268 RotateableSwatch::color_adjust(float *hsla, double by, guint32 cc, guint modifier)
1336 RotateableSwatch::do_motion(double by, guint modifier) {
1410 RotateableSwatch::do_scroll(double by, guint modifier) {
1416 RotateableSwatch::do_release(double by, guint modifier) {

Completed in 25 milliseconds