mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:57:34 +00:00
QuickShow: Add Fullscreen, Zoom options to View menu
This commit is contained in:
parent
d79c81a179
commit
e0bf57d81f
3 changed files with 44 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue