interfaces
ScriptLoader Class Reference
Script loader. More...
#include <scriptloader.h>
Inheritance diagram for ScriptLoader:

Public Slots | |
| void | runAction () |
| void | stopAction () |
Signals | |
| virtual void | done (int errorCode) |
| virtual void | errors (QString messages) |
| virtual void | output (QString messages) |
Public Member Functions | |
| KSelectAction * | getScripts () |
| ScriptLoader (KMainWindow *parent=0) | |
| ~ScriptLoader () | |
Detailed Description
Script loader.Definition at line 29 of file scriptloader.h.
Constructor & Destructor Documentation
| ScriptLoader::ScriptLoader | ( | KMainWindow * | parent = 0 |
) |
| ScriptLoader::~ScriptLoader | ( | ) |
Definition at line 48 of file scriptloader.cpp.
Member Function Documentation
| virtual void ScriptLoader::done | ( | int | errorCode | ) | [virtual, signal] |
| virtual void ScriptLoader::errors | ( | QString | messages | ) | [virtual, signal] |
| KSelectAction * ScriptLoader::getScripts | ( | ) |
Return the a KSelectAction with all of the scripts.
- Returns:
- KSelectAction containing access to all of the scripts
Definition at line 54 of file scriptloader.cpp.
| virtual void ScriptLoader::output | ( | QString | messages | ) | [virtual, signal] |
| void ScriptLoader::runAction | ( | ) | [slot] |
| void ScriptLoader::stopAction | ( | ) | [slot] |
The documentation for this class was generated from the following files:
KDE 3.5 API Reference