Searched refs:SelectedStyle (Results 1 - 4 of 4) 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();
/inkscape/src/widgets/
H A Ddesktop-widget.h60 namespace Inkscape { namespace UI { namespace Widget { class SelectedStyle; } } }
104 Inkscape::UI::Widget::SelectedStyle *selected_style;
H A Ddesktop-widget.cpp647 dtw->selected_style = new Inkscape::UI::Widget::SelectedStyle(true);

Completed in 25 milliseconds