LibKEduVocDocument
keduvocleitnerbox.cpp
50 // add to expression - if not already there because another translation of the same word is there.
class to store information about a container - that can be a lesson or word types
Definition keduvoccontainer.h:22
void invalidateChildLessonEntries()
Set the child entry cache to invalid.
Definition keduvoccontainer.cpp:257
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 box
Definition keduvocleitnerbox.cpp:36
int entryCount(EnumEntriesRecursive recursive=NotRecursive) override
get the number of entries in the lesson
Definition keduvocleitnerbox.cpp:42
KEduVocTranslation * translation(int row)
The leitner box class keeps track of individual translations, because for one entry,...
Definition keduvocleitnerbox.cpp:93
KEduVocLeitnerBox(const QString &name, KEduVocLeitnerBox *parent=nullptr)
default constructor
Definition keduvocleitnerbox.cpp:20
Definition keduvoctranslation.h:25
void setLeitnerBox(KEduVocLeitnerBox *leitnerBox)
Sets the leitner box of this translation.
Definition keduvoctranslation.cpp:364
KEduVocLeitnerBox * leitnerBox() const
Returns the leitner box of this translation.
Definition keduvoctranslation.cpp:359
void append(QList< T > &&value)
qsizetype count() const const
qsizetype indexOf(const AT &value, qsizetype from) const const
void removeAt(qsizetype i)
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.