Opened 7 years ago

Closed 7 years ago

#79 closed enhancement (completed)

Modify readXML() functions to handle default properties as "optional"

Reported by: ghorwin Owned by: fechner
Priority: major Milestone: 2.0.13
Version: 2.0.x Keywords:
Cc: Operating System: all

Description


Change History (3)

comment:1 by ghorwin, 7 years ago

Milestone: 2.0.122.0.13

comment:2 by ghorwin, 7 years ago

Owner: set to fechner
Status: newassigned

Add member variable AbstractChartModel::m_writeAllProperties that is publically settable before calling writeXML().

Each writeXML() function tests for

  • either m_writeAllProperties is true, or
  • property is different from default

and only then writes the property to file.

comment:3 by fechner, 7 years ago

Resolution: completed
Status: assignedclosed
Note: See TracTickets for help on using tickets.