synfig-core
1.0.3
|
Implementation of the "Region" layer. More...
#include "region.h"
#include <ETL/stringf>
#include <ETL/bezier>
#include <ETL/hermite>
#include <synfig/string.h>
#include <synfig/time.h>
#include <synfig/context.h>
#include <synfig/paramdesc.h>
#include <synfig/renddesc.h>
#include <synfig/surface.h>
#include <synfig/value.h>
#include <synfig/valuenode.h>
#include <synfig/segment.h>
#include <synfig/valuenodes/valuenode_bline.h>
Macros | |
#define | SAMPLES 75 |
Functions | |
SYNFIG_LAYER_INIT (Region) | |
SYNFIG_LAYER_SET_NAME (Region,"region") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Region, N_("Region")) | |
SYNFIG_LAYER_SET_CATEGORY (Region, N_("Geometry")) | |
SYNFIG_LAYER_SET_VERSION (Region,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (Region,"$Id$") |
Implementation of the "Region" layer.
$Id$
=== N O T E S ===========================================================
#define SAMPLES 75 |
Referenced by Region::sync().
SYNFIG_LAYER_INIT | ( | Region | ) |
SYNFIG_LAYER_SET_NAME | ( | Region | , |
"region" | |||
) |
SYNFIG_LAYER_SET_VERSION | ( | Region | , |
"0.1" | |||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Region | , |
"$Id$" | |||
) |