kiten/lib
historyptrlist.cpp
Go to the documentation of this file.
void next(int distance=1)
Add one to the current location, convenient for 'forward' buttons.
Definition: historyptrlist.cpp:114
QStringList toStringListPrev()
Return a list of the entries prior to the current one (not including the current entry.
Definition: historyptrlist.cpp:172
HistoryPtrList()
Construct a HistoryPtrList, this should be done early on.
Definition: historyptrlist.cpp:39
EntryList * current()
Return the item at the location given by the parameter, and set it to be the current history list ite...
Definition: historyptrlist.cpp:99
Definition: historyptrlist.h:31
void append(const T &value)
void addItem(EntryList *newItem)
Add an item to the end of the history list and set it as the current displayed item.
Definition: historyptrlist.cpp:55
const QString toString() const
This returns a QString that represents the query.
Definition: dictquery.cpp:279
void prev(int distance=1)
Sub one from the current location, the counterpart to next()
Definition: historyptrlist.cpp:126
EntryList is a simple container for Entry objects, and is-a QList A few simple overrides allo...
Definition: entrylist.h:38
QStringList toStringListNext()
Return a summary list that only includes those after the current.
Definition: historyptrlist.cpp:159
DictQuery getQuery() const
Get the query that generated this list, note that if you have appended EntryLists from two different ...
Definition: entrylist.cpp:323
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.