KDb
KDbTableViewData.h
79 void setSorting(int column, KDbOrderByColumn::SortOrder order = KDbOrderByColumn::SortOrder::Ascending);
Structure for storing single record with type information.
Definition KDbRecordData.h:37
provides data for single edited database record
Definition KDbRecordEditBuffer.h:77
Definition KDbError.h:115
A list of records to allow configurable sorting and more.
Definition KDbTableViewData.h:46
void aboutToInsertRecord(KDbRecordData *record, KDbResultInfo *result, bool repaint)
void aboutToChangeCell(KDbRecordData *record, int colnum, QVariant *newValue, KDbResultInfo *result)
void recordInserted(KDbRecordData *, bool repaint)
A record has been inserted.
void aboutToUpdateRecord(KDbRecordData *record, KDbRecordEditBuffer *buffer, KDbResultInfo *result)
void recordInserted(KDbRecordData *, int index, bool repaint)
A record has been inserted at index position (not db-aware data only)
void aboutToDeleteRecord(KDbRecordData *record, KDbResultInfo *result, bool repaint)
void recordsDeleted(const QList< int > &recordsToDelete)
Records have been deleted.
void reloadRequested()
Displayed data needs to be reloaded in all presenters.
ConstIterator
Iterator
void append(QList< T > &&value)
const_reference at(qsizetype i) const const
iterator begin()
const_iterator constBegin() const const
const_iterator constEnd() const const
qsizetype count() const const
iterator end()
T & first()
qsizetype indexOf(const AT &value, qsizetype from) const const
bool isEmpty() const const
T & last()
void prepend(parameter_type value)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
void deleteLater()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:31 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:31 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.