KIO
Go to the documentation of this file.
19 #ifndef KURLREQUESTER_H
20 #define KURLREQUESTER_H
27 #ifndef KDE_NO_DEPRECATED
63 Q_PROPERTY(
KUrl url READ url WRITE setUrl NOTIFY textChanged USER
true )
64 Q_PROPERTY(
QString filter READ filter WRITE setFilter )
65 Q_PROPERTY(
KFile::Modes mode READ mode WRITE setMode )
66 Q_PROPERTY(
QString clickMessage READ clickMessage WRITE setClickMessage )
67 Q_PROPERTY(
QString text READ text WRITE setText)
68 Q_PROPERTY( Qt::WindowModality fileDialogModality READ fileDialogModality WRITE setFileDialogModality )
104 KUrl startDir() const;
122 void setMode(
KFile::Modes m );
128 KFile::Modes mode() const;
134 void setFilter( const
QString& filter );
190 #ifndef KDE_NO_DEPRECATED
206 void setClickMessage(
const QString& msg);
212 Qt::WindowModality fileDialogModality()
const;
219 void setFileDialogModality(Qt::WindowModality modality);
225 void setUrl(
const KUrl& url );
232 void setStartDir(
const KUrl& startDir );
242 #ifndef KDE_NO_DEPRECATED
243 KDE_DEPRECATED
void setPath(
const QString& path);
255 void setText(
const QString& text);
268 void textChanged(
const QString& );
273 void returnPressed();
279 void returnPressed(
const QString& );
298 void urlSelected(
const KUrl& );
301 virtual void changeEvent (QEvent *e);
302 bool eventFilter(
QObject *obj, QEvent *ev );
305 class KUrlRequesterPrivate;
306 KUrlRequesterPrivate*
const d;
310 Q_PRIVATE_SLOT(d,
void _k_slotUpdateUrl())
311 Q_PRIVATE_SLOT(d,
void _k_slotOpenDialog())
312 Q_PRIVATE_SLOT(d,
void _k_slotFileDialogFinished())
330 #endif // KURLREQUESTER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:40:49 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.