LibKEduVocDocument
keduvocwordtype.h
36 * Internally (different from the name) the class can have one of the preset word types. These are used to determine special properties (verbs have
49 * Return a child class (or this class) that is of the specified type. Returns 0 if no class of that type is found.
56 * The word type class does keep track of individual translations, because for one entry, the translations can have different word types (eg. genders of
68 QList<KEduVocExpression *> entries(EnumEntriesRecursive recursive = NotRecursive) Q_DECL_OVERRIDE;
70 KEduVocExpression *entry(int row, EnumEntriesRecursive recursive = NotRecursive) Q_DECL_OVERRIDE;
virtual QList< KEduVocExpression * > entries(EnumEntriesRecursive recursive=NotRecursive)=0
get a list of all entries in the container
KEduVocContainer(const QString &name, EnumContainerType type, KEduVocContainer *parent=nullptr)
default constructor
Definition keduvoccontainer.cpp:61
This class contains one vocabulary expression as an original with one or more translations.
Definition keduvocexpression.h:27
Definition keduvoctranslation.h:25
int entryCount(EnumEntriesRecursive recursive=NotRecursive) override
get the number of entries in the lesson
Definition keduvocwordtype.cpp:46
KEduVocWordType(const QString &name, KEduVocWordType *parent=nullptr)
default constructor
Definition keduvocwordtype.cpp:23
KEduVocTranslation * translation(int row)
The word type class does keep track of individual translations, because for one entry,...
Definition keduvocwordtype.cpp:102
KEduVocWordType * childOfType(KEduVocWordFlags flags)
Return a child class (or this class) that is of the specified type.
Definition keduvocwordtype.cpp:125
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 11:58:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 11:58:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.