KReport/API Changes: Difference between revisions
Appearance
< KReport
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
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