diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f756de05e..a2fe9f62a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -386,6 +386,12 @@ signals: void itemActivated(const KFileItem& item); /** + * Is emitted when multiple items have been activated by e. g. + * context menu open with. + */ + void itemsActivated(const KFileItemList& items); + + /** * Is emitted if items have been added or deleted. */ void itemCountChanged(); @@ -484,6 +490,12 @@ signals: void directoryLoadingCompleted(); /** + * Is emitted after the directory loading triggered by DolphinView::setUrl() + * has been canceled. + */ + void directoryLoadingCanceled(); + + /** * Is emitted after DolphinView::setUrl() has been invoked and provides * the information how much percent of the current directory have been loaded. */ |
