Need to implement:
Based on: https://docs.wxwidgets.org/3.2/overview_grid.html
Copying must be implemented using wxDataObjectComposite (text + option for storing binary data)
In gridEditorClipbrd.cpp, copying of rows is implemented, and it is necessary to add copying of attributes using wxCustomDataObject
Closest analogue metaObject.cpp:
bool IValueMetaObject::CopyObject(CMemoryWriter& writer) const
bool IValueMetaObject::PasteObject(CMemoryReader& reader)
Need to implement:
Based on: https://docs.wxwidgets.org/3.2/overview_grid.html
Copying must be implemented using wxDataObjectComposite (text + option for storing binary data)
In gridEditorClipbrd.cpp, copying of rows is implemented, and it is necessary to add copying of attributes using wxCustomDataObject
Closest analogue metaObject.cpp:
bool IValueMetaObject::CopyObject(CMemoryWriter& writer) const
bool IValueMetaObject::PasteObject(CMemoryReader& reader)