X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fbevel.h;h=8b1965abfe766392623742a548ec1c1bea21adcf;hb=34491670843d9e4df3edb5c7183bb6919abdab8a;hp=bcd37dc018cca92dbaa35ad5485e429841d90579;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/bevel.h b/synfig-core/trunk/src/modules/lyr_std/bevel.h index bcd37dc..8b1965a 100644 --- a/synfig-core/trunk/src/modules/lyr_std/bevel.h +++ b/synfig-core/trunk/src/modules/lyr_std/bevel.h @@ -1,20 +1,21 @@ /* === S Y N F I G ========================================================= */ -/*! \file shade.h -** \brief Template Header +/*! \file bevel.h +** \brief Header file for implementation of the "Bevel" layer ** -** $Id: bevel.h,v 1.2 2005/01/24 03:08:17 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 */ /* ========================================================================= */ @@ -45,20 +46,20 @@ private: synfig::Color color1; synfig::Color color2; - + synfig::Angle angle; synfig::Real depth; synfig::Vector offset; synfig::Vector offset45; - + bool use_luma; bool solid; void calc_offset(); public: Layer_Bevel(); - + virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const String & param)const;