KReportDataSource::SortedField
#include <KReportDataSource.h>
Public Member Functions | |
SortedField (const SortedField &other) | |
QString | field () const |
bool | operator!= (const SortedField &other) const |
SortedField & | operator= (const SortedField &other) |
bool | operator== (const SortedField &other) const |
Qt::SortOrder | order () const |
void | setField (const QString &field) |
void | setOrder (Qt::SortOrder order) |
Detailed Description
Describes sorting for single field, By default the order is ascending.
Definition at line 43 of file KReportDataSource.h.
Constructor & Destructor Documentation
◆ SortedField() [1/2]
KReportDataSource::SortedField::SortedField | ( | ) |
Definition at line 43 of file KReportDataSource.cpp.
◆ SortedField() [2/2]
KReportDataSource::SortedField::SortedField | ( | const SortedField & | other | ) |
Definition at line 48 of file KReportDataSource.cpp.
◆ ~SortedField()
KReportDataSource::SortedField::~SortedField | ( | ) |
Definition at line 53 of file KReportDataSource.cpp.
Member Function Documentation
◆ field()
QString KReportDataSource::SortedField::field | ( | ) | const |
Definition at line 77 of file KReportDataSource.cpp.
◆ operator!=()
bool KReportDataSource::SortedField::operator!= | ( | const SortedField & | other | ) | const |
Definition at line 72 of file KReportDataSource.cpp.
◆ operator=()
KReportDataSource::SortedField & KReportDataSource::SortedField::operator= | ( | const SortedField & | other | ) |
Definition at line 58 of file KReportDataSource.cpp.
◆ operator==()
bool KReportDataSource::SortedField::operator== | ( | const SortedField & | other | ) | const |
Definition at line 67 of file KReportDataSource.cpp.
◆ order()
Qt::SortOrder KReportDataSource::SortedField::order | ( | ) | const |
Definition at line 82 of file KReportDataSource.cpp.
◆ setField()
void KReportDataSource::SortedField::setField | ( | const QString & | field | ) |
Definition at line 87 of file KReportDataSource.cpp.
◆ setOrder()
void KReportDataSource::SortedField::setOrder | ( | Qt::SortOrder | order | ) |
Definition at line 92 of file KReportDataSource.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.