synfig-studio  1.0.3
renderer_canvas.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
21 /* ========================================================================= */
22 
23 /* === S T A R T =========================================================== */
24 
25 #ifndef __SYNFIG_RENDERER_CANVAS_H
26 #define __SYNFIG_RENDERER_CANVAS_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include "workarearenderer.h"
31 #include "workarea.h"
32 #include <vector>
33 
34 /* === M A C R O S ========================================================= */
35 
36 /* === T Y P E D E F S ===================================================== */
37 
38 /* === C L A S S E S & S T R U C T S ======================================= */
39 
40 namespace studio {
41 
43 {
44 
45 public:
47 
48  std::vector< std::pair<Glib::RefPtr<Gdk::Pixbuf>,int> >& get_tile_book();
50 
51  bool get_full_frame()const;
52 
53  int get_refreshes()const;
54  bool get_canceled()const;
55  bool get_queued()const;
56  bool get_rendering()const;
57 
58  void render_vfunc(const Glib::RefPtr<Gdk::Window>& drawable,const Gdk::Rectangle& expose_area );
59 };
60 
61 }; // END of namespace studio
62 
63 /* === E N D =============================================================== */
64 
65 #endif