parley
TestEntryManager Class Reference
#include <testentrymanager.h>
Public Member Functions | |
| TestEntryManager (KEduVocDocument *doc, QWidget *parent) | |
| ~TestEntryManager () | |
| int | activeEntryCount () |
| void | currentEntryFinished () |
| TestEntry * | getNextEntry () |
| void | printStatistics () |
| int | statisticTotalCorrectFirstAttempt () |
| int | statisticTotalSkipKnown () |
| int | statisticTotalSkipUnknown () |
| int | statisticTotalUnanswered () |
| int | statisticTotalWrong () |
| int | totalEntryCount () |
Detailed Description
Definition at line 39 of file testentrymanager.h.
Constructor & Destructor Documentation
| TestEntryManager::TestEntryManager | ( | KEduVocDocument * | doc, | |
| QWidget * | parent | |||
| ) | [explicit] |
Create a collection of entries to be practiced.
- Parameters:
-
doc
Definition at line 44 of file testentrymanager.cpp.
| TestEntryManager::~TestEntryManager | ( | ) |
Default ctor.
Definition at line 82 of file testentrymanager.cpp.
Member Function Documentation
| int TestEntryManager::activeEntryCount | ( | ) |
The number of entries that are still to be practiced.
- Returns:
Definition at line 124 of file testentrymanager.cpp.
| void TestEntryManager::currentEntryFinished | ( | ) |
Definition at line 101 of file testentrymanager.cpp.
| TestEntry * TestEntryManager::getNextEntry | ( | ) |
Get the next entry to show to the user.
- Returns:
- TestEntry* the entry
Definition at line 185 of file testentrymanager.cpp.
| void TestEntryManager::printStatistics | ( | ) |
Puts some grades on the shell.
Definition at line 106 of file testentrymanager.cpp.
| int TestEntryManager::statisticTotalCorrectFirstAttempt | ( | ) |
Definition at line 129 of file testentrymanager.cpp.
| int TestEntryManager::statisticTotalSkipKnown | ( | ) |
Definition at line 162 of file testentrymanager.cpp.
| int TestEntryManager::statisticTotalSkipUnknown | ( | ) |
Definition at line 173 of file testentrymanager.cpp.
| int TestEntryManager::statisticTotalUnanswered | ( | ) |
Definition at line 151 of file testentrymanager.cpp.
| int TestEntryManager::statisticTotalWrong | ( | ) |
Definition at line 140 of file testentrymanager.cpp.
| int TestEntryManager::totalEntryCount | ( | ) |
The number of entries in the practice.
- Returns:
Definition at line 119 of file testentrymanager.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference