Changeset View
Changeset View
Standalone View
Standalone View
src/dolphinmainwindow.h
| Show First 20 Lines • Show All 148 Lines • ▼ Show 20 Line(s) | 144 | protected: | |||
|---|---|---|---|---|---|
| 149 | void closeEvent(QCloseEvent* event) override; | 149 | void closeEvent(QCloseEvent* event) override; | ||
| 150 | 150 | | |||
| 151 | /** @see KMainWindow::saveProperties() */ | 151 | /** @see KMainWindow::saveProperties() */ | ||
| 152 | void saveProperties(KConfigGroup& group) override; | 152 | void saveProperties(KConfigGroup& group) override; | ||
| 153 | 153 | | |||
| 154 | /** @see KMainWindow::readProperties() */ | 154 | /** @see KMainWindow::readProperties() */ | ||
| 155 | void readProperties(const KConfigGroup& group) override; | 155 | void readProperties(const KConfigGroup& group) override; | ||
| 156 | 156 | | |||
| 157 | void keyPressEvent(QKeyEvent* event) override; | ||||
| 158 | | ||||
| 157 | private slots: | 159 | private slots: | ||
| 158 | /** | 160 | /** | ||
| 159 | * Refreshes the views of the main window by recreating them according to | 161 | * Refreshes the views of the main window by recreating them according to | ||
| 160 | * the given Dolphin settings. | 162 | * the given Dolphin settings. | ||
| 161 | */ | 163 | */ | ||
| 162 | void refreshViews(); | 164 | void refreshViews(); | ||
| 163 | 165 | | |||
| 164 | void clearStatusBar(); | 166 | void clearStatusBar(); | ||
| ▲ Show 20 Lines • Show All 369 Lines • Show Last 20 Lines | |||||