Searched defs:box3d (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dbox3d-tool.h63 SPBox3D* box3d; member in class:Inkscape::UI::Tools::Box3dTool
H A Dbox3d-tool.cpp36 #include "box3d.h"
37 #include "ui/tools/box3d-tool.h"
47 #include "box3d-side.h"
68 , box3d(NULL)
95 if (this->box3d) {
209 // remember clicked box3d, *not* disregarding groups (since a 3D box is a group), honoring Alt
215 m.setup(desktop, true, this->box3d);
264 m.setup(desktop, true, this->box3d);
268 if ((event->motion.state & GDK_SHIFT_MASK) && !this->extruded && this->box3d) {
328 // no dragging, select clicked box3d i
506 SPBox3D *box3d = SPBox3D::createBox3D((SPItem*)desktop->currentLayer()); local
[all...]
/inkscape/src/
H A Dbox3d.cpp2 * SVG <box3d> implementation
23 #include "box3d.h"
24 #include "box3d-side.h"
25 #include "ui/tools/box3d-tool.h"
441 SPBox3D *box3d = 0; local
444 repr->setAttribute("sodipodi:type", "inkscape:box3d");
445 box3d = reinterpret_cast<SPBox3D *>(parent->appendChildRepr(repr));
446 return box3d;

Completed in 15 milliseconds