Code

Changed preference to use file chooser button
[inkscape.git] / src / box3d-face.h
index 61c13432d7bad100f1a7dfc498acdcbfe101e7b8..091a8108bb839a1e4b8bb5a383691b365c679567 100644 (file)
@@ -40,13 +40,17 @@ public:
                    bool align_along_PL = false);
     ***/
     void set_corners (NR::Point &A, NR::Point &B, NR::Point &C, NR::Point &D);
-    void set_face (NR::Point const A, NR::Point const C, Box3D::Axis const dir1, Box3D::Axis const dir2);
+    //void set_face (NR::Point const A, NR::Point const C, Box3D::Axis const dir1, Box3D::Axis const dir2);
     
     void hook_path_to_3dbox(SPPath * existing_path = NULL);
+    void set_style(Inkscape::XML::Node *repr_face = NULL, bool extruded = true);
     void set_path_repr();
     void set_curve();
+    inline void lower_to_bottom() { SP_ITEM (path)->lowerToBottom(); }
+    inline void raise_to_top() { SP_ITEM (path)->raiseToTop(); }
     gchar * axes_string();
     gchar * svg_repr_string();
+    static gint descr_to_id (gchar const *descr);
 
 private:
     NR::Point *corners[4];