synfig-core
1.0.3
|
Implementation of the "Duplicate" layer. More...
#include <synfig/string.h>
#include "layer_duplicate.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/canvas.h>
Functions | |
SYNFIG_LAYER_INIT (Layer_Duplicate) | |
SYNFIG_LAYER_SET_NAME (Layer_Duplicate,"duplicate") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Duplicate, N_("Duplicate")) | |
SYNFIG_LAYER_SET_CATEGORY (Layer_Duplicate, N_("Other")) | |
SYNFIG_LAYER_SET_VERSION (Layer_Duplicate,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (Layer_Duplicate,"$Id$") |
Implementation of the "Duplicate" layer.
$Id$
SYNFIG_LAYER_INIT | ( | Layer_Duplicate | ) |
SYNFIG_LAYER_SET_NAME | ( | Layer_Duplicate | , |
"duplicate" | |||
) |
SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_Duplicate | , |
N_("Duplicate") | |||
) |
SYNFIG_LAYER_SET_CATEGORY | ( | Layer_Duplicate | , |
N_("Other") | |||
) |
SYNFIG_LAYER_SET_VERSION | ( | Layer_Duplicate | , |
"0.1" | |||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Layer_Duplicate | , |
"$Id$" | |||
) |