18#ifndef LOCATIONCOMPLETER_H
19#define LOCATIONCOMPLETER_H
44 bool isVisible()
const;
48 void complete(
const QString &
string);
49 void showMostVisited();
60 void refreshJobFinished();
61 void slotPopupClosed();
62 void addSuggestions(
const QStringList &suggestions);
64 void currentChanged(
const QModelIndex &index);
65 void indexActivated(
const QModelIndex &index);
66 void indexCtrlActivated(
const QModelIndex &index);
67 void indexShiftActivated(
const QModelIndex &index);
68 void indexDeleteRequested(
const QModelIndex &index);
71 LoadRequest createLoadRequest(
const QModelIndex &index);
74 void openSearchEnginesDialog();
77 void adjustPopupSize();
81 qint64 m_lastRefreshTimestamp;
83 bool m_ignoreCurrentChanged =
false;
85 QStringList m_oldSuggestions;
86 QString m_suggestionsTerm;
void showCompletion(const QString &completion, bool completeDomain)
void loadRequested(const LoadRequest &request)
void showDomainCompletion(const QString &completion)
A class representing a single search engine described in OpenSearch format.