Blame synfig-core/src/synfig/layers/layer_invisible.cpp

75fae5
/* === S Y N F I G ========================================================= */
75fae5
/*!	\file layer_invisible.cpp
75fae5
**	\brief Template File
75fae5
**
75fae5
**	$Id$
75fae5
**
75fae5
**	\legal
75fae5
**	......... ... 2016 Ivan Mahonin
75fae5
**
75fae5
**	This package is free software; you can redistribute it and/or
75fae5
**	modify it under the terms of the GNU General Public License as
75fae5
**	published by the Free Software Foundation; either version 2 of
75fae5
**	the License, or (at your option) any later version.
75fae5
**
75fae5
**	This package is distributed in the hope that it will be useful,
75fae5
**	but WITHOUT ANY WARRANTY; without even the implied warranty of
75fae5
**	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
75fae5
**	General Public License for more details.
75fae5
**	\endlegal
75fae5
*/
75fae5
/* ========================================================================= */
75fae5
75fae5
/* === H E A D E R S ======================================================= */
75fae5
75fae5
#ifdef USING_PCH
75fae5
#	include "pch.h"
75fae5
#else
75fae5
#ifdef HAVE_CONFIG_H
75fae5
#	include <config.h></config.h>
75fae5
#endif
75fae5
75fae5
#include <synfig general.h=""></synfig>
75fae5
#include <synfig localization.h=""></synfig>
75fae5
#include <synfig context.h=""></synfig>
75fae5
75fae5
#include "layer_invisible.h"
75fae5
75fae5
#endif
75fae5
75fae5
/* === U S I N G =========================================================== */
75fae5
75fae5
using namespace std;
75fae5
using namespace etl;
75fae5
using namespace synfig;
75fae5
75fae5
/* === M A C R O S ========================================================= */
75fae5
75fae5
/* === G L O B A L S ======================================================= */
75fae5
75fae5
/* === P R O C E D U R E S ================================================= */
75fae5
75fae5
/* === M E T H O D S ======================================================= */
75fae5
75fae5
Layer_Invisible::Layer_Invisible() { }
75fae5
75fae5
rendering::Task::Handle
75fae5
Layer_Invisible::build_rendering_task_vfunc(Context context)const
75fae5
	{ return context.build_rendering_task(); }