parley
WrittenPracticeDialog Class Reference
#include <writtenpracticedialog.h>

Public Slots | |
| void | showMoreClicked () |
| void | showSolution () |
| void | slotAnswerChanged (const QString &) |
| void | slotRemClicked (bool show) |
| void | slotTypeClicked (bool show) |
| void | verifyClicked () |
Public Member Functions | |
| WrittenPracticeDialog (KEduVocDocument *doc, QWidget *parent) | |
| ~WrittenPracticeDialog () | |
| void | setEntry (TestEntry *entry) |
| void | setProgressCounter (int current, int total) |
Detailed Description
Definition at line 40 of file writtenpracticedialog.h.
Constructor & Destructor Documentation
| WrittenPracticeDialog::WrittenPracticeDialog | ( | KEduVocDocument * | doc, | |
| QWidget * | parent | |||
| ) |
Definition at line 47 of file writtenpracticedialog.cpp.
| WrittenPracticeDialog::~WrittenPracticeDialog | ( | ) |
Definition at line 100 of file writtenpracticedialog.cpp.
Member Function Documentation
| void WrittenPracticeDialog::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 108 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::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 367 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::showMoreClicked | ( | ) | [slot] |
Definition at line 238 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::showSolution | ( | ) | [virtual, slot] |
Let the dialog show the solution.
Implements PracticeDialog.
Definition at line 276 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::slotAnswerChanged | ( | const QString & | ) | [slot] |
Definition at line 286 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::slotRemClicked | ( | bool | show | ) | [slot] |
Definition at line 321 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::slotTypeClicked | ( | bool | show | ) | [slot] |
Definition at line 330 of file writtenpracticedialog.cpp.
| void WrittenPracticeDialog::verifyClicked | ( | ) | [slot] |
Definition at line 159 of file writtenpracticedialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference