LibKEduVocDocument
keduvocdeclension.cpp
A declension contains all forms that a NOUN possibly can have.
Definition keduvocdeclension.h:21
void setDeclension(const KEduVocText &declension, KEduVocWordFlags flags)
Set a declension.
Definition keduvocdeclension.cpp:47
KEduVocText & declension(KEduVocWordFlags flags)
The grammatical number, there is singular and plural for english, some languages have dual for exactl...
Definition keduvocdeclension.cpp:42
KEduVocDeclension & operator=(const KEduVocDeclension &other)
equality operator
Definition keduvocdeclension.cpp:31
static KEduVocDeclension * fromKVTML2(QDomElement &parent)
Reads a declension from xml, returns 0 if it is empty.
Definition keduvocdeclension.cpp:109
void toKVTML2(QDomElement &parent)
Create xml for this declension.
Definition keduvocdeclension.cpp:57
QDomElement createElement(const QString &tagName)
QDomNode appendChild(const QDomNode &newChild)
QDomElement firstChildElement(const QString &tagName, const QString &namespaceURI) const const
bool hasChildNodes() const const
bool isNull() const const
QDomDocument ownerDocument() 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.