#include "layer_pastecanvas.h"
#include "string.h"
#include "time.h"
#include "context.h"
#include "paramdesc.h"
#include "renddesc.h"
#include "surface.h"
#include "value.h"
#include "valuenode.h"
#include "canvas.h"
Defines | |
| #define | MAX_DEPTH 10 |
Functions | |
| SYNFIG_LAYER_INIT (Layer_PasteCanvas) | |
| SYNFIG_LAYER_SET_NAME (Layer_PasteCanvas,"PasteCanvas") | |
| SYNFIG_LAYER_SET_LOCAL_NAME (Layer_PasteCanvas, _("Paste Canvas")) | |
| SYNFIG_LAYER_SET_CATEGORY (Layer_PasteCanvas, _("Default")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_PasteCanvas,"0.1") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_PasteCanvas,"$Id: layer_pastecanvas.cpp 335 2007-03-16 00:39:09Z dooglus $") | |
| #define MAX_DEPTH 10 |
| SYNFIG_LAYER_INIT | ( | Layer_PasteCanvas | ) |
| SYNFIG_LAYER_SET_NAME | ( | Layer_PasteCanvas | , | |
| "PasteCanvas" | ||||
| ) |
| SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_PasteCanvas | , | |
| _("Paste Canvas") | ||||
| ) |
| SYNFIG_LAYER_SET_CATEGORY | ( | Layer_PasteCanvas | , | |
| _("Default") | ||||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_PasteCanvas | , | |
| "0.1" | ||||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_PasteCanvas | , | |
| "$Id: layer_pastecanvas.cpp 335 2007-03-16 00:39:09Z dooglus $" | ||||
| ) |
1.5.3