| 
    synfig-studio
    1.0.3
    
   | 
 
#include <renderer_background.h>
  
 Public Member Functions | |
| ~Renderer_Background () | |
| void | render_vfunc (const Glib::RefPtr< Gdk::Window > &drawable, const Gdk::Rectangle &expose_area) | 
  Public Member Functions inherited from studio::WorkAreaRenderer | |
| sigc::signal< void > & | signal_changed () | 
| int | get_w () const | 
| int | get_h () const | 
| float | get_pw () const | 
| float | get_ph () const | 
| synfig::Point | screen_to_comp_coords (synfig::Point pos) const | 
| Converts screen coords (ie: pixels) to composition coordinates.   | |
| synfig::Point | comp_to_screen_coords (synfig::Point pos) const | 
| Converts composition coordinates to screen coords (ie: pixels)   | |
| WorkAreaRenderer () | |
| virtual | ~WorkAreaRenderer () | 
| bool | get_enabled () const | 
| int | get_priority () const | 
| WorkArea * | get_work_area () const | 
| void | set_enabled (bool x) | 
| void | set_priority (int x) | 
| void | set_work_area (WorkArea *work_area_) | 
| virtual bool | event_vfunc (GdkEvent *event) | 
| bool | operator< (const WorkAreaRenderer &rhs) | 
Protected Member Functions | |
| bool | get_enabled_vfunc () const | 
Additional Inherited Members | |
  Public Types inherited from studio::WorkAreaRenderer | |
| typedef etl::handle < WorkAreaRenderer >  | Handle | 
| typedef etl::loose_handle < WorkAreaRenderer >  | LooseHandle | 
| Renderer_Background::~Renderer_Background | ( | ) | 
      
  | 
  virtual | 
Reimplemented from studio::WorkAreaRenderer.
References synfigapp::Action::create().
      
  | 
  protectedvirtual | 
Reimplemented from studio::WorkAreaRenderer.
 1.8.1.2