mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 00:25:22 +00:00
The m_imageData buffer in the BITMAP_BASE is an internal implementation - the public API to persist the data to a stream appears to be SaveImageData - so use that, which hides the implementation (and generates the image data "live" when needed). Remove the public access to the m_imageData buffer as it isn't needed for public use, and also is misleading. Also break out the formatting of the data into KICAD_FORMAT, as it's currently replicated in eeschema/pcb/pagelayout formatting code. Fixes: https://gitlab.com/kicad/code/kicad/-/issues/19772 |
||
---|---|---|
.. | ||
drawing_sheet_default_description.cpp | ||
drawing_sheet_parser.cpp | ||
drawing_sheet.keywords | ||
ds_data_item.cpp | ||
ds_data_model_io.cpp | ||
ds_data_model.cpp | ||
ds_draw_item.cpp | ||
ds_painter.cpp | ||
ds_proxy_undo_item.cpp | ||
ds_proxy_view_item.cpp |