List of Global Functions
CheckBasePath - Check, if the base path set up for slides is valid (it exists and contains slides)
HaveSlideSupport - Check if showing slides is supported.
HaveSlides - Check if slides are available.
LoadSlideFile - Load one slide from files complete with image and textual description. Also adapt img links
LoadSlides - Load slides for the given language and store them in the internal variables.
SetSlideDir - Set the slide show directory
List of Global Variables
Check, if the base path set up for slides is valid (it exists and contains slides)
Return value
boolean - true, if it is possible to load the slides
Check if showing slides is supported.
Return value
boolean - if the current UI is capable of showing slides
Check if slides are available.
Return value
boolean - if the loaded list of slides contains any slides
Load one slide from files complete with image and textual description. Also adapt img links
Function parameters
string slide_name
Return value
string - true if OK, false if error
Load slides for the given language and store them in the internal variables.
Function parameters
string language
Return value
void