Skip to content

Finalization of the spreadsheet document #37

Description

@nouverbe

Need to implement:

  • copy/paste cells, areas
  • grouping rows, columns (similar to areas)
  • make a normal algorithm for calculating the lines that need to be created when scrolling
  • cell showing parameters, open by clicking on the parameter cell
  • picture support
  • fixed delete/erase cell

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status
      Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions