X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=blobdiff_plain;f=src%2Fbox3d-side.h;fp=src%2Fbox3d-side.h;h=a8d692b01d6d70e55155fb4e0d2f863c03fc8394;hp=29a4a6b00c0f5b7dc82fdecc62e5c73696c09190;hb=9dc68827cbd515262ecb8d5ae8547d9e82c72e00;hpb=072de79e6270f4137fa48a8a73491e8a0904d8f8 diff --git a/src/box3d-side.h b/src/box3d-side.h index 29a4a6b00..a8d692b01 100644 --- a/src/box3d-side.h +++ b/src/box3d-side.h @@ -1,11 +1,12 @@ -#ifndef __BOX3D_SIDE_H__ -#define __BOX3D_SIDE_H__ +#ifndef SEEN_BOX3D_SIDE_H +#define SEEN_BOX3D_SIDE_H /* * 3D box face implementation * * Authors: * Maximilian Albert + * Abhishek Sharma * * Copyright (C) 2007 Authors * @@ -31,8 +32,8 @@ struct Box3DSide : public SPPolygon { Box3D::Axis dir1; Box3D::Axis dir2; Box3D::FrontOrRear front_or_rear; - long long int getFaceId(); - static Box3DSide * createBox3DSide(SPBox3D *box); + long long int getFaceId(); + static Box3DSide * createBox3DSide(SPBox3D *box); }; struct Box3DSideClass { @@ -42,13 +43,15 @@ struct Box3DSideClass { GType box3d_side_get_type (void); void box3d_side_position_set (Box3DSide *side); // FIXME: Replace this by box3d_side_set_shape?? -//void box3d_side_apply_style (Box3DSide *side); + gchar *box3d_side_axes_string(Box3DSide *side); + Persp3D *box3d_side_perspective(Box3DSide *side); + Inkscape::XML::Node *box3d_side_convert_to_path(Box3DSide *side); -#endif /* __BOX3D_SIDE_H__ */ +#endif // SEEN_BOX3D_SIDE_H /* Local Variables: @@ -59,4 +62,4 @@ Inkscape::XML::Node *box3d_side_convert_to_path(Box3DSide *side); fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :