synfig-studio
1.0.3
|
Template File. More...
#include "keyframeduplicate.h"
#include <synfigapp/canvasinterface.h>
#include <synfig/valuenodes/valuenode_dynamiclist.h>
#include <synfig/valuenodes/valuenode_animated.h>
#include "activepointsetsmart.h"
#include "waypointsetsmart.h"
#include <synfigapp/general.h>
Functions | |
ACTION_INIT (Action::KeyframeDuplicate) | |
ACTION_SET_NAME (Action::KeyframeDuplicate,"KeyframeDuplicate") | |
ACTION_SET_LOCAL_NAME (Action::KeyframeDuplicate, N_("Duplicate Keyframe")) | |
ACTION_SET_TASK (Action::KeyframeDuplicate,"duplicate") | |
ACTION_SET_CATEGORY (Action::KeyframeDuplicate, Action::CATEGORY_KEYFRAME) | |
ACTION_SET_PRIORITY (Action::KeyframeDuplicate, 0) | |
ACTION_SET_VERSION (Action::KeyframeDuplicate,"0.0") | |
ACTION_SET_CVS_ID (Action::KeyframeDuplicate,"$Id$") |
Template File.
$Id$
ACTION_INIT | ( | Action::KeyframeDuplicate | ) |
ACTION_SET_NAME | ( | Action::KeyframeDuplicate | , |
"KeyframeDuplicate" | |||
) |
ACTION_SET_LOCAL_NAME | ( | Action::KeyframeDuplicate | , |
N_("Duplicate Keyframe") | |||
) |
ACTION_SET_TASK | ( | Action::KeyframeDuplicate | , |
"duplicate" | |||
) |
ACTION_SET_CATEGORY | ( | Action::KeyframeDuplicate | , |
Action::CATEGORY_KEYFRAME | |||
) |
ACTION_SET_PRIORITY | ( | Action::KeyframeDuplicate | , |
0 | |||
) |
ACTION_SET_VERSION | ( | Action::KeyframeDuplicate | , |
"0.0" | |||
) |
ACTION_SET_CVS_ID | ( | Action::KeyframeDuplicate | , |
"$Id$" | |||
) |