25 #ifndef __SYNFIG_APP_ACTION_LAYERMAKEBLINE_H
26 #define __SYNFIG_APP_ACTION_LAYERMAKEBLINE_H
30 #include <synfig/layer.h>
33 #include <synfig/guid.h>
58 void prepare_make_bline(
const synfig::String &bline_layer_name,
bool put_new_layer_behind);
61 #define ACTION_LAYERMAKEBLINE_DECLARE(class_name) \
62 class class_name : public LayerMakeBLine { \
64 static const char *possible_layer_names__[]; \
66 static bool is_candidate(const ParamList &x); \
67 virtual void prepare(); \
75 #undef ACTION_LAYERMAKEBLINE_DECLARE