valuenode.cpp File Reference

#include "valuenode.h"
#include "general.h"
#include "canvas.h"
#include "valuenode_const.h"
#include "valuenode_linear.h"
#include "valuenode_composite.h"
#include "valuenode_reference.h"
#include "valuenode_scale.h"
#include "valuenode_segcalctangent.h"
#include "valuenode_segcalcvertex.h"
#include "valuenode_stripes.h"
#include "valuenode_subtract.h"
#include "valuenode_timedswap.h"
#include "valuenode_twotone.h"
#include "valuenode_bline.h"
#include "valuenode_dynamiclist.h"
#include "valuenode_radialcomposite.h"
#include "valuenode_gradientrotate.h"
#include "valuenode_sine.h"
#include "layer.h"

Defines

#define SYNFIG_NO_ANGLE
#define ADD_VALUENODE(c, n)   (*book_)[n].factory=reinterpret_cast<LinkableValueNode::Factory>(&c::create); (*book_)[n].check_type=&c::check_type;(*book_)[n].local_name=n
#define ADD_VALUENODE2(c, n)   (*book_)[n].factory=reinterpret_cast<LinkableValueNode::Factory>(&c::create_from); (*book_)[n].check_type=&c::check_type;(*book_)[n].local_name=n

Functions

static int value_node_count (0)
ValueNode::LooseHandle synfig::find_value_node (const GUID &guid)

Variables

static LinkableValueNode::Book * book_

Define Documentation

#define SYNFIG_NO_ANGLE
 

#define ADD_VALUENODE c,
 )     (*book_)[n].factory=reinterpret_cast<LinkableValueNode::Factory>(&c::create); (*book_)[n].check_type=&c::check_type;(*book_)[n].local_name=n
 

#define ADD_VALUENODE2 c,
 )     (*book_)[n].factory=reinterpret_cast<LinkableValueNode::Factory>(&c::create_from); (*book_)[n].check_type=&c::check_type;(*book_)[n].local_name=n
 


Function Documentation

static int value_node_count  )  [static]
 


Variable Documentation

LinkableValueNode::Book* book_ [static]
 


Generated on Fri Jun 23 15:20:50 2006 for synfig by  doxygen 1.4.6