synfig-core
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
synfig
valuenodes
valuenode_sine.h
Go to the documentation of this file.
1
/* === S Y N F I G ========================================================= */
23
/* ========================================================================= */
24
25
/* === S T A R T =========================================================== */
26
27
#ifndef __SYNFIG_VALUENODE_SINE_H
28
#define __SYNFIG_VALUENODE_SINE_H
29
30
/* === H E A D E R S ======================================================= */
31
32
#include <
synfig/valuenode.h
>
33
34
/* === M A C R O S ========================================================= */
35
36
/* === C L A S S E S & S T R U C T S ======================================= */
37
38
namespace
synfig {
39
40
class
ValueNode_Sine
:
public
LinkableValueNode
41
{
42
ValueNode::RHandle
angle_;
43
ValueNode::RHandle
amp_;
44
45
ValueNode_Sine
(
const
ValueBase
&value);
46
47
public
:
48
49
typedef
etl::handle<ValueNode_Sine>
Handle
;
50
typedef
etl::handle<const ValueNode_Sine>
ConstHandle
;
51
52
53
virtual
ValueBase
operator()
(
Time
t)
const
;
54
55
virtual
~ValueNode_Sine
();
56
57
virtual
String
get_name
()
const
;
58
virtual
String
get_local_name
()
const
;
59
60
virtual
ValueNode::LooseHandle
get_link_vfunc
(
int
i)
const
;
61
62
protected
:
63
LinkableValueNode
*
create_new
()
const
;
64
virtual
bool
set_link_vfunc
(
int
i,
ValueNode::Handle
x);
65
66
public
:
67
using
synfig::LinkableValueNode::get_link_vfunc
;
68
69
using
synfig::LinkableValueNode::set_link_vfunc
;
70
static
bool
check_type
(
Type
&type);
71
static
ValueNode_Sine
*
create
(
const
ValueBase
&x);
72
virtual
Vocab
get_children_vocab_vfunc
()
const
;
73
};
// END of class ValueNode_Sine
74
75
};
// END of namespace synfig
76
77
/* === E N D =============================================================== */
78
79
#endif
Generated on Mon Nov 16 2015 15:33:59 for synfig-core by
1.8.1.2