MCPcopy Create free account
hub / github.com/KDE/labplot / setCreateXmlElement

Method setCreateXmlElement

src/backend/worksheet/Line.cpp:50–53  ·  view source on GitHub ↗

! * defines whether an XML element needs to be create in write(). For objects where the line * properties are serialized together with some other properties, the XML element is created * in objects's save() already and there is not need to create it once more in Line::save(): */

Source from the content-addressed store, hash-verified

48 * in objects's save() already and there is not need to create it once more in Line::save():
49 */
50void Line::setCreateXmlElement(bool create) {
51 Q_D(Line);
52 d->createXmlElement = create;
53}
54
55void Line::init(const KConfigGroup& group) {
56 Q_D(Line);

Callers 8

initMethod · 0.80
initMethod · 0.80
ErrorBarMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected