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

/inkscape/src/
H A Dbox3d.h29 class SPBox3D : public SPGroup { class in inherits:SPGroup
31 SPBox3D();
32 virtual ~SPBox3D();
50 * Create a SPBox3D and append it to the parent.
52 static SPBox3D * createBox3D(SPItem * parent);
67 void box3d_position_set (SPBox3D *box);
68 Proj::Pt3 box3d_get_proj_corner (SPBox3D const *box, unsigned int id);
69 Geom::Point box3d_get_corner_screen (SPBox3D const *box, unsigned int id, bool item_coords = true);
70 Proj::Pt3 box3d_get_proj_center (SPBox3D *box);
71 Geom::Point box3d_get_center_screen (SPBox3D *bo
[all...]
H A Dbox3d.cpp43 static void box3d_ref_changed(SPObject *old_ref, SPObject *ref, SPBox3D *box);
47 SPBox3D::SPBox3D() : SPGroup() { function in class:SPBox3D
60 SPBox3D::~SPBox3D() {
63 void SPBox3D::build(SPDocument *document, Inkscape::XML::Node *repr) {
84 void SPBox3D::release() {
85 SPBox3D* object = this;
86 SPBox3D *box = object;
122 void SPBox3D
[all...]

Completed in 19 milliseconds