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;
class to store information about a container - that can be a lesson or word types
Definition keduvoccontainer.h:22
virtual QList< KEduVocExpression * > entries(EnumEntriesRecursive recursive=NotRecursive)=0
get a list of all entries in the container
This class contains one vocabulary expression as an original with one or more translations.
Definition keduvocexpression.h:27
Definition keduvoctranslation.h:25
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.