Namespace KCModuleLoader |
|
Loads a KControl Module. KCModuleLoader tries in several ways to locate and load a KCModule. If loading fails a zero pointer is returned. \n It is very unlikely KCModuleLoader is what you want and KCModuleProxy suits your needs.
Author Matthias Hoelzer-Kluepfel |
|
Loads a KCModule. If loading fails a zero pointer is returned.
module - what module to load report - see ErrorReporting Returns a pointer to the loaded KCModule |
|
Loads a KCModule. If loading fails a zero pointer is returned.
module - what module to load report - see ErrorReporting Returns a pointer to the loaded KCModule |
|
Returns a KCModule containing the messages report and text.
report - the type of error reporting, see ErrorReporting text - the main message details - any additional details Internal |
|
Display a message box explaining an error occurred and possible
reasons to why.
Deprecated Use a constructor with ErrorReporting set to Dialog to show a message box like this function did. |
|
Unloads the module's library
mod - What module to unload for |
no error reporting is done
None | - 0 | - | no error reporting is done | |
Inline | - 1 | - | ||
Dialog | - 2 | - | ||
Both | - 3 | - |