savecanvas.h

Go to the documentation of this file.
00001 /* === S Y N F I G ========================================================= */
00021 /* ========================================================================= */
00022 
00023 /* === S T A R T =========================================================== */
00024 
00025 #ifndef __SYNFIG_SAVECANVAS_H
00026 #define __SYNFIG_SAVECANVAS_H
00027 
00028 /* === H E A D E R S ======================================================= */
00029 
00030 #include "string.h"
00031 #include "canvas.h"
00032 
00033 /* === M A C R O S ========================================================= */
00034 
00035 /* === T Y P E D E F S ===================================================== */
00036 
00037 /* === C L A S S E S & S T R U C T S ======================================= */
00038 
00039 namespace synfig {
00040 
00041 /* === E X T E R N S ======================================================= */
00042 
00044 
00045 bool save_canvas(const String &filename, Canvas::ConstHandle canvas);
00046 
00048 String canvas_to_string(Canvas::ConstHandle canvas);
00049 
00050 }; // END of namespace synfig
00051 
00052 /* === E N D =============================================================== */
00053 
00054 #endif

Generated on Fri Jun 23 15:20:50 2006 for synfig by  doxygen 1.4.6