KTextAddons
8#include "textedittexttospeech_private_export.h"
11namespace TextEditTextToSpeech
13namespace TextToSpeechUtil
15struct TextToSpeechSettings {
24[[nodiscard]] TEXTEDITTEXTTOSPEECH_TESTS_EXPORT QString textToSpeechConfigFileName();
25[[nodiscard]] TEXTEDITTEXTTOSPEECH_TESTS_EXPORT QString textToSpeechConfigGroupName();
26[[nodiscard]] TEXTEDITTEXTTOSPEECH_TESTS_EXPORT TextToSpeechSettings loadSettings();
27TEXTEDITTEXTTOSPEECH_TESTS_EXPORT
void writeConfig(
const TextEditTextToSpeech::TextToSpeechUtil::TextToSpeechSettings &settings);
30TEXTEDITTEXTTOSPEECH_TESTS_EXPORT
QDebug operator<<(
QDebug d,
const TextEditTextToSpeech::TextToSpeechUtil::TextToSpeechSettings &t);
31Q_DECLARE_METATYPE(TextEditTextToSpeech::TextToSpeechUtil::TextToSpeechSettings)
32Q_DECLARE_TYPEINFO(TextEditTextToSpeech::TextToSpeechUtil::TextToSpeechSettings, Q_MOVABLE_TYPE);
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.