private Q_SLOTS:
void slotCompleted(const KUrl& url);
- void slotCanceled(const KUrl& url);
void slotMessage(const QString& msg);
void slotErrorMessage(const QString& msg);
/**
*/
void slotOpenTerminal();
+ /**
+ * Open KFind with the current path.
+ */
+ void slotFindFile();
+
/**
* Updates the 'Create New...' sub menu, just before it's shown.
*/
QActionGroup* actionGroup);
void openSelectionDialog(const QString& title, const QString& text,
- QItemSelectionModel::SelectionFlags command);
-
- QItemSelection childrenMatchingPattern(const QModelIndex& parent, const QRegExp& patternRegExp);
+ bool selectItems);
private:
DolphinView* m_view;
DolphinViewActionHandler* m_actionHandler;
DolphinRemoteEncoding* m_remoteEncoding;
- KDirLister* m_dirLister;
- DolphinModel* m_dolphinModel;
- DolphinSortFilterProxyModel* m_proxyModel;
DolphinPartBrowserExtension* m_extension;
KNewFileMenu* m_newFileMenu;
QString m_nameFilter;