Searched defs:Box3dTool (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dbox3d-tool.cpp59 const std::string& Box3dTool::getPrefsPath() {
60 return Box3dTool::prefsPath;
63 const std::string Box3dTool::prefsPath = "/tools/shapes/3dbox";
65 Box3dTool::Box3dTool() function in class:Inkscape::UI::Tools::Box3dTool
74 void Box3dTool::finish() {
83 Box3dTool::~Box3dTool() {
104 void Box3dTool::selection_changed(Inkscape::Selection* selection) {
133 void Box3dTool
[all...]
H A Dbox3d-tool.h39 #define SP_BOX3D_CONTEXT(obj) (dynamic_cast<Inkscape::UI::Tools::Box3dTool*>((Inkscape::UI::Tools::ToolBase*)obj))
40 #define SP_IS_BOX3D_CONTEXT(obj) (dynamic_cast<const Inkscape::UI::Tools::Box3dTool*>((const Inkscape::UI::Tools::ToolBase*)obj) != NULL)
46 class Box3dTool : public ToolBase { class in namespace:Inkscape::UI::Tools
48 Box3dTool();
49 virtual ~Box3dTool();

Completed in 19 milliseconds