KTutorial  0.5.1
Public Member Functions
ktutorial::scripting::ScriptManager Class Reference

Manager for scripted tutorials. More...

#include <ScriptManager.h>

List of all members.

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.

Detailed Description

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*).

See also:
KStandardDirs

Definition at line 42 of file ScriptManager.h.


Member Function Documentation

Loads all the valid scripted tutorials from the application standard directories.

Parameters:
tutorialManagerThe TutorialManager to load the tutorials into.

Definition at line 45 of file ScriptManager.cpp.

Referenced by ktutorial::KTutorial::setup().


The documentation for this class was generated from the following files: