synfig-core  1.0.3
Macros | Typedefs | Functions | Variables
node.cpp File Reference

Template File. More...

#include <cstdlib>
#include <cstdio>
#include "node.h"
#include <map>
#include <time.h>

Macros

#define BE_FRUGAL_WITH_GUIDS   1
#define __sys_clock   ::clock

Typedefs

typedef map< synfig::GUID, Node * > GlobalNodeMap

Functions

static GlobalNodeMapglobal_node_map ()
static void refresh_node (synfig::Node *node, synfig::GUID old_guid)

Variables

static GlobalNodeMapglobal_node_map_
 A map to store all the GUIDs with a pointer to the Node.

Detailed Description

Template File.

$Id$

Macro Definition Documentation

#define BE_FRUGAL_WITH_GUIDS   1
#define __sys_clock   ::clock

Referenced by synfig::Node::changed().

Typedef Documentation

Function Documentation

static GlobalNodeMap& global_node_map ( )
static
static void refresh_node ( synfig::Node node,
synfig::GUID  old_guid 
)
static

Variable Documentation

GlobalNodeMap* global_node_map_
static

A map to store all the GUIDs with a pointer to the Node.

Referenced by global_node_map().