KReport
KReportDesignerSectionDetail.cpp
44 KReportDesignerSectionDetail::PageBreak pageBreak = KReportDesignerSectionDetail::PageBreak::None;
117 KReportDesignerSectionDetailGroup * rsdg = new KReportDesignerSectionDetailGroup(QLatin1String("unnamed"), this, this);
148void KReportDesignerSectionDetail::insertGroupSection(int idx, KReportDesignerSectionDetailGroup * rsd)
A section group allows a header and footer to be used for a particular report field.
Definition KReportDesignerSectionDetailGroup.h:38
The central detail section which contains the bulk of the report.
Definition KReportDesignerSectionDetail.h:38
void initFromXML(QDomNode *node)
Definition KReportDesignerSectionDetail.cpp:102
This class is the base to all Report Section's visual representation.
Definition KReportDesignerSection.h:46
void initFromXML(const QDomNode §ion)
Definition KReportDesignerSection.cpp:212
The ReportDesigner is the main widget for designing a report.
Definition KReportDesigner.h:53
void setModified(bool modified)
Sets the modified status, defaulting to true for modified.
Definition KReportDesigner.cpp:776
QString name(StandardAction id)
void insertWidget(int index, QWidget *widget, int stretch, Qt::Alignment alignment)
QDomElement createElement(const QString &tagName)
QString attribute(const QString &name, const QString &defValue) const const
void setAttribute(const QString &name, const QString &value)
QDomNode appendChild(const QDomNode &newChild)
QDomNodeList childNodes() const const
QString nodeName() const const
QDomElement toElement() const const
int count() const const
QDomNode item(int index) const const
void removeWidget(QWidget *widget)
const_reference at(qsizetype i) const const
qsizetype count() const const
iterator insert(const_iterator before, parameter_type value)
void removeAt(qsizetype i)
Fixed
void adjustSize()
void setParent(QWidget *parent)
size
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.