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