klettres
#include <soundfactory.h>

Public Member Functions | |
SoundFactory (KLettres *parent, const char *name) | |
~SoundFactory () | |
void | change (const QString ¤tLanguage) |
bool | loadLanguage (QDomDocument &layoutDocument, const QString ¤tLanguage) |
void | playSound (int) |
Public Attributes | |
QStringList | filesList |
KLettres * | klettres |
QDomDocument | m_layoutsDocument |
QStringList | namesList |
QList< int > | randomList |
uint | sounds |
Detailed Description
This class manages the sounds to play in KLettres, reading the data about the sounds in the sounds.xml file which is in /data.
Sounds factory class: find and play the right sound.
- Version
- 1.80
Definition at line 47 of file soundfactory.h.
Constructor & Destructor Documentation
SoundFactory::SoundFactory | ( | KLettres * | parent, |
const char * | name | ||
) |
Definition at line 36 of file soundfactory.cpp.
SoundFactory::~SoundFactory | ( | ) |
Definition at line 56 of file soundfactory.cpp.
Member Function Documentation
void SoundFactory::change | ( | const QString & | currentLanguage | ) |
Change the language when the user changes the language in the Languages menu.
Definition at line 60 of file soundfactory.cpp.
bool SoundFactory::loadLanguage | ( | QDomDocument & | layoutDocument, |
const QString & | currentLanguage | ||
) |
Load the sounds of one given language Call that when you read the language from Config and when the language changes or when the level changes.
Definition at line 106 of file soundfactory.cpp.
void SoundFactory::playSound | ( | int | mySound | ) |
Play the sound associated to int soundRef.
Definition at line 72 of file soundfactory.cpp.
Member Data Documentation
QStringList SoundFactory::filesList |
List of sound files associated with each sound name.
Definition at line 67 of file soundfactory.h.
KLettres* SoundFactory::klettres |
Call the main instance of the program.
Definition at line 57 of file soundfactory.h.
QDomDocument SoundFactory::m_layoutsDocument |
The language document.
Definition at line 75 of file soundfactory.h.
QStringList SoundFactory::namesList |
List of sound names.
Definition at line 65 of file soundfactory.h.
QList<int> SoundFactory::randomList |
The random sequence of integers.
Definition at line 77 of file soundfactory.h.
uint SoundFactory::sounds |
Number of sounds corresponding to the current language and level (alphabet or syllables)
Definition at line 63 of file soundfactory.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.