LibKEduVocDocument
keduvocleitnerbox.h
21 * Classically flash cards are kept in boxes and moved corresponding to the users knowledge level.
33 * The leitner box class keeps track of individual translations, because for one entry, the translations can have different grades.
43 QList<KEduVocExpression *> entries(EnumEntriesRecursive recursive = NotRecursive) Q_DECL_OVERRIDE;
45 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
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.