#include "waypointset.h"
#include <synfigapp/canvasinterface.h>
#include <synfigapp/general.h>
Functions | |
ACTION_INIT (Action::WaypointSet) | |
ACTION_SET_NAME (Action::WaypointSet,"WaypointSet") | |
ACTION_SET_LOCAL_NAME (Action::WaypointSet, N_("Set Waypoint")) | |
ACTION_SET_TASK (Action::WaypointSet,"set") | |
ACTION_SET_CATEGORY (Action::WaypointSet, Action::CATEGORY_WAYPOINT) | |
ACTION_SET_PRIORITY (Action::WaypointSet, 0) | |
ACTION_SET_VERSION (Action::WaypointSet,"0.0") | |
ACTION_SET_CVS_ID (Action::WaypointSet,"$Id$") |
$Id$
ACTION_INIT | ( | Action::WaypointSet | ) |
ACTION_SET_NAME | ( | Action::WaypointSet | , | |
"WaypointSet" | ||||
) |
ACTION_SET_LOCAL_NAME | ( | Action::WaypointSet | , | |
N_("Set Waypoint") | ||||
) |
ACTION_SET_TASK | ( | Action::WaypointSet | , | |
"set" | ||||
) |
ACTION_SET_CATEGORY | ( | Action::WaypointSet | , | |
Action::CATEGORY_WAYPOINT | ||||
) |
ACTION_SET_PRIORITY | ( | Action::WaypointSet | , | |
0 | ||||
) |
ACTION_SET_VERSION | ( | Action::WaypointSet | , | |
"0.0" | ||||
) |
ACTION_SET_CVS_ID | ( | Action::WaypointSet | , | |
"$Id$" | ||||
) |