synfig-core
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
synfig
valuenodes
valuenode_average.h
Go to the documentation of this file.
1
/* === S Y N F I G ========================================================= */
21
/* ========================================================================= */
22
23
/* === S T A R T =========================================================== */
24
25
#ifndef __SYNFIG_VALUENODE_AVERAGE_H
26
#define __SYNFIG_VALUENODE_AVERAGE_H
27
28
/* === H E A D E R S ======================================================= */
29
30
#include "
valuenode_dynamiclist.h
"
31
32
/* === M A C R O S ========================================================= */
33
34
/* === C L A S S E S & S T R U C T S ======================================= */
35
36
namespace
synfig {
37
38
class
ValueNode_Average
:
public
ValueNode_DynamicList
39
{
40
public
:
41
42
typedef
etl::handle<ValueNode_Average>
Handle
;
43
typedef
etl::handle<const ValueNode_Average>
ConstHandle
;
44
45
46
ValueNode_Average
(
const
ValueBase
&value, etl::loose_handle<Canvas> canvas = 0);
47
ValueNode_Average
(
Type
&type, etl::loose_handle<Canvas> canvas = 0);
48
virtual
~ValueNode_Average
();
49
50
virtual
ValueBase
operator()
(
Time
t)
const
;
51
52
virtual
String
get_name
()
const
;
53
virtual
String
get_local_name
()
const
;
54
55
protected
:
56
LinkableValueNode
*
create_new
()
const
;
57
58
public
:
59
static
bool
check_type
(
Type
&type);
60
static
ValueNode_Average
*
create
(
const
ValueBase
&value, etl::loose_handle<Canvas> canvas = 0);
61
};
// END of class ValueNode_Average
62
63
};
// END of namespace synfig
64
65
/* === E N D =============================================================== */
66
67
#endif
Generated on Mon Nov 16 2015 15:33:55 for synfig-core by
1.8.1.2