ScriptLoader Class Reference
#include <scriptloader.h>
Inheritance diagram for ScriptLoader:

Detailed Description
Script loader.
Definition at line 29 of file scriptloader.h.
Public Slots | |
void | runAction () |
void | stopAction () |
Signals | |
virtual void | errors (QString messages) |
virtual void | output (QString messages) |
virtual void | done (int errorCode) |
Public Member Functions | |
ScriptLoader (KMainWindow *parent=0) | |
~ScriptLoader () | |
KSelectAction * | getScripts () |
Constructor & Destructor Documentation
ScriptLoader::ScriptLoader | ( | KMainWindow * | parent = 0 |
) |
Member Function Documentation
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.
void ScriptLoader::runAction | ( | ) | [slot] |
void ScriptLoader::stopAction | ( | ) | [slot] |
The documentation for this class was generated from the following files: