KFile
Go to the documentation of this file.
21 #ifndef KDIRSELECTDIALOG_H
22 #define KDIRSELECTDIALOG_H
29 class QAbstractItemView;
49 bool localOnly =
false,
68 QAbstractItemView* view()
const;
73 bool localOnly()
const;
90 static KUrl selectDirectory(
const KUrl& startDir =
KUrl(),
91 bool localOnly =
false,
QWidget *parent = 0L,
97 KUrl startDir()
const;
103 void setCurrentUrl(
const KUrl& url );
106 virtual void accept();
111 virtual void hideEvent( QHideEvent *event );
117 Q_PRIVATE_SLOT( d,
void slotCurrentChanged() )
118 Q_PRIVATE_SLOT( d,
void slotExpand(
const QModelIndex&) )
119 Q_PRIVATE_SLOT( d,
void slotUrlActivated(
const QString&) )
120 Q_PRIVATE_SLOT( d,
void slotComboTextChanged(
const QString&) )
121 Q_PRIVATE_SLOT( d,
void slotContextMenuRequested(
const QPoint&) )
122 Q_PRIVATE_SLOT( d,
void slotNewFolder() )
123 Q_PRIVATE_SLOT( d,
void slotMoveToTrash() )
124 Q_PRIVATE_SLOT( d,
void slotDelete() )
125 Q_PRIVATE_SLOT( d,
void slotProperties() )
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:57:49 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.