parley
MixedLetterPracticeDialog Class Reference
#include <mixedletterpracticedialog.h>

Public Slots | |
| void | showSolution () |
| void | slotAnswerChanged () |
| void | verifyClicked () |
Public Member Functions | |
| MixedLetterPracticeDialog (KEduVocDocument *doc, QWidget *parent) | |
| ~MixedLetterPracticeDialog () | |
| void | setEntry (TestEntry *entry) |
| void | setProgressCounter (int current, int total) |
Detailed Description
Definition at line 20 of file mixedletterpracticedialog.h.
Constructor & Destructor Documentation
| MixedLetterPracticeDialog::MixedLetterPracticeDialog | ( | KEduVocDocument * | doc, | |
| QWidget * | parent | |||
| ) |
Definition at line 27 of file mixedletterpracticedialog.cpp.
| MixedLetterPracticeDialog::~MixedLetterPracticeDialog | ( | ) |
Definition at line 54 of file mixedletterpracticedialog.cpp.
Member Function Documentation
| void MixedLetterPracticeDialog::setEntry | ( | TestEntry * | entry | ) | [virtual] |
Set an entry to be tested.
Each dialog should reimplement this. You must call this to get the timer started!
- Parameters:
-
entry
Implements PracticeDialog.
Definition at line 61 of file mixedletterpracticedialog.cpp.
| void MixedLetterPracticeDialog::setProgressCounter | ( | int | current, | |
| int | total | |||
| ) | [virtual] |
Informs the dialog of the number of entries to be tested.
- Parameters:
-
current number of answered entries total number of entries in the test
Implements PracticeDialog.
Definition at line 149 of file mixedletterpracticedialog.cpp.
| void MixedLetterPracticeDialog::showSolution | ( | ) | [virtual, slot] |
Let the dialog show the solution.
Implements PracticeDialog.
Definition at line 128 of file mixedletterpracticedialog.cpp.
| void MixedLetterPracticeDialog::slotAnswerChanged | ( | ) | [slot] |
Definition at line 107 of file mixedletterpracticedialog.cpp.
| void MixedLetterPracticeDialog::verifyClicked | ( | ) | [slot] |
Definition at line 137 of file mixedletterpracticedialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference