![]() |
Stellarium
HEAD
|
Display a list of results matching the search string, and allow to tab through those selections. More...
#include <SearchDialog.hpp>
Public Slots | |
| void | selectNext () |
| void | selectPrevious () |
| void | selectFirst () |
Public Member Functions | |
| CompletionListModel (QObject *parent=Q_NULLPTR) | |
| CompletionListModel (const QStringList &strings, QObject *parent=Q_NULLPTR) | |
| QString | getSelected (void) const |
| void | setValues (const QStringList &, const QStringList &) |
| void | setValuesWithModules (const QStringList &, const QStringList &, const QMap< QString, QString > &) |
| bool | isEmpty () const |
| void | appendValues (const QStringList &) |
| void | appendValuesWithModules (const QStringList &, const QMap< QString, QString > &) |
| void | appendRecentValues (const QStringList &) |
| void | clearValues () |
| void | setObjectMgr (class StelObjectMgr *mgr) |
| QStringList | getValues (void) |
| QStringList | getRecentValues (void) |
| int | getSelectedIdx () |
| QVariant | data (const QModelIndex &index, int role) const override |
Display a list of results matching the search string, and allow to tab through those selections.