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

keduca

keducaprefs.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           keducaprefs.h  -  description
00003                              -------------------
00004     begin                : Sat Jun 2 2001
00005     copyright            : (C) 2001 by Javier Campos
00006     email                : javi@asyris.org
00007 ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef KEDUCAPREFS_H
00019 #define KEDUCAPREFS_H
00020 
00021 #include <kdialogbase.h>
00022 
00023 #include <qradiobutton.h>
00024 #include <qcheckbox.h>
00025 
00030 class KEducaPrefs : public KDialogBase  {
00031     Q_OBJECT
00032 
00033 public:
00034     KEducaPrefs(QWidget *parent=0, const char *name=0, bool modal=true);
00035     ~KEducaPrefs();
00036 
00037 private:
00038 
00039     // Private methods
00040 
00042     void setPageGeneral();
00044     void configWrite();
00046     void configRead();
00047 
00048     // Private attributes
00049 
00051     QRadioButton *_resultAfterNext;
00053     QRadioButton *_resultAfterFinish;
00054     QCheckBox *_randomQuestions;
00055     QCheckBox *_randomAnswers;
00056 
00057 private slots:
00059     void slotOk();
00060 };
00061 
00062 #endif

keduca

Skip menu "keduca"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

API Reference

Skip menu "API Reference"
  • keduca
  • kstars
Generated for API Reference by doxygen 1.5.9
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