synfig-core  1.0.3
valuenode_greyed.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
22 /* ========================================================================= */
23 
24 /* === S T A R T =========================================================== */
25 
26 #ifndef __SYNFIG_VALUENODE_GREYED_H
27 #define __SYNFIG_VALUENODE_GREYED_H
28 
29 /* === H E A D E R S ======================================================= */
30 
31 #include "valuenode_reference.h"
32 
33 /* === M A C R O S ========================================================= */
34 
35 /* === C L A S S E S & S T R U C T S ======================================= */
36 
37 namespace synfig {
38 
40 {
41 public:
42  typedef etl::handle<ValueNode_Greyed> Handle;
45 
46  virtual String get_name()const;
47  virtual String get_local_name()const;
48 
49 protected:
51 
52 public:
53  static ValueNode_Greyed* create(const ValueBase &x);
54  virtual Vocab get_children_vocab_vfunc()const;
55 }; // END of class ValueNode_Greyed
56 
57 }; // END of namespace synfig
58 
59 /* === E N D =============================================================== */
60 
61 #endif