0ad/source/gui/ObjectTypes
Ralph Sennhauser a0bb103390
Some checks failed
checkrefs / lfscheck (push) Has been cancelled
checkrefs / checkrefs (push) Has been cancelled
lint / cppcheck (push) Has been cancelled
lint / copyright (push) Has been cancelled
lint / jenkinsfiles (push) Has been cancelled
pre-commit / build (push) Has been cancelled
Unwrap SDL_Event
Since C++11 a C typedef'ed union can be forward declared, so the wrapper
is no longer needed.

While at it switch signatures to refs and convert C style casts.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2026-05-20 19:44:52 +02:00
..
CButton.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CButton.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CChart.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CChart.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CCheckBox.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CCheckBox.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CDropDown.cpp Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CDropDown.h Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CGUIDummyObject.h Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CHotkeyPicker.cpp Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CHotkeyPicker.h Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CImage.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CImage.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CInput.cpp Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CInput.h Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CList.cpp Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CList.h Unwrap SDL_Event 2026-05-20 19:44:52 +02:00
CMiniMap.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CMiniMap.h Only render the minimap texture if it'll be displayed 2026-03-03 11:25:52 +01:00
COList.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
COList.h Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CProgressBar.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CProgressBar.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CRadioButton.cpp Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CRadioButton.h Fix headers for gui/ObjectTypes 2025-06-30 20:38:16 +02:00
CScrollPanel.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CScrollPanel.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CSlider.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CSlider.h Remove default dtors of IGUIObject derived classes 2025-08-11 18:38:01 +02:00
CText.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CText.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CTooltip.cpp Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
CTooltip.h Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00