X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fwarp.h;h=c0b6e8397728d1611ee7c2d4e24d96395aee479b;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=0eed5cf8b91fa71a0dfc9861a6484d0aca22a71c;hpb=21bfc670b83d4c45da9ed1b95063b7e6a007168c;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/warp.h b/synfig-core/trunk/src/modules/lyr_std/warp.h index 0eed5cf..c0b6e83 100644 --- a/synfig-core/trunk/src/modules/lyr_std/warp.h +++ b/synfig-core/trunk/src/modules/lyr_std/warp.h @@ -1,8 +1,10 @@ -/*! ======================================================================== -** Synfig -** Template Header File -** $Id: warp.h,v 1.2 2005/01/24 05:00:18 darco Exp $ +/* === S Y N F I G ========================================================= */ +/*! \file warp.h +** \brief Template Header ** +** $Id$ +** +** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** ** This package is free software; you can redistribute it and/or @@ -14,6 +16,7 @@ ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. +** \endlegal ** ** === N O T E S =========================================================== ** @@ -67,19 +70,19 @@ private: public: void sync(); - + Warp(); ~Warp(); - + virtual synfig::Rect get_full_bounding_rect(synfig::Context context)const; virtual synfig::Rect get_bounding_rect()const; - + virtual bool set_param(const synfig::String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const synfig::String & param)const; virtual Color get_color(Context context, const Point &pos)const; virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const; - synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; - virtual Vocab get_param_vocab()const; + synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; + virtual Vocab get_param_vocab()const; virtual etl::handle get_transform()const; };