LibKEduVocDocument
keduvoccsvwriter.cpp
35 outputStream << i18nc("@item:intable the title of the document will be written here", "Title:") << separator << m_doc->title() << "\n";
36 outputStream << i18nc("@item:intable the author will be written here", "Author:") << separator << m_doc->author() << "\n";
The primary entry point to the hierarchy of objects describing vocabularies.
Definition keduvocdocument.h:32
QString csvDelimiter() const
Returns the delimiter (separator) used for csv import and export.
Definition keduvocdocument.cpp:798
This class contains one vocabulary expression as an original with one or more translations.
Definition keduvocexpression.h:27
KEduVocTranslation * translation(int index)
Get a pointer to the translation.
Definition keduvocexpression.cpp:165
QList< KEduVocExpression * > entries(EnumEntriesRecursive recursive=NotRecursive) override
get a list of all entries in the lesson
Definition keduvoclesson.cpp:47
QString i18nc(const char *context, const char *text, const TYPE &arg...)
T value(qsizetype i) const const
bool isEmpty() const const
void setDevice(QIODevice *device)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.