ScriptLoader Class Reference
#include <scriptloader.h>
Inherits TQObject.
Public Slots | |
void | runAction () |
void | stopAction () |
Signals | |
virtual void | errors (TQString messages) |
virtual void | output (TQString messages) |
virtual void | done (int errorCode) |
Public Member Functions | |
ScriptLoader (TDEMainWindow *parent=0) | |
TDESelectAction * | getScripts () |
Detailed Description
Script loader.
Definition at line 29 of file scriptloader.h.
Constructor & Destructor Documentation
◆ ScriptLoader()
ScriptLoader::ScriptLoader | ( | TDEMainWindow * | parent = 0 | ) |
Default Constructor.
Definition at line 36 of file scriptloader.cpp.
Member Function Documentation
◆ getScripts()
TDESelectAction * ScriptLoader::getScripts | ( | ) |
Return the a TDESelectAction with all of the scripts.
- Returns
- TDESelectAction containing access to all of the scripts
Definition at line 54 of file scriptloader.cpp.
◆ runAction
|
slot |
Run the current action.
Definition at line 93 of file scriptloader.cpp.
◆ stopAction
|
slot |
Stop the currently running scripts operations.
Definition at line 99 of file scriptloader.cpp.
The documentation for this class was generated from the following files: