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

LPETool: a generic tool composed of subtools that are given by LPEs. More...

Go to the source code of this file.

Classes

struct  SubtoolEntry
 
class  Inkscape::UI::Tools::LpeTool
 

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)
 
auto SP_LPETOOL_CONTEXT (Inkscape::UI::Tools::ToolBase *tool)
 

Variables

int const num_subtools
 
SubtoolEntry const lpesubtools []
 

Detailed Description

LPETool: a generic tool composed of subtools that are given by LPEs.

Definition in file lpe-tool.h.

Function Documentation

◆ SP_LPETOOL_CONTEXT()

Variable Documentation

◆ lpesubtools

◆ num_subtools

int const num_subtools
extern

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

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