synfig-core
1.0.3
|
Implementation for the Synfig Canvas Loader (canvas file parser) More...
#include "string.h"
#include "canvas.h"
#include "valuenode.h"
#include "vector.h"
#include "value.h"
#include "valuenodes/valuenode_subtract.h"
#include "valuenodes/valuenode_animated.h"
#include "valuenodes/valuenode_composite.h"
#include "valuenodes/valuenode_staticlist.h"
#include "valuenodes/valuenode_dynamiclist.h"
#include "keyframe.h"
#include "guid.h"
#include "filesystemnative.h"
#include "weightedvalue.h"
#include "pair.h"
Go to the source code of this file.
Classes | |
class | synfig::CanvasParser |
Class that handles xmlpp elements from a sif file and converts them into Synfig objects. More... |
Namespaces | |
namespace | xmlpp |
namespace | synfig |
Where every function and class of the synfig library can be found. |
Functions | |
Canvas::Handle | synfig::open_canvas (xmlpp::Element *node, String &errors, String &warnings) |
Loads a canvas from current xmlpp Element. | |
Canvas::Handle | synfig::open_canvas_as (const FileSystem::Identifier &identifier, const String &as, String &errors, String &warnings) |
Loads a canvas from filename and its absolute path. | |
std::map< String, etl::loose_handle< Canvas > > & | synfig::get_open_canvas_map () |
Implementation for the Synfig Canvas Loader (canvas file parser)
$Id$