parley
sessionmanagerfixed.cpp
Go to the documentation of this file.
void clear()
virtual void initializeTraining()
Initialize the lists of entries that will be used in the training from the full set of available entr...
Definition: sessionmanagerfixed.cpp:40
const T & at(int i) const
SessionManagerFixed(QWidget *parent)
Create a collection of entries to be practiced.
Definition: sessionmanagerfixed.cpp:30
QList< TestEntry * > m_currentEntries
The list of entries that are being asked.
Definition: sessionmanagerbase.h:167
int count(const T &value) const
void append(const T &value)
QList< TestEntry * > m_notAskedTestEntries
All entries that have not been entered into the active set.
Definition: sessionmanagerbase.h:162
QList< TestEntry * > m_allTestEntries
All entries available in the document that fulfill the requirements set in the configuration and the ...
Definition: sessionmanagerbase.h:159
static int sessionMaxNewWords()
Get The maximum number of new (untrained) words that will be used in a training session.
Definition: prefs.h:773
static int sessionMaxSize()
Get The maximum number of words that will be practiced in a training session.
Definition: prefs.h:754
Definition: testentry.h:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.