X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Foutline.h;h=bf1a54f424e52a949bac9cb4552948ba7351533e;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=228026c60167a557442897c6e6f4d30282975faa;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/outline.h b/synfig-core/trunk/src/modules/mod_geometry/outline.h index 228026c..bf1a54f 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/outline.h +++ b/synfig-core/trunk/src/modules/mod_geometry/outline.h @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file bline.h -** \brief Template Header +/*! \file outline.h +** \brief Header file for implementation of the "Outline" layer ** -** $Id: outline.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -52,11 +52,11 @@ private: std::vector segment_list; std::vector width_list; - + bool round_tip[2]; - + bool sharp_cusps; - + bool loop_; synfig::Real width; @@ -76,7 +76,7 @@ public: //! Updates the polygon data to match the parameters. void sync(); - + virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const String & param)const; @@ -86,7 +86,7 @@ public: virtual void set_time(Context context, Time time, Vector pos)const; virtual bool set_version(const String &ver){if(ver=="0.1")old_version=true; return true;} virtual void reset_version(){old_version=false;} - + }; /* === E N D =============================================================== */