X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fworkarea.h;h=ca4f7ccdf92afa286117d6d24438c03011968552;hb=343b52e397572ae6630ad0f128de1290f89b8f81;hp=3b6ecaee08676708c9827b43ffe11474609cd35f;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/workarea.h b/synfig-studio/trunk/src/gtkmm/workarea.h index 3b6ecae..ca4f7cc 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.h +++ b/synfig-studio/trunk/src/gtkmm/workarea.h @@ -227,6 +227,7 @@ private: bool canceled_; int quality; + int low_res_pixel_size; bool dirty_trap_enabled; @@ -258,6 +259,8 @@ public: bool get_canceled()const { return canceled_; } bool get_queued()const { return queued; } bool get_rendering()const { return rendering; } + bool get_updating()const; + void stop_updating(bool cancel = false); bool get_full_frame()const { return full_frame; } //int get_w()const { return w; } //int get_h()const { return h; } @@ -404,8 +407,10 @@ public: void popup_menu(); int get_quality()const { return quality; } + int get_low_res_pixel_size()const { return low_res_pixel_size; } void set_quality(int x); + void set_low_res_pixel_size(int x); int get_w()const { return w; }