#include "layer_polygon.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 <vector>
#include <deque>
Functions | |
| SYNFIG_LAYER_INIT (Layer_Polygon) | |
| SYNFIG_LAYER_SET_NAME (Layer_Polygon,"polygon") | |
| SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Polygon, _("Polygon")) | |
| SYNFIG_LAYER_SET_CATEGORY (Layer_Polygon, _("Geometry")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_Polygon,"0.1") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_Polygon,"$Id: layer_polygon.cpp 335 2007-03-16 00:39:09Z dooglus $") | |
| SYNFIG_LAYER_INIT | ( | Layer_Polygon | ) |
| SYNFIG_LAYER_SET_NAME | ( | Layer_Polygon | , | |
| "polygon" | ||||
| ) |
| SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_Polygon | , | |
| _("Polygon") | ||||
| ) |
| SYNFIG_LAYER_SET_CATEGORY | ( | Layer_Polygon | , | |
| _("Geometry") | ||||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_Polygon | , | |
| "0.1" | ||||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_Polygon | , | |
| "$Id: layer_polygon.cpp 335 2007-03-16 00:39:09Z dooglus $" | ||||
| ) |
1.5.3