parley
MCQueryDlg Class Reference
#include <MCQueryDlg.h>
Inheritance diagram for MCQueryDlg:

Detailed Description
Definition at line 34 of file MCQueryDlg.h.
Public Slots | |
| void | showSolution () |
| void | verifyClicked () |
Public Member Functions | |
| MCQueryDlg (KEduVocDocument *doc, QWidget *parent) | |
| ~MCQueryDlg () | |
| void | setEntry (TestEntry *entry) |
| void | setProgressCounter (int current, int total) |
Constructor & Destructor Documentation
| MCQueryDlg::MCQueryDlg | ( | KEduVocDocument * | doc, | |
| QWidget * | parent | |||
| ) |
Definition at line 42 of file MCQueryDlg.cpp.
| MCQueryDlg::~MCQueryDlg | ( | ) |
Definition at line 104 of file MCQueryDlg.cpp.
Member Function Documentation
| void MCQueryDlg::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 112 of file MCQueryDlg.cpp.
| void MCQueryDlg::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 232 of file MCQueryDlg.cpp.
| void MCQueryDlg::showSolution | ( | ) | [virtual, slot] |
Let the dialog show the solution.
Implements PracticeDialog.
Definition at line 190 of file MCQueryDlg.cpp.
| void MCQueryDlg::verifyClicked | ( | ) | [slot] |
- Todo:
- move the status bar stuff either in or out of the base class
Definition at line 206 of file MCQueryDlg.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference