synfig-core
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
synfig
valuenodes
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
39
class
ValueNode_Greyed
:
public
ValueNode_Reference
40
{
41
public
:
42
typedef
etl::handle<ValueNode_Greyed>
Handle
;
43
ValueNode_Greyed
(
Type
&x);
44
ValueNode_Greyed
(
const
ValueNode::Handle
&x);
45
46
virtual
String
get_name
()
const
;
47
virtual
String
get_local_name
()
const
;
48
49
protected
:
50
LinkableValueNode
*
create_new
()
const
;
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
Generated on Mon Nov 16 2015 15:33:57 for synfig-core by
1.8.1.2