#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, _("Other")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_PasteCanvas,"0.1") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_PasteCanvas,"$Id: layer_pastecanvas.cpp 848 2007-10-06 02:25:36Z 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 | , | |
| _("Other") | ||||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_PasteCanvas | , | |
| "0.1" | ||||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_PasteCanvas | , | |
| "$Id: layer_pastecanvas.cpp 848 2007-10-06 02:25:36Z dooglus $" | ||||
| ) |
1.5.4