Added ability to change zoom in IV.

This commit is contained in:
23rd
2024-10-15 09:55:46 +03:00
parent d351a7d697
commit 7e14277ead
11 changed files with 247 additions and 10 deletions
+4
View File
@@ -18,6 +18,10 @@ public:
virtual void ivSetLastSourceWindow(not_null<QWidget*> window) = 0;
[[nodiscard]] virtual QRect ivGeometry() const = 0;
virtual void ivSaveGeometry(not_null<Ui::RpWindow*> window) = 0;
[[nodiscard]] virtual int ivZoom() const = 0;
[[nodiscard]] virtual rpl::producer<int> ivZoomValue() const = 0;
virtual void ivSetZoom(int value) = 0;
};
} // namespace Iv