Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-tool.cpp File Reference

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::PointInkscape::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 []
 

Variable Documentation

◆ lpesubtools

SubtoolEntry const lpesubtools[]

◆ num_subtools

int const num_subtools = 8

Definition at line 39 of file lpe-tool.cpp.

Referenced by Inkscape::UI::Tools::lpetool_mode_to_index().