Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
livepatheffect-editor.cpp File Reference

A dialog for Live Path Effects (LPE) More...

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::UI
 User interface code.
 
namespace  Inkscape::UI::Dialog
 Dialog code.
 

Functions

static bool Inkscape::UI::Dialog::sp_has_fav (Glib::ustring const &effect)
 
static void Inkscape::UI::Dialog::sp_add_fav (Glib::ustring const &effect)
 
static void Inkscape::UI::Dialog::sp_remove_fav (Glib::ustring effect)
 
bool Inkscape::UI::Dialog::sp_set_experimental (bool &_experimental)
 
void Inkscape::UI::Dialog::align (Gtk::Widget *top, int const spinbutton_width_chars)
 
static void Inkscape::UI::Dialog::set_visible_icon (Gtk::Button &button, bool const visible)
 
const Glib::ustring & Inkscape::UI::Dialog::get_category_name (Inkscape::LivePathEffect::LPECategory category)
 
static void Inkscape::UI::Dialog::update_before_after_classes (Gtk::Widget &widget, bool const before)
 
template<typename Method , typename ... Args>
static void Inkscape::UI::Dialog::add_action (Glib::RefPtr< Gio::SimpleActionGroup > const &group, Glib::ustring const &name, bool const enable, LivePathEffectEditor &self, Method const method, Args ...args)
 

Variables

static constexpr auto Inkscape::UI::Dialog::favs_path = "/dialogs/livepatheffect/favs"
 
static constexpr auto Inkscape::UI::Dialog::item_action_group_name = "lpe-item"
 
static const auto Inkscape::UI::Dialog::item_action_group_quark = Glib::Quark{item_action_group_name}
 

Detailed Description

A dialog for Live Path Effects (LPE)

Definition in file livepatheffect-editor.cpp.