PyKDE - Python Bindings for KDE
class TDECModuleLoader
Table of contents
Modules
tdeutils Classes
All Classes
Module
tdeutils
Class
TDECModuleLoader
Inherits
enums
ErrorReporting
= {None, Inline, Dialog, Both }
methods
loadModule
(module, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
returns
(TDECModule)
In versions KDE 3.3.0 and above only
static
Argument
Type
Default
module
TDECModuleInfo
withFallback
bool
1
parent
TQWidget
0
name
char
0
args
TQStringList
TQStringList ()
loadModule
(module, parent = 0, name = 0, args = TQStringList ())
returns
(TDECModule)
In versions KDE 3.3.0 and above only
static
Argument
Type
Default
module
TQString
parent
TQWidget
0
name
char
0
args
TQStringList
TQStringList ()
loadModule
(module, report, withFallback = 1, parent = 0, name = 0, args = TQStringList ())
returns
(TDECModule)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
module
TDECModuleInfo
report
TDECModuleLoader.ErrorReporting
withFallback
bool
1
parent
TQWidget
0
name
char
0
args
TQStringList
TQStringList ()
loadModule
(module, report, parent = 0, name = 0, args = TQStringList ())
returns
(TDECModule)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
module
TQString
report
TDECModuleLoader.ErrorReporting
parent
TQWidget
0
name
char
0
args
TQStringList
TQStringList ()
reportError
(report, text, details, parent)
returns
(TDECModule)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
report
TDECModuleLoader.ErrorReporting
text
TQString
details
TQString
parent
TQWidget
showLastLoaderError
(parent)
returns
nothing
In versions KDE 3.3.0 and above only
static
Argument
Type
Default
parent
TQWidget
testModule
(module)
returns
(bool)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
module
TQString
testModule
(module)
returns
(bool)
In versions KDE 3.4.0 and above only
static
Argument
Type
Default
module
TDECModuleInfo
unloadModule
(mod)
returns
nothing
In versions KDE 3.3.0 and above only
static
Argument
Type
Default
mod
TDECModuleInfo