summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-06 22:36:54 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-06 22:36:54 +0000
commitafc759a08ad5875467ff657aedcb605e7d555e29 (patch)
treee2c82d68a4da616e09ee59b6cdf5f1ea94d2114f /src/box3d.cpp
parentFix bspline and strip multi node bspline power editing whith node tool becaus... (diff)
parentinitialisation (diff)
downloadinkscape-afc759a08ad5875467ff657aedcb605e7d555e29.tar.gz
inkscape-afc759a08ad5875467ff657aedcb605e7d555e29.zip
update to trunk
(bzr r11950.1.169)
Diffstat (limited to 'src/box3d.cpp')
-rw-r--r--src/box3d.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/box3d.cpp b/src/box3d.cpp
index 193051ee5..ff99fccba 100644
--- a/src/box3d.cpp
+++ b/src/box3d.cpp
@@ -1325,6 +1325,15 @@ SPGroup *box3d_convert_to_group(SPBox3D *box)
return SP_GROUP(doc->getObjectByRepr(grepr));
}
+const char *SPBox3D::displayName() {
+ return _("3D Box");
+}
+
+gchar *SPBox3D::description() {
+ // We could put more details about the 3d box here
+ return g_strdup("");
+}
+
static inline void
box3d_push_back_corner_pair(SPBox3D *box, std::list<std::pair<Geom::Point, Geom::Point> > &pts, int c1, int c2) {
pts.push_back(std::make_pair(box3d_get_corner_screen(box, c1, false),