|
synfig-core
1.0.3
|
Implementation of the "Switch" layer. More...
#include "layer_switch.h"#include <synfig/string.h>#include <synfig/time.h>#include <synfig/context.h>#include <synfig/paramdesc.h>#include <synfig/value.h>#include <synfig/valuenode.h>#include <synfig/canvas.h>Functions | |
| SYNFIG_LAYER_INIT (Layer_Switch) | |
| SYNFIG_LAYER_SET_NAME (Layer_Switch,"switch") | |
| SYNFIG_LAYER_SET_LOCAL_NAME (Layer_Switch, N_("Switch")) | |
| SYNFIG_LAYER_SET_CATEGORY (Layer_Switch, N_("Other")) | |
| SYNFIG_LAYER_SET_VERSION (Layer_Switch,"0.0") | |
| SYNFIG_LAYER_SET_CVS_ID (Layer_Switch,"$Id$") | |
Implementation of the "Switch" layer.
$Id$
| SYNFIG_LAYER_INIT | ( | Layer_Switch | ) |
| SYNFIG_LAYER_SET_NAME | ( | Layer_Switch | , |
| "switch" | |||
| ) |
| SYNFIG_LAYER_SET_LOCAL_NAME | ( | Layer_Switch | , |
| N_("Switch") | |||
| ) |
| SYNFIG_LAYER_SET_CATEGORY | ( | Layer_Switch | , |
| N_("Other") | |||
| ) |
| SYNFIG_LAYER_SET_VERSION | ( | Layer_Switch | , |
| "0.0" | |||
| ) |
| SYNFIG_LAYER_SET_CVS_ID | ( | Layer_Switch | , |
| "$Id$" | |||
| ) |
1.8.1.2