summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-13 19:40:31 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-13 19:40:31 +0000
commit34789891fcdbd099bd390ce3d0465dee24a788db (patch)
tree1b16d78374f9d56c0f03a6b20c9e2e6048f4fb5e /src/box3d.cpp
parentupdate to trunk (diff)
parentUI message generalisation (diff)
downloadinkscape-34789891fcdbd099bd390ce3d0465dee24a788db.tar.gz
inkscape-34789891fcdbd099bd390ce3d0465dee24a788db.zip
Update to trunk
(bzr r12588.1.12)
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),