241. Slides

241.1. Authors

  • Stefan Hundhammer <sh@suse.de>

  • Stanislav Visnovsky <visnov@suse.cz>

241.2. Summary of Module Globals

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

    241.3. Global Functions

    241.3.1. CheckBasePath

    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

    241.3.2. HaveSlideSupport

    Check if showing slides is supported.

    Return value

    • boolean - if the current UI is capable of showing slides

    241.3.3. HaveSlides

    Check if slides are available.

    Return value

    • boolean - if the loaded list of slides contains any slides

    241.3.4. LoadSlideFile

    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

    241.3.5. LoadSlides

    Load slides for the given language and store them in the internal variables.

    Function parameters

    • string language

    Return value

    • void

    241.3.6. SetSlideDir

    Set the slide show directory

    Function parameters

    • string dir

    Return value

    • void

    241.4. Global Variables

    241.5. Module Requirements

    241.5.1. Module Imports

    • FileUtils
    • Installation

    241.5.2. Module Includes