synfig-core
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
synfig
valuenodes
valuenode_radialcomposite.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_RADIALCOMPOSITE_H
27
#define __SYNFIG_VALUENODE_RADIALCOMPOSITE_H
28
29
/* === H E A D E R S ======================================================= */
30
31
#include <
synfig/valuenode.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_RadialComposite
:
public
LinkableValueNode
40
{
41
ValueNode::RHandle
components[6];
42
ValueNode_RadialComposite
(
const
ValueBase
&value);
43
44
public
:
45
typedef
etl::handle<ValueNode_RadialComposite>
Handle
;
46
typedef
etl::handle<const ValueNode_RadialComposite>
ConstHandle
;
47
48
virtual
~ValueNode_RadialComposite
();
49
50
virtual
ValueNode::LooseHandle
get_link_vfunc
(
int
i)
const
;
51
virtual
String
link_name
(
int
i)
const
;
52
virtual
ValueBase
operator()
(
Time
t)
const
;
53
virtual
String
get_name
()
const
;
54
virtual
String
get_local_name
()
const
;
55
virtual
int
get_link_index_from_name
(
const
String
&name)
const
;
56
57
protected
:
58
virtual
bool
set_link_vfunc
(
int
i,
ValueNode::Handle
x);
59
60
LinkableValueNode
*
create_new
()
const
;
61
62
public
:
63
using
synfig::LinkableValueNode::set_link_vfunc
;
64
using
synfig::LinkableValueNode::get_link_vfunc
;
65
static
bool
check_type
(
Type
&type);
66
static
ValueNode_RadialComposite
*
create
(
const
ValueBase
&x);
67
virtual
Vocab
get_children_vocab_vfunc
()
const
;
68
};
// END of class ValueNode_RadialComposite
69
70
};
// END of namespace synfig
71
72
/* === E N D =============================================================== */
73
74
#endif
Generated on Mon Nov 16 2015 15:33:58 for synfig-core by
1.8.1.2