X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Ftranslate.h;h=3e06d60b885469577028e2973374e6f83959d7b4;hb=c19efcfaa4cf2fa452a949c810a8cc5b179f66bf;hp=819827f63a02bf1cc5513edbb775ed252f099ee9;hpb=21bfc670b83d4c45da9ed1b95063b7e6a007168c;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/translate.h b/synfig-core/trunk/src/modules/lyr_std/translate.h index 819827f..3e06d60 100644 --- a/synfig-core/trunk/src/modules/lyr_std/translate.h +++ b/synfig-core/trunk/src/modules/lyr_std/translate.h @@ -1,8 +1,10 @@ -/*! ======================================================================== -** Synfig -** Template Header File -** $Id: translate.h,v 1.2 2005/01/24 03:08:17 darco Exp $ +/* === S Y N F I G ========================================================= */ +/*! \file translate.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 =========================================================== ** @@ -41,7 +44,7 @@ using namespace std; using namespace etl; class Translate_Trans; - + class Translate : public Layer { SYNFIG_LAYER_MODULE_EXT @@ -51,14 +54,14 @@ private: public: Translate(); ~Translate(); - + virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const 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; virtual Vocab get_param_vocab()const; virtual synfig::Rect get_full_bounding_rect(Context context)const; - synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; + synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; virtual etl::handle get_transform()const; };