Inkscape
Vector Graphics Editor
|
Selected style indicator (fill, stroke, opacity). More...
#include <selected-style.h>
Public Member Functions | |
SelectedStyle () | |
void | setDesktop (SPDesktop *desktop) |
SPDesktop * | getDesktop () |
void | update () |
![]() | |
PopoverBin () | |
void | setChild (Gtk::Widget *child) |
void | setPopover (Gtk::Popover *popover) |
Public Attributes | |
bool | dragging = false |
std::optional< Colors::Color > | _lastselected [2] |
std::optional< Colors::Color > | _thisselected [2] |
guint | _mode [2] |
double | current_stroke_width = 0.0 |
Inkscape::Util::Unit const * | _sw_unit = nullptr |
Protected Member Functions | |
Gtk::EventSequenceState | on_fill_click (Gtk::GestureClick const &click, int n_press, double x, double y) |
Gtk::EventSequenceState | on_stroke_click (Gtk::GestureClick const &click, int n_press, double x, double y) |
Gtk::EventSequenceState | on_opacity_click (Gtk::GestureClick const &click, int n_press, double x, double y) |
Gtk::EventSequenceState | on_sw_click (Gtk::GestureClick const &click, int n_press, double x, double y) |
void | make_popup_opacity () |
void | on_opacity_changed () |
bool | on_opacity_popup (PopupMenuOptionalClick) |
void | opacity_0 () |
void | opacity_025 () |
void | opacity_05 () |
void | opacity_075 () |
void | opacity_1 () |
void | on_fill_remove () |
void | on_stroke_remove () |
void | on_fill_lastused () |
void | on_stroke_lastused () |
void | on_fill_lastselected () |
void | on_stroke_lastselected () |
void | on_fill_unset () |
void | on_stroke_unset () |
void | on_fill_edit () |
void | on_stroke_edit () |
void | on_fillstroke_swap () |
void | on_fill_invert () |
void | on_stroke_invert () |
void | on_fill_white () |
void | on_stroke_white () |
void | on_fill_black () |
void | on_stroke_black () |
void | on_fill_copy () |
void | on_stroke_copy () |
void | on_fill_paste () |
void | on_stroke_paste () |
void | on_fill_opaque () |
void | on_stroke_opaque () |
void | _on_paste_callback (Glib::RefPtr< Gio::AsyncResult > &result, Glib::ustring typepaste) |
void | make_popup (FillOrStroke i) |
void | make_popup_units () |
void | on_popup_units (Inkscape::Util::Unit const *u) |
void | on_popup_preset (int i) |
Protected Attributes | |
SPDesktop * | _desktop = nullptr |
Gtk::Grid * | grid |
Gtk::Label * | label [2] |
Gtk::Label * | tag [2] |
std::unique_ptr< Gtk::Label > | type_label [2] |
std::unique_ptr< GradientImage > | gradient_preview [2] |
std::unique_ptr< ColorPreview > | color_preview [2] |
RotateableSwatch * | swatch [2] |
Gtk::Label * | stroke_width |
RotateableStrokeWidth * | stroke_width_rotateable |
Gtk::Label * | opacity_label |
Glib::RefPtr< Gtk::Adjustment > | opacity_adjustment |
Inkscape::UI::Widget::SpinButton * | opacity_sb |
Glib::ustring | _paintserver_id [2] |
sigc::scoped_connection | selection_changed_connection |
sigc::scoped_connection | selection_modified_connection |
bool | _opacity_blocked = false |
std::unique_ptr< UI::Widget::PopoverMenu > | _popup_opacity |
std::unique_ptr< UI::Widget::PopoverMenu > | _popup [2] |
UI::Widget::PopoverMenuItem * | _popup_copy [2] {} |
std::unique_ptr< UI::Widget::PopoverMenu > | _popup_sw |
std::vector< Gtk::CheckButton * > | _unit_mis |
std::unique_ptr< SelectedStyleDropTracker > | drop [2] |
bool | dropEnabled [2] = {false, false} |
Private Member Functions | |
void | onDefocus () override |
~DefocusTarget ()=default | |
Selected style indicator (fill, stroke, opacity).
Definition at line 119 of file selected-style.h.
Inkscape::UI::Widget::SelectedStyle::SelectedStyle | ( | ) |
Definition at line 129 of file selected-style.cpp.
References _mode, color_preview, css, Inkscape::DocumentUndo::done(), drop, dropEnabled, get_type_strings(), gradient_preview, grid, label, make_popup(), make_popup_opacity(), make_popup_units(), on_fill_click(), on_opacity_changed(), on_opacity_click(), on_opacity_popup(), Inkscape::UI::on_popup_menu(), on_stroke_click(), on_sw_click(), opacity_adjustment, opacity_label, opacity_sb, SELECTED_STYLE_FLAG_WIDTH, SELECTED_STYLE_PLACE_WIDTH, SELECTED_STYLE_SB_WIDTH, SELECTED_STYLE_STROKE_WIDTH, SELECTED_STYLE_WIDTH, Inkscape::UI::Widget::PopoverBin::setChild(), Inkscape::UI::Widget::SpinButton::setDefocusTarget(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property_string(), Inkscape::UI::Widget::SS_FILL, Inkscape::UI::Widget::SS_NA, stroke_width, stroke_width_rotateable, swatch, tag, type_label, and Inkscape::UI::Controller::use_state().
|
protected |
Definition at line 459 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), result, sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property_string().
Referenced by on_fill_paste(), and on_stroke_paste().
|
inline |
Definition at line 128 of file selected-style.h.
References _desktop.
Referenced by Inkscape::UI::Widget::RotateableSwatch::color_adjust(), Inkscape::UI::Widget::RotateableSwatch::do_motion(), Inkscape::UI::Widget::RotateableStrokeWidth::do_motion(), Inkscape::UI::Widget::RotateableSwatch::do_release(), Inkscape::UI::Widget::RotateableStrokeWidth::do_release(), and Inkscape::UI::Widget::RotateableStrokeWidth::value_adjust().
|
protected |
Definition at line 589 of file selected-style.cpp.
References _popup, _popup_copy, item, label, Inkscape::UI::Widget::make_menu_item(), on_fillstroke_swap(), on_stroke_black(), on_stroke_copy(), on_stroke_edit(), on_stroke_invert(), on_stroke_lastselected(), on_stroke_lastused(), on_stroke_opaque(), on_stroke_paste(), on_stroke_remove(), on_stroke_unset(), on_stroke_white(), and Inkscape::UI::Widget::SS_FILL.
Referenced by SelectedStyle().
|
protected |
Definition at line 948 of file selected-style.cpp.
References _popup_opacity, label, Inkscape::UI::Widget::make_menu_item(), opacity_0(), opacity_025(), opacity_05(), opacity_075(), and opacity_1().
Referenced by SelectedStyle().
|
protected |
Definition at line 649 of file selected-style.cpp.
References _popup_sw, _sw_presets, _unit_mis, Inkscape::ustring::format_classic(), Inkscape::Util::UnitTable::get(), item, key, Inkscape::UI::Widget::make_menu_item(), on_popup_preset(), on_popup_units(), on_stroke_remove(), and Inkscape::Util::UNIT_TYPE_LINEAR.
Referenced by SelectedStyle().
|
protected |
Definition at line 421 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
|
protected |
Definition at line 506 of file selected-style.cpp.
References _desktop, _mode, _popup, dragging, Inkscape::UI::Widget::get_fill_and_stroke_panel(), on_fill_lastused(), on_fill_remove(), Inkscape::UI::Widget::PopoverBin::setPopover(), Inkscape::UI::Widget::SS_FILL, Inkscape::UI::Widget::SS_NONE, and swatch.
Referenced by SelectedStyle().
|
protected |
Definition at line 439 of file selected-style.cpp.
References _mode, _thisselected, Inkscape::UI::Widget::SS_COLOR, and Inkscape::UI::Widget::SS_FILL.
|
protected |
Definition at line 496 of file selected-style.cpp.
References _desktop, and Inkscape::UI::Widget::get_fill_and_stroke_panel().
|
protected |
Definition at line 371 of file selected-style.cpp.
References _desktop, _mode, _thisselected, css, Inkscape::DocumentUndo::done(), Inkscape::FOR_FILL, SPDesktop::getDocument(), sp_desktop_set_style(), sp_gradient_invert_selected_gradients(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property_string(), Inkscape::UI::Widget::SS_COLOR, Inkscape::UI::Widget::SS_FILL, Inkscape::UI::Widget::SS_LGRADIENT, and Inkscape::UI::Widget::SS_RGRADIENT.
|
protected |
Definition at line 355 of file selected-style.cpp.
References _desktop, _lastselected, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property_string(), and Inkscape::UI::Widget::SS_FILL.
|
protected |
Definition at line 337 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_get_color(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property_string().
Referenced by on_fill_click().
|
protected |
Definition at line 321 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
|
protected |
Definition at line 480 of file selected-style.cpp.
References _on_paste_callback().
|
protected |
Definition at line 281 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
Referenced by on_fill_click().
|
protected |
Definition at line 297 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_unset_property().
|
protected |
Definition at line 403 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
|
protected |
Definition at line 492 of file selected-style.cpp.
References _desktop, SPDesktop::getSelection(), and Inkscape::ObjectSet::swapFillStroke().
Referenced by make_popup().
|
protected |
Definition at line 968 of file selected-style.cpp.
References _desktop, _opacity_blocked, css, SPDesktop::getDocument(), Inkscape::DocumentUndo::maybeDone(), opacity_adjustment, sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property(), and Inkscape::CSSOStringStream::str().
Referenced by SelectedStyle().
|
protected |
Definition at line 567 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), opacity_sb, sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
Referenced by SelectedStyle().
|
protected |
Definition at line 961 of file selected-style.cpp.
References _popup_opacity, opacity_sb, and Inkscape::UI::Widget::PopoverBin::setPopover().
Referenced by SelectedStyle().
|
protected |
Definition at line 695 of file selected-style.cpp.
References _desktop, _sw_presets, _sw_unit, Inkscape::Util::Quantity::convert(), css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property(), Inkscape::CSSOStringStream::str(), and w.
Referenced by make_popup_units().
|
protected |
Definition at line 690 of file selected-style.cpp.
References _sw_unit, and update().
Referenced by make_popup_units().
|
protected |
Definition at line 430 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
Referenced by make_popup().
|
protected |
Definition at line 526 of file selected-style.cpp.
References _desktop, _mode, _popup, dragging, Inkscape::UI::Widget::get_fill_and_stroke_panel(), on_stroke_lastused(), on_stroke_remove(), Inkscape::UI::Widget::PopoverBin::setPopover(), Inkscape::UI::Widget::SS_NONE, Inkscape::UI::Widget::SS_STROKE, and swatch.
Referenced by SelectedStyle().
|
protected |
Definition at line 449 of file selected-style.cpp.
References _mode, _thisselected, Inkscape::UI::Widget::SS_COLOR, and Inkscape::UI::Widget::SS_STROKE.
Referenced by make_popup().
|
protected |
Definition at line 501 of file selected-style.cpp.
References _desktop, and Inkscape::UI::Widget::get_fill_and_stroke_panel().
Referenced by make_popup().
|
protected |
Definition at line 388 of file selected-style.cpp.
References _desktop, _mode, _thisselected, css, Inkscape::DocumentUndo::done(), Inkscape::FOR_STROKE, SPDesktop::getDocument(), sp_desktop_set_style(), sp_gradient_invert_selected_gradients(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property_string(), Inkscape::UI::Widget::SS_COLOR, Inkscape::UI::Widget::SS_LGRADIENT, Inkscape::UI::Widget::SS_RGRADIENT, and Inkscape::UI::Widget::SS_STROKE.
Referenced by make_popup().
|
protected |
Definition at line 363 of file selected-style.cpp.
References _desktop, _lastselected, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), sp_repr_css_set_property_string(), and Inkscape::UI::Widget::SS_STROKE.
Referenced by make_popup().
|
protected |
Definition at line 346 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_get_color(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property_string().
Referenced by make_popup(), and on_stroke_click().
|
protected |
Definition at line 329 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
Referenced by make_popup().
|
protected |
Definition at line 486 of file selected-style.cpp.
References _on_paste_callback().
Referenced by make_popup().
|
protected |
Definition at line 289 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
Referenced by make_popup(), make_popup_units(), and on_stroke_click().
|
protected |
Definition at line 306 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_unset_property().
Referenced by make_popup().
|
protected |
Definition at line 412 of file selected-style.cpp.
References _desktop, css, Inkscape::DocumentUndo::done(), SPDesktop::getDocument(), sp_desktop_set_style(), sp_repr_css_attr_new(), sp_repr_css_attr_unref(), and sp_repr_css_set_property().
Referenced by make_popup().
|
protected |
Definition at line 546 of file selected-style.cpp.
References _desktop, _popup_sw, _unit_mis, dragging, Inkscape::UI::Widget::get_fill_and_stroke_panel(), mi, Inkscape::UI::Widget::PopoverBin::setPopover(), and stroke_width.
Referenced by SelectedStyle().
|
overrideprivatevirtual |
Implements Inkscape::UI::DefocusTarget.
Definition at line 712 of file selected-style.cpp.
References _desktop, and SPDesktop::getCanvas().
|
protected |
Definition at line 942 of file selected-style.cpp.
References opacity_sb.
Referenced by make_popup_opacity().
|
protected |
Definition at line 943 of file selected-style.cpp.
References opacity_sb.
Referenced by make_popup_opacity().
|
protected |
Definition at line 944 of file selected-style.cpp.
References opacity_sb.
Referenced by make_popup_opacity().
|
protected |
Definition at line 945 of file selected-style.cpp.
References opacity_sb.
Referenced by make_popup_opacity().
|
protected |
Definition at line 946 of file selected-style.cpp.
References opacity_sb.
Referenced by make_popup_opacity().
void Inkscape::UI::Widget::SelectedStyle::setDesktop | ( | SPDesktop * | desktop | ) |
Definition at line 257 of file selected-style.cpp.
References _desktop, _sw_unit, Inkscape::Selection::connectChanged(), desktop, SPNamedView::display_units, SPDesktop::getNamedView(), SPDesktop::getSelection(), selection_changed_connection, selection_modified_connection, ss_selection_changed(), ss_selection_modified(), and update().
Referenced by Inkscape::UI::Widget::StatusBar::set_desktop().
void Inkscape::UI::Widget::SelectedStyle::update | ( | ) |
Definition at line 720 of file selected-style.cpp.
References _desktop, _lastselected, _mode, _opacity_blocked, _paintserver_id, _popup_copy, _sw_unit, _thisselected, Inkscape::Util::Unit::abbr, Inkscape::XML::Node::attribute(), color_preview, Inkscape::Util::Quantity::convert(), current_stroke_width, dropEnabled, SPStyle::fill, SPStyle::fill_opacity, get_type_strings(), SPDesktop::getDocument(), SPObject::getRepr(), gradient_preview, SPStyle::opacity, opacity_adjustment, opacity_sb, QUERY_STYLE_MULTIPLE_AVERAGED, QUERY_STYLE_MULTIPLE_DIFFERENT, QUERY_STYLE_MULTIPLE_SAME, QUERY_STYLE_NOTHING, QUERY_STYLE_PROPERTY_FILL, QUERY_STYLE_PROPERTY_MASTEROPACITY, QUERY_STYLE_PROPERTY_STROKE, QUERY_STYLE_PROPERTY_STROKEWIDTH, QUERY_STYLE_SINGLE, result, sp_desktop_query_style(), Inkscape::UI::Widget::SS_COLOR, Inkscape::UI::Widget::SS_FILL, Inkscape::UI::Widget::SS_HATCH, Inkscape::UI::Widget::SS_LGRADIENT, Inkscape::UI::Widget::SS_MANY, Inkscape::UI::Widget::SS_MGRADIENT, Inkscape::UI::Widget::SS_NA, Inkscape::UI::Widget::SS_NONE, Inkscape::UI::Widget::SS_PATTERN, Inkscape::UI::Widget::SS_RGRADIENT, Inkscape::UI::Widget::SS_STROKE, Inkscape::UI::Widget::SS_UNSET, SPStyle::stroke, SPStyle::stroke_extensions, SPStyle::stroke_opacity, SPStyle::stroke_width, stroke_width, swatch, tag, type_label, and w.
Referenced by on_popup_units(), setDesktop(), and ss_selection_changed().
|
protected |
Definition at line 140 of file selected-style.h.
Referenced by _on_paste_callback(), getDesktop(), on_fill_black(), on_fill_click(), on_fill_edit(), on_fill_invert(), on_fill_lastselected(), on_fill_lastused(), on_fill_opaque(), on_fill_remove(), on_fill_unset(), on_fill_white(), on_fillstroke_swap(), on_opacity_changed(), on_opacity_click(), on_popup_preset(), on_stroke_black(), on_stroke_click(), on_stroke_edit(), on_stroke_invert(), on_stroke_lastselected(), on_stroke_lastused(), on_stroke_opaque(), on_stroke_remove(), on_stroke_unset(), on_stroke_white(), on_sw_click(), onDefocus(), setDesktop(), and update().
std::optional<Colors::Color> Inkscape::UI::Widget::SelectedStyle::_lastselected[2] |
Definition at line 131 of file selected-style.h.
Referenced by on_fill_lastselected(), on_stroke_lastselected(), and update().
guint Inkscape::UI::Widget::SelectedStyle::_mode[2] |
Definition at line 134 of file selected-style.h.
Referenced by Inkscape::UI::Widget::RotateableSwatch::do_motion(), Inkscape::UI::Widget::RotateableSwatch::do_release(), on_fill_click(), on_fill_copy(), on_fill_invert(), on_stroke_click(), on_stroke_copy(), on_stroke_invert(), SelectedStyle(), and update().
|
protected |
Definition at line 175 of file selected-style.h.
Referenced by on_opacity_changed(), and update().
|
protected |
Definition at line 160 of file selected-style.h.
Referenced by update().
|
protected |
Definition at line 212 of file selected-style.h.
Referenced by make_popup(), on_fill_click(), and on_stroke_click().
|
protected |
Definition at line 213 of file selected-style.h.
Referenced by make_popup(), and update().
|
protected |
Definition at line 177 of file selected-style.h.
Referenced by make_popup_opacity(), and on_opacity_popup().
|
protected |
Definition at line 216 of file selected-style.h.
Referenced by make_popup_units(), and on_sw_click().
Inkscape::Util::Unit const* Inkscape::UI::Widget::SelectedStyle::_sw_unit = nullptr |
Definition at line 137 of file selected-style.h.
Referenced by on_popup_preset(), on_popup_units(), setDesktop(), update(), and Inkscape::UI::Widget::RotateableStrokeWidth::value_adjust().
std::optional<Colors::Color> Inkscape::UI::Widget::SelectedStyle::_thisselected[2] |
Definition at line 132 of file selected-style.h.
Referenced by Inkscape::UI::Widget::RotateableSwatch::do_motion(), on_fill_copy(), on_fill_invert(), on_stroke_copy(), on_stroke_invert(), and update().
|
protected |
Definition at line 217 of file selected-style.h.
Referenced by make_popup_units(), and on_sw_click().
|
protected |
Definition at line 150 of file selected-style.h.
Referenced by SelectedStyle(), and update().
double Inkscape::UI::Widget::SelectedStyle::current_stroke_width = 0.0 |
Definition at line 136 of file selected-style.h.
Referenced by Inkscape::UI::Widget::RotateableStrokeWidth::do_motion(), and update().
bool Inkscape::UI::Widget::SelectedStyle::dragging = false |
Definition at line 124 of file selected-style.h.
Referenced by Inkscape::UI::Widget::RotateableSwatch::do_motion(), Inkscape::UI::Widget::RotateableStrokeWidth::do_motion(), Inkscape::UI::Widget::RotateableSwatch::do_release(), Inkscape::UI::Widget::RotateableStrokeWidth::do_release(), on_fill_click(), on_stroke_click(), and on_sw_click().
|
protected |
Definition at line 222 of file selected-style.h.
Referenced by SelectedStyle().
|
protected |
Definition at line 223 of file selected-style.h.
Referenced by SelectedStyle(), and update().
|
protected |
Definition at line 149 of file selected-style.h.
Referenced by SelectedStyle(), and update().
|
protected |
Definition at line 143 of file selected-style.h.
Referenced by SelectedStyle().
|
protected |
Definition at line 145 of file selected-style.h.
Referenced by make_popup(), make_popup_opacity(), and SelectedStyle().
|
protected |
Definition at line 157 of file selected-style.h.
Referenced by on_opacity_changed(), SelectedStyle(), and update().
|
protected |
Definition at line 156 of file selected-style.h.
Referenced by SelectedStyle().
|
protected |
Definition at line 158 of file selected-style.h.
Referenced by on_opacity_click(), on_opacity_popup(), opacity_0(), opacity_025(), opacity_05(), opacity_075(), opacity_1(), SelectedStyle(), and update().
|
protected |
Definition at line 163 of file selected-style.h.
Referenced by setDesktop().
|
protected |
Definition at line 164 of file selected-style.h.
Referenced by setDesktop().
|
protected |
Definition at line 153 of file selected-style.h.
Referenced by on_sw_click(), SelectedStyle(), and update().
|
protected |
Definition at line 154 of file selected-style.h.
Referenced by SelectedStyle().
|
protected |
Definition at line 151 of file selected-style.h.
Referenced by on_fill_click(), on_stroke_click(), SelectedStyle(), and update().
|
protected |
Definition at line 146 of file selected-style.h.
Referenced by SelectedStyle(), and update().
|
protected |
Definition at line 148 of file selected-style.h.
Referenced by SelectedStyle(), and update().