synfig-core
1.0.3
|
Implementation for the Synfig Save Canvas to file. More...
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 ¶m_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 () |
Implementation for the Synfig Save Canvas to file.
$Id$