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

/inkscape/src/ui/widget/
H A Dselected-style.cpp64 Inkscape::UI::Widget::SelectedStyle *ss = (Inkscape::UI::Widget::SelectedStyle *) data;
96 SelectedStyle* parent;
121 SelectedStyle::SelectedStyle(bool /*layout*/) function in class:Inkscape::UI::Widget::SelectedStyle
256 (i == SS_FILL)? &SelectedStyle::on_fill_edit : &SelectedStyle::on_stroke_edit ));
260 (i == SS_FILL)? &SelectedStyle::on_fill_lastused : &SelectedStyle::on_stroke_lastused ));
264 (i == SS_FILL)? &SelectedStyle
[all...]
H A Dselected-style.h71 class SelectedStyle;
76 RotateableSwatch(SelectedStyle *parent, guint mode);
88 SelectedStyle *parent;
102 RotateableStrokeWidth(SelectedStyle *parent);
111 SelectedStyle *parent;
122 class SelectedStyle : public Gtk::HBox class in namespace:Inkscape::UI::Widget
125 SelectedStyle(bool layout = true);
127 ~SelectedStyle();

Completed in 24 milliseconds