X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fpreview.h;h=ba3649147057acb101207964f0bb12c55f0d97b0;hb=e7e1794959f6b4af0d60d69b5501adcd305f2207;hp=780f689c050ff3fd18c158122b07f71b2c9127c0;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/preview.h b/synfig-studio/trunk/src/gtkmm/preview.h index 780f689..ba36491 100644 --- a/synfig-studio/trunk/src/gtkmm/preview.h +++ b/synfig-studio/trunk/src/gtkmm/preview.h @@ -1,28 +1,29 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file preview.h ** \brief Previews an animation ** ** $Id: preview.h,v 1.2 2005/01/10 08:13:44 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 */ /* ========================================================================= */ /* === S T A R T =========================================================== */ -#ifndef __SINFG_PREVIEW_H -#define __SINFG_PREVIEW_H +#ifndef __SYNFIG_PREVIEW_H +#define __SYNFIG_PREVIEW_H /* === H E A D E R S ======================================================= */ #include @@ -35,11 +36,11 @@ #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "widget_sound.h" @@ -77,7 +78,7 @@ private: studio::CanvasView::LooseHandle canvasview; - //sinfg::RendDesc description; //for rendering the preview... + //synfig::RendDesc description; //for rendering the preview... float zoom,fps; float begintime,endtime; bool overbegin,overend; @@ -136,14 +137,14 @@ public: int get_quality() const {return quality;} void set_quality(int i) {quality = i;} - sinfg::Canvas::Handle get_canvas() const {return canvasview->get_canvas();} + synfig::Canvas::Handle get_canvas() const {return canvasview->get_canvas();} studio::CanvasView::Handle get_canvasview() const {return canvasview;} void set_canvasview(const studio::CanvasView::LooseHandle &h); //signal interface sigc::signal & signal_destroyed() { return signal_destroyed_; } - //sigc::signal &signal_desc_change() {return signal_desc_change_;} + //sigc::signal &signal_desc_change() {return signal_desc_change_;} //functions for exposing iterators through the preview FlipBook::iterator begin() {return frames.begin();}