synfig-core
1.0.3
|
Template File. More...
Macros | |
#define | BE_FRUGAL_WITH_GUIDS 1 |
#define | __sys_clock ::clock |
Typedefs | |
typedef map< synfig::GUID, Node * > | GlobalNodeMap |
Functions | |
static GlobalNodeMap & | global_node_map () |
static void | refresh_node (synfig::Node *node, synfig::GUID old_guid) |
Variables | |
static GlobalNodeMap * | global_node_map_ |
A map to store all the GUIDs with a pointer to the Node. |
Template File.
$Id$
#define BE_FRUGAL_WITH_GUIDS 1 |
#define __sys_clock ::clock |
Referenced by synfig::Node::changed().
typedef map<synfig::GUID,Node*> GlobalNodeMap |
|
static |
References global_node_map_.
Referenced by synfig::find_node(), synfig::Node::get_guid(), synfig::Node::Node(), refresh_node(), synfig::Node::set_guid(), and synfig::Node::~Node().
|
static |
References synfig::Node::get_guid(), and global_node_map().
Referenced by synfig::Node::set_guid().
|
static |
A map to store all the GUIDs with a pointer to the Node.
Referenced by global_node_map().