1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:57:34 +00:00

QuickShow: Add Fullscreen, Zoom options to View menu

This commit is contained in:
Hüseyin ASLITÜRK 2020-04-12 16:24:31 +03:00 committed by Andreas Kling
parent d79c81a179
commit e0bf57d81f
3 changed files with 44 additions and 2 deletions

View file

@ -46,6 +46,8 @@ public:
const Gfx::Bitmap* bitmap() const { return m_bitmap.ptr(); }
const String& path() const { return m_path; }
void set_scale(int);
int scale() { return m_scale; }
void flip(Gfx::Orientation);
void rotate(Gfx::RotationDirection);