Inkscape
Vector Graphics Editor
|
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::Point > | Inkscape::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 [] |
LPETool: a generic tool composed of subtools that are given by LPEs.
Definition in file lpe-tool.h.
|
inline |
Definition at line 80 of file lpe-tool.h.
Referenced by Inkscape::UI::Toolbar::LPEToolbar::mode_changed(), Inkscape::UI::Toolbar::LPEToolbar::sel_changed(), Inkscape::UI::Toolbar::LPEToolbar::sel_modified(), Inkscape::UI::Tools::spdc_check_for_and_apply_waiting_LPE(), Inkscape::UI::Toolbar::LPEToolbar::toggle_set_bbox(), and Inkscape::UI::Toolbar::LPEToolbar::unit_changed().
|
extern |
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().
|
extern |
Definition at line 39 of file lpe-tool.cpp.
Referenced by Inkscape::UI::Tools::lpetool_mode_to_index().