synfig-studio  1.0.3
renderer_timecode.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_TIMECODE_H
26 #define __SYNFIG_RENDERER_TIMECODE_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include "workarearenderer.h"
31 #include <vector>
32 
33 /* === M A C R O S ========================================================= */
34 
35 #define TIMECODE_COLOR_TEXT Gdk::Color("#5f0000")
36 
37 static const int timecode_x = 4, timecode_y = 4;
38 
39 /* === T Y P E D E F S ===================================================== */
40 
41 /* === C L A S S E S & S T R U C T S ======================================= */
42 
43 namespace studio {
44 
46 {
47 
48 public:
50 
51  synfig::Vector get_grid_size()const;
52 
53  void render_vfunc(const Glib::RefPtr<Gdk::Window>& drawable,const Gdk::Rectangle& expose_area );
54 
55 protected:
56  bool get_enabled_vfunc()const;
57 };
58 
59 }; // END of namespace studio
60 
61 /* === E N D =============================================================== */
62 
63 #endif