|
synfig-core
1.0.3
|
Implementation of the "Polygon" layer. More...
#include "layer_polygon.h"#include <synfig/string.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 <vector>#include <deque>Functions | |
| SYNFIG_LAYER_INIT (Layer_Polygon) | |
| SYNFIG_LAYER_SET_NAME (Layer_Polygon,"polygon") | |
| SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Polygon, N_("Polygon")) | |
| SYNFIG_LAYER_SET_CATEGORY (Layer_Polygon, N_("Geometry")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_Polygon,"0.1") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_Polygon,"$Id$") | |
Implementation of the "Polygon" layer.
$Id$
| SYNFIG_LAYER_INIT | ( | Layer_Polygon | ) |
| SYNFIG_LAYER_SET_NAME | ( | Layer_Polygon | , |
| "polygon" | |||
| ) |
| SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_Polygon | , |
| N_("Polygon") | |||
| ) |
| SYNFIG_LAYER_SET_CATEGORY | ( | Layer_Polygon | , |
| N_("Geometry") | |||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_Polygon | , |
| "0.1" | |||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_Polygon | , |
| "$Id$" | |||
| ) |
1.8.1.2