KReport/API Changes: Difference between revisions

From KDE Community Wiki
(Created page with "{{Note|This is a design document}}")
 
No edit summary
Line 1: Line 1:
{{Note|This is a design document}}
{{Note|This is a design document}}
==Design creation==
Goal Make it possible to create, modify, open and save KReport designs without touching the designer API.
New classes proposed:
*KReportDesign: setContent(xml) loads, toString() saves, modelled after
**We don't use KReportDocument name because actual document is: design+data

Revision as of 08:39, 29 July 2015

Note

This is a design document


Design creation

Goal Make it possible to create, modify, open and save KReport designs without touching the designer API.

New classes proposed:

  • KReportDesign: setContent(xml) loads, toString() saves, modelled after
    • We don't use KReportDocument name because actual document is: design+data