#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,v 1.3 2005/01/24 03:08:18 darco Exp $") | |
| #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, | |||
| v 1.3 2005/01/24 03:08:18 darco Exp $" | ||||
| ) |
1.5.1