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:
parent
4d0abf82ed
commit
5d7f2086b0
3 changed files with 257 additions and 0 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
AbstractSlider.cpp
|
||||
AbstractTableView.cpp
|
||||
AbstractView.cpp
|
||||
AbstractZoomPanWidget.cpp
|
||||
Action.cpp
|
||||
ActionGroup.cpp
|
||||
Application.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue