Go to the documentation of this file.
30 #ifdef Q_OS_LINUX // supported only under linux (no MAC OS, Windoze at the moment)
44 #ifdef Q_OS_LINUX // supported only under linux (no MAC OS, Windoze at the moment)
54 #ifdef Q_OS_LINUX // currently supported only under linux (no MAC OS at the moment)
78 #ifdef Q_OS_LINUX // supported only under linux (no MAC OS, Windoze at the moment)
102 #ifdef Q_OS_LINUX // supported only under linux (no MAC OS, Windoze at the moment)
127 #ifdef Q_OS_LINUX // joystick support only under linux (no MAC OS, Windoze at the moment)
137 #ifdef Q_OS_LINUX // joystick support only under linux (no MAC OS, Windoze at the moment)
147 #ifdef Q_OS_LINUX // supported only under linux (no MAC OS, Windoze at the moment)
149 voice_spec->
gender=gender;
150 voice_spec->
age = age;
167 start =
string.indexOf(
"<");
171 string.remove(start,
string.indexOf(
">")+1 - start);
173 }
while (
string.contains(
">"));