KIO
Go to the documentation of this file.
23 #ifndef KURLCOMPLETION_H
24 #define KURLCOMPLETION_H
28 #include <QtCore/QString>
32 class KUrlCompletionPrivate;
53 enum Mode { ExeCompletion = 1, FileCompletion, DirCompletion };
101 virtual bool isRunning()
const;
112 virtual Mode mode()
const;
118 virtual void setMode(
Mode mode);
126 virtual bool replaceEnv()
const;
133 virtual void setReplaceEnv(
bool replace);
141 virtual bool replaceHome()
const;
149 virtual void setReplaceHome(
bool replace);
166 bool replaceHome,
bool replaceEnv =
true);
174 virtual void customEvent(QEvent* e);
177 KUrlCompletionPrivate*
const d;
180 Q_PRIVATE_SLOT(d,
void _k_slotIOFinished (
KJob*))
183 #endif // KURLCOMPLETION_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Sep 23 2014 09:58:52 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.