X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Frenddesc.h;h=ea3c99f0b041790554b7840dee99c31695d33a89;hb=70bcefce2ab011a11014f36fc129b473cc0bc61e;hp=8211d3b18a970de3fcdedf383e4923e97e9db4db;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/renddesc.h b/synfig-core/trunk/src/synfig/renddesc.h index 8211d3b..ea3c99f 100644 --- a/synfig-core/trunk/src/synfig/renddesc.h +++ b/synfig-core/trunk/src/synfig/renddesc.h @@ -1,20 +1,21 @@ /* === S Y N F I G ========================================================= */ -/*! \file renddesc.h +/*! \file synfig/renddesc.h ** \brief Template Header ** ** $Id: renddesc.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ ** ** \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 */ /* ========================================================================= */ @@ -57,21 +58,21 @@ public: PX_AREA=(1<<1), PX_W=(1<<2), PX_H=(1<<3), - + IM_ASPECT=(1<<4), IM_SPAN=(1<<5), IM_W=(1<<6), IM_H=(1<<7), IM_ZOOMIN=(1<<8), IM_ZOOMOUT=(1<<9), - + LINK_PX_ASPECT=(1<<10), LINK_PX_AREA=(1<<11), LINK_IM_ASPECT=(1<<12), LINK_IM_SPAN=(1<<13), LINK_IM_CENTER=(1<<14) }; - + private: int w_,h_; Real x_res; @@ -87,7 +88,7 @@ private: float frame_rate; Time time_begin, time_end; - + public: enum @@ -117,10 +118,10 @@ public: time_begin (0), time_end (0) { } - + //! \writeme RendDesc &apply(const RendDesc &x); - + //! \writeme const Color &get_bg_color()const; @@ -153,7 +154,7 @@ public: //! Sets the horizontal resolution (in dots per meter) RendDesc &set_x_res(Real x); - + //! Returns the vertical resolution (in dots per meter) Real get_y_res()const; @@ -179,22 +180,22 @@ public: //! Set the index of the first frame RendDesc &set_frame_start(int x); - + //! Return the index of the last frame int get_frame_end()const; - + //! Set the index of the last frame RendDesc &set_frame_end(int x); //! Return the starting time of the animation const Time get_time_start()const; - + //! Set the time that the animation will start RendDesc &set_time_start(Time x); //! Return the end time of the animation const Time get_time_end()const; - + //! Set the time that the animation will end RendDesc &set_time_end(Time x); @@ -206,25 +207,25 @@ public: //! Return the frame rate (frames-per-second) const float &get_frame_rate()const; - + //! Set the frame rate (frames-per-second) RendDesc &set_frame_rate(float x); //! Return the status of the interlaced flag const bool &get_interlaced()const; - + //! Set the interlace flag RendDesc &set_interlaced(bool x); //! Return the status of the clamp flag const bool &get_clamp()const; - + //! Set the clamp flag RendDesc &set_clamp(bool x); //! Set constraint flags RendDesc &set_flags(const int &x); - + //! Clear constraint flags RendDesc &clear_flags(); @@ -236,7 +237,7 @@ public: //! Return the aspect ratio of the entire image Point::value_type get_image_aspect()const; - + //! Return the antialias amount const int &get_antialias()const; @@ -258,17 +259,17 @@ public: RendDesc &set_focus(const Point &x); const Point &get_tl()const; - + RendDesc &set_tl(const Point &x); const Point &get_br()const; - + RendDesc &set_br(const Point &x); - + Rect get_rect()const { return Rect(get_tl(),get_br()); } RendDesc &set_viewport(const Point &__tl, const Point &__br); - + RendDesc &set_viewport(Vector::value_type a,Vector::value_type b,Vector::value_type c,Vector::value_type d); //! Returns the width of one pixel