#include "keyframewaypointset.h"
#include <synfigapp/canvasinterface.h>
#include <synfig/valuenode_dynamiclist.h>
#include <synfig/valuenode_animated.h>
#include "activepointsetsmart.h"
#include "waypointsetsmart.h"
#include <synfigapp/general.h>
Functions | |
ACTION_INIT (Action::KeyframeWaypointSet) | |
ACTION_SET_NAME (Action::KeyframeWaypointSet,"KeyframeWaypointSet") | |
ACTION_SET_LOCAL_NAME (Action::KeyframeWaypointSet, N_("Set Waypoints at Keyframe")) | |
ACTION_SET_TASK (Action::KeyframeWaypointSet,"set") | |
ACTION_SET_CATEGORY (Action::KeyframeWaypointSet, Action::CATEGORY_KEYFRAME) | |
ACTION_SET_PRIORITY (Action::KeyframeWaypointSet, 0) | |
ACTION_SET_VERSION (Action::KeyframeWaypointSet,"0.0") | |
ACTION_SET_CVS_ID (Action::KeyframeWaypointSet,"$Id$") |
$Id$
ACTION_INIT | ( | Action::KeyframeWaypointSet | ) |
ACTION_SET_NAME | ( | Action::KeyframeWaypointSet | , | |
"KeyframeWaypointSet" | ||||
) |
ACTION_SET_LOCAL_NAME | ( | Action::KeyframeWaypointSet | , | |
N_("Set Waypoints at Keyframe") | ||||
) |
ACTION_SET_TASK | ( | Action::KeyframeWaypointSet | , | |
"set" | ||||
) |
ACTION_SET_CATEGORY | ( | Action::KeyframeWaypointSet | , | |
Action::CATEGORY_KEYFRAME | ||||
) |
ACTION_SET_PRIORITY | ( | Action::KeyframeWaypointSet | , | |
0 | ||||
) |
ACTION_SET_VERSION | ( | Action::KeyframeWaypointSet | , | |
"0.0" | ||||
) |
ACTION_SET_CVS_ID | ( | Action::KeyframeWaypointSet | , | |
"$Id$" | ||||
) |