synfig-studio  1.0.3
Classes | Namespaces | Macros | Functions
layermakebline.h File Reference

Template File. More...

#include <synfig/layer.h>
#include <synfigapp/action.h>
#include <list>
#include <synfig/guid.h>

Go to the source code of this file.

Classes

class  synfigapp::Action::LayerMakeBLine

Namespaces

namespace  synfigapp
namespace  synfigapp::Action

Macros

#define ACTION_LAYERMAKEBLINE_DECLARE(class_name)

Functions

 synfigapp::Action::ACTION_LAYERMAKEBLINE_DECLARE (LayerMakeOutline)
 synfigapp::Action::ACTION_LAYERMAKEBLINE_DECLARE (LayerMakeAdvancedOutline)
 synfigapp::Action::ACTION_LAYERMAKEBLINE_DECLARE (LayerMakeRegion)

Detailed Description

Template File.

$Id$

Macro Definition Documentation

#define ACTION_LAYERMAKEBLINE_DECLARE (   class_name)
Value:
class class_name : public LayerMakeBLine { \
private: \
static const char *possible_layer_names__[]; \
public: \
static bool is_candidate(const ParamList &x); \
virtual void prepare(); \
ACTION_MODULE_EXT \
}