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