synfig-core  1.0.3
Namespaces | Typedefs | Functions
savecanvas.h File Reference

Implementation for the Synfig Save Canvas to file. More...

#include <list>
#include "string.h"
#include "canvas.h"
#include "releases.h"
#include "layer.h"

Go to the source code of this file.

Namespaces

namespace  synfig
 Where every function and class of the synfig library can be found.

Typedefs

typedef bool(* synfig::save_canvas_external_file_callback_t )(void *user_data, Layer::ConstHandle layer, const std::string &param_name, std::string &filename)

Functions

bool synfig::save_canvas (const FileSystem::Identifier &identifier, Canvas::ConstHandle canvas, bool safe=true)
 Saves a canvas to filename.
String synfig::canvas_to_string (Canvas::ConstHandle canvas)
 Stores a Canvas in a string in XML format.
void synfig::set_save_canvas_external_file_callback (save_canvas_external_file_callback_t callback, void *user_data)
void synfig::set_file_version (ReleaseVersion version)
ReleaseVersion synfig::get_file_version ()

Detailed Description

Implementation for the Synfig Save Canvas to file.

$Id$