synfig-studio  1.0.3
valuedesccreatechildbone.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
21 /* ========================================================================= */
22 
23 /* === S T A R T =========================================================== */
24 
25 #ifndef __SYNFIG_APP_ACTION_VALUEDESCCREATECHILDBONE_H
26 #define __SYNFIG_APP_ACTION_VALUEDESCCREATECHILDBONE_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include <synfigapp/action.h>
31 #include <synfigapp/value_desc.h>
32 #include <synfig/valuenodes/valuenode_dynamiclist.h>
33 #include <synfig/layers/layer_skeleton.h>
34 #include <synfig/canvas.h>
35 #include <list>
36 
37 /* === M A C R O S ========================================================= */
38 
39 /* === T Y P E D E F S ===================================================== */
40 
41 /* === C L A S S E S & S T R U C T S ======================================= */
42 
43 namespace synfigapp {
44 
45 namespace Action {
46 
48  public Super
49 {
50 private:
51  ValueDesc value_desc;
52  synfig::Time time;
53 
54 public:
55 
57 
58  static ParamVocab get_param_vocab();
59  static bool is_candidate(const ParamList &x);
60 
61  virtual bool set_param(const synfig::String& name, const Param &);
62  virtual bool is_ready()const;
63 
64  virtual void prepare();
65 
67 };
68 
69 }; // END of namespace action
70 }; // END of namespace studio
71 
72 /* === E N D =============================================================== */
73 
74 #endif