X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Frender.h;h=73f4cd5d7323d3c73e88ca2647eb0383dd178ded;hb=3e502bc758467118bbac795b5d1d1dc943d046c2;hp=aec2a2ce831734e1d88465896c9ae88afd36af0e;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/render.h b/synfig-studio/trunk/src/gtkmm/render.h index aec2a2c..73f4cd5 100644 --- a/synfig-studio/trunk/src/gtkmm/render.h +++ b/synfig-studio/trunk/src/gtkmm/render.h @@ -1,28 +1,29 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file render.h ** \brief Template Header ** ** $Id: render.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_STUDIO_GTKMM_RENDER_H -#define __SINFG_STUDIO_GTKMM_RENDER_H +#ifndef __SYNFIG_STUDIO_GTKMM_RENDER_H +#define __SYNFIG_STUDIO_GTKMM_RENDER_H /* === H E A D E R S ======================================================= */ @@ -36,9 +37,9 @@ #include #include -#include +#include -#include +#include #include "renddesc.h" @@ -56,7 +57,7 @@ class RenderSettings : public Gtk::Dialog { Gtk::Tooltips tooltips; - etl::handle canvas_interface_; + etl::handle canvas_interface_; Widget_RendDesc widget_rend_desc; Gtk::Entry entry_filename; @@ -72,14 +73,14 @@ class RenderSettings : public Gtk::Dialog Gtk::OptionMenu optionmenu_target; Gtk::Menu *menu_target; - sinfg::String target_name; + synfig::String target_name; - void set_target(sinfg::String name); + void set_target(synfig::String name); etl::handle async_renderer; public: - RenderSettings(Gtk::Window& parent,etl::handle canvas_interface); + RenderSettings(Gtk::Window& parent,etl::handle canvas_interface); ~RenderSettings(); private: