#include <papyrusmm/linestylewidget.h>
Public Member Functions | |
LineStyleWidget (bool use_preview=true) | |
const Papyrus::LineStyle & | get_line_style () const |
bool | use_preview () |
void | set_use_preview (bool use=true) |
Protected Member Functions | |
void | on_color_changed () |
void | on_width_changed () |
void | on_line_join_changed (Cairo::LineJoin) |
void | on_line_cap_changed (Cairo::LineCap) |
Protected Attributes | |
Gtk::Expander * | m_expander |
PapyrusGtk::Viewport * | m_viewport |
Papyrus::Polyline::pointer | m_line |
Gtk::ColorButton | m_color_button |
Gtk::Adjustment | m_width_adjustment |
Gtk::SpinButton | m_width_entry |
Gtk::Adjustment | m_miter_limit_adjustment |
Gtk::SpinButton | m_miter_limit_entry |
PapyrusGtk::LineJoinButtonBox | m_line_join_buttonbox |
PapyrusGtk::LineCapButtonBox | m_line_cap_buttonbox |
Papyrus::LineStyle | m_line_style |