KTutorial
0.5.1
|
Manager for scripted tutorials. More...
#include <ScriptManager.h>
Public Member Functions | |
ScriptManager () | |
Creates a new ScriptManager. | |
virtual | ~ScriptManager () |
Destroys this ScriptManager. | |
void | loadTutorials (TutorialManager *tutorialManager) |
Loads all the valid scripted tutorials from the application standard directories. |
Manager for scripted tutorials.
The ScriptManager task is loading ScriptedTutorials from their script. The scripts containing tutorials are stored in "tutorials" subdirectory of each application standard directories. The ScriptManager can load all the valid tutorials for the current KApplication in a TutorialManager using loadTutorials(TutorialManager*).
Definition at line 42 of file ScriptManager.h.
void ktutorial::scripting::ScriptManager::loadTutorials | ( | TutorialManager * | tutorialManager | ) |
Loads all the valid scripted tutorials from the application standard directories.
tutorialManager | The TutorialManager to load the tutorials into. |
Definition at line 45 of file ScriptManager.cpp.
Referenced by ktutorial::KTutorial::setup().