X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fcheckerboard.cpp;h=5cd85262813b6823f604232e99493a82554cca6e;hb=eade3a78d78a6b9d5f39fe69b7fb76696e2a29ef;hp=640340321cd2a528f0f81710ef8a3f2792c4f2e3;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/checkerboard.cpp b/synfig-core/trunk/src/modules/mod_geometry/checkerboard.cpp index 6403403..5cd8526 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/checkerboard.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/checkerboard.cpp @@ -2,19 +2,20 @@ /*! \file checkerboard.cpp ** \brief Template Header ** -** $Id: checkerboard.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ +** $Id$ ** ** \legal -** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package is distributed in the hope that it will be useful, +** 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 */ /* ========================================================================= */ @@ -52,10 +53,10 @@ using namespace etl; SYNFIG_LAYER_INIT(CheckerBoard); SYNFIG_LAYER_SET_NAME(CheckerBoard,"checker_board"); -SYNFIG_LAYER_SET_LOCAL_NAME(CheckerBoard,_("CheckerBoard")); +SYNFIG_LAYER_SET_LOCAL_NAME(CheckerBoard,_("Checkerboard")); SYNFIG_LAYER_SET_CATEGORY(CheckerBoard,_("Geometry")); SYNFIG_LAYER_SET_VERSION(CheckerBoard,"0.1"); -SYNFIG_LAYER_SET_CVS_ID(CheckerBoard,"$Id: checkerboard.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $"); +SYNFIG_LAYER_SET_CVS_ID(CheckerBoard,"$Id$"); /* === P R O C E D U R E S ================================================= */ @@ -90,7 +91,7 @@ CheckerBoard::set_param(const String ¶m, const ValueBase &value) IMPORT(pos[0]); IMPORT(pos[1]); IMPORT(size); - + return Layer_Composite::set_param(param,value); } @@ -100,19 +101,19 @@ CheckerBoard::get_param(const String ¶m)const EXPORT(color); EXPORT(pos); EXPORT(pos[0]); - EXPORT(pos[1]); + EXPORT(pos[1]); EXPORT(size); EXPORT_NAME(); EXPORT_VERSION(); - - return Layer_Composite::get_param(param); + + return Layer_Composite::get_param(param); } Layer::Vocab CheckerBoard::get_param_vocab()const { Layer::Vocab ret(Layer_Composite::get_param_vocab()); - + ret.push_back(ParamDesc("color") .set_local_name(_("Color")) .set_description(_("Color of checkers"))