LibKEduVocDocument
keduvocidentifier.cpp
Class to store meta information about a language or any other category in the vocabulary.
Definition keduvocidentifier.h:22
KEduVocArticle & article() const
Articles (a, the in English, el, la,... in Spanish)
Definition keduvocidentifier.cpp:99
void setPersonalPronouns(const KEduVocPersonalPronoun &pronouns)
Sets personal pronouns.
Definition keduvocidentifier.cpp:109
QString tense(int tenseIndex) const
Returns the name of tense number tenseIndex.
Definition keduvocidentifier.cpp:114
KEduVocPersonalPronoun & personalPronouns() const
Get the personal pronouns for this identifier.
Definition keduvocidentifier.cpp:104
void setTense(int tenseIndex, const QString &tense)
Sets the name of a tense for this language.
Definition keduvocidentifier.cpp:120
KEduVocIdentifier & operator=(const KEduVocIdentifier &other)
assignment operator
Definition keduvocidentifier.cpp:62
QString locale() const
The locale of the contents: en, de, es, ...
Definition keduvocidentifier.cpp:84
void setArticle(const KEduVocArticle &article)
Sets the articles for this identifier.
Definition keduvocidentifier.cpp:94
void append(QList< T > &&value)
qsizetype size() const const
T value(qsizetype i) const const
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.