HMI/include/graphicsItem
Jesse Qu a9dc41cf80 fix: add missing override keywords and virtual destructor to resolve all compiler warnings
- Mark 27 overriding functions with 'override' across GraphicsItemGroup,
    GraphicsRectItem, and GraphicPolygonItem headers
  - Add virtual destructor to IPropertyHandleImpl (fixes -Wdelete-abstract-non-virtual-dtor)
  - Build is now 0 warnings, 0 errors
2026-07-15 11:27:08 +08:00
..
graphicsBaseItem.h refactor: distribute serialization/deserialization from Document into item classes 2026-07-09 11:40:14 +08:00
graphicsItemGroup.h fix: add missing override keywords and virtual destructor to resolve all compiler warnings 2026-07-15 11:27:08 +08:00
graphicsPolygonItem.h fix: add missing override keywords and virtual destructor to resolve all compiler warnings 2026-07-15 11:27:08 +08:00
graphicsRectItem.h fix: add missing override keywords and virtual destructor to resolve all compiler warnings 2026-07-15 11:27:08 +08:00
itemControlHandle.h Refactor selector classes 2026-07-06 18:17:10 +08:00