18#ifndef HISTORYMANAGER_H
19#define HISTORYMANAGER_H
46 void restoreState(
const QByteArray &
state);
47 QByteArray saveState();
50 void search(
const QString &searchText);
53 void urlActivated(
const QUrl &url);
54 void urlCtrlActivated(
const QUrl &url);
55 void urlShiftActivated(
const QUrl &url);
57 void openUrl(
const QUrl &url = QUrl());
58 void openUrlInNewTab(
const QUrl &url = QUrl());
59 void openUrlInNewWindow(
const QUrl &url = QUrl());
60 void openUrlInNewPrivateWindow(
const QUrl &url = QUrl());
62 void createContextMenu(
const QPoint &pos);
69 void keyPressEvent(QKeyEvent *event)
override;
73 Ui::HistoryManager* ui;
74 QPointer<BrowserWindow> m_window;