PyKDE - Python Bindings for KDE
class KURLCompletion
Table of contents
Modules
kio Classes
All Classes
Module
kio
Class
KURLCompletion
Inherits
KCompletion
enums
Mode
= {ExeCompletion, FileCompletion, DirCompletion }
methods
KURLCompletion
()
returns
a KURLCompletion instance
KURLCompletion
(a0)
returns
a KURLCompletion instance
Argument
Type
Default
a0
KURLCompletion.Mode
customEvent
(e)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
e
TQCustomEvent
dir
()
returns
(TQString)
isRunning
()
returns
(bool)
makeCompletion
(text)
returns
(TQString)
Argument
Type
Default
text
TQString
mode
()
returns
(Mode)
postProcessMatch
(match)
returns
nothing
Argument
Type
Default
match
TQString
postProcessMatches
(matches)
returns
nothing
Argument
Type
Default
matches
TQStringList
postProcessMatches
(matches)
Not Implemented
replaceEnv
()
returns
(bool)
replaceHome
()
returns
(bool)
replacedPath
(text)
returns
(TQString)
Argument
Type
Default
text
TQString
replacedPath
(text, replaceHome, replaceEnv = 1)
returns
(TQString)
In versions KDE 3.2.0 and above only
static
Argument
Type
Default
text
TQString
replaceHome
bool
replaceEnv
bool
1
setDir
(dir)
returns
nothing
Argument
Type
Default
dir
TQString
setMode
(mode)
returns
nothing
Argument
Type
Default
mode
KURLCompletion.Mode
setReplaceEnv
(replace)
returns
nothing
Argument
Type
Default
replace
bool
setReplaceHome
(replace)
returns
nothing
Argument
Type
Default
replace
bool
slotEntries
(a0, a1)
returns
nothing
Argument
Type
Default
a0
KIO.Job
a1
KIO.UDSEntryList
slotIOFinished
(a0)
returns
nothing
Argument
Type
Default
a0
KIO.Job
stop
()
returns
nothing