• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdeedu
  • Sitemap
  • Contact Us
 

parley

AdjQueryDlg.h

Go to the documentation of this file.
00001 /***************************************************************************
00002 
00003                    query dialog for adjectives
00004 
00005     -----------------------------------------------------------------------
00006 
00007     begin          : Sat Dec 4 15:09:18 1999
00008 
00009     copyright      : (C) 1999-2001 Ewald Arnold <kvoctrain@ewald-arnold.de>
00010                      (C) 2005, 2007 Peter Hedlund <peter.hedlund@kdemail.net>
00011 
00012     -----------------------------------------------------------------------
00013 
00014  ***************************************************************************
00015 
00016  ***************************************************************************
00017  *                                                                         *
00018  *   This program is free software; you can redistribute it and/or modify  *
00019  *   it under the terms of the GNU General Public License as published by  *
00020  *   the Free Software Foundation; either version 2 of the License, or     *
00021  *   (at your option) any later version.                                   *
00022  *                                                                         *
00023  ***************************************************************************/
00024 
00025 #ifndef AdjQueryDlg_included
00026 #define AdjQueryDlg_included
00027 
00028 #include "ui_AdjQueryDlgForm.h"
00029 #include "practicedialog.h"
00030 
00031 class AdjQueryDlg : public PracticeDialog
00032 {
00033     Q_OBJECT
00034 
00035 public:
00036     AdjQueryDlg(KEduVocDocument *doc, QWidget *parent);
00037 
00038     ~AdjQueryDlg();
00039 
00040     void setEntry(TestEntry* entry);
00041     void setProgressCounter(int current, int total);
00042 
00043 private:
00044     void resetAllFields();
00045 
00046     void setStatusText(const QString &statusText) { mw->status->setText(statusText); }
00047     QProgressBar* timebar() { return mw->timebar; }
00048 
00049 private slots:
00050     void lev1Changed(const QString&);
00051     void lev2Changed(const QString&);
00052     void lev3Changed(const QString&);
00053     void showSolution();
00054     void verifyClicked();
00055 
00056 private:
00057     Ui::AdjQueryDlgForm * mw;
00058 };
00059 #endif // AdjQueryDlg_included

parley

Skip menu "parley"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdeedu

Skip menu "kdeedu"
  • kalzium
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  •   docs
  •   src
  • parley
  •   stepcore
Generated for kdeedu by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal