Inkscape
Vector Graphics Editor
|
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::Tools |
Functions | |
int | Inkscape::UI::Tools::lpetool_mode_to_index (LivePathEffect::EffectType const type) |
int | Inkscape::UI::Tools::lpetool_item_has_construction (SPItem *item) |
bool | Inkscape::UI::Tools::lpetool_try_construction (SPDesktop *desktop, LivePathEffect::EffectType const type) |
std::pair< Geom::Point, Geom::Point > | Inkscape::UI::Tools::lpetool_get_limiting_bbox_corners (SPDocument const *document) |
static void | Inkscape::UI::Tools::set_pos_and_anchor (CanvasItemText *canvas_text, Geom::Piecewise< Geom::D2< Geom::SBasis > > const &pwd2, double t, double length) |
Variables | |
int const | num_subtools = 8 |
SubtoolEntry const | lpesubtools [] |
SubtoolEntry const lpesubtools[] |
Definition at line 41 of file lpe-tool.cpp.
Referenced by Inkscape::UI::Tools::lpetool_mode_to_index(), Inkscape::UI::Toolbar::LPEToolbar::mode_changed(), and Inkscape::UI::Tools::LpeTool::root_handler().
int const num_subtools = 8 |
Definition at line 39 of file lpe-tool.cpp.
Referenced by Inkscape::UI::Tools::lpetool_mode_to_index().