1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

LibGUI: Add AbstractZoomPanWidget widget :^)

This is an abstract widget that is meant to handle all the panning /
zooming functionality so that all applications implementing it do
not have to try to do their own coordinate math.
This commit is contained in:
Mustafa Quraish 2022-01-08 04:25:32 -05:00 committed by Andreas Kling
parent 4d0abf82ed
commit 5d7f2086b0
3 changed files with 257 additions and 0 deletions

View file

@ -9,6 +9,7 @@ set(SOURCES
AbstractSlider.cpp
AbstractTableView.cpp
AbstractView.cpp
AbstractZoomPanWidget.cpp
Action.cpp
ActionGroup.cpp
Application.cpp