22 #ifndef EMI_REGISTRY_H 23 #define EMI_REGISTRY_H 25 #include "common/str.h" 26 #include "common/hashmap.h" 27 #include "common/hash-str.h" 40 uint convertVolumeToMixer(uint volume)
const;
41 uint convertVolumeFromMixer(uint volume)
const;
42 uint convertTalkSpeedToGUI(uint talkspeed)
const;
43 uint convertTalkSpeedFromGUI(uint talkspeed)
const;
44 bool convertSubtitlesToGUI(uint speechmode)
const;
45 bool convertSpeechMuteToGUI(uint speechmode)
const;
46 uint convertSpeechModeFromGUI(
bool subtitles,
bool speechMute)
const;
55 static const char *_boolValues[];
56 static const char *_translTable[][2];
Definition: emi_registry.h:31