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

parley

comparisonwidget.h

Go to the documentation of this file.
00001 /***************************************************************************
00002 
00003               dialog page for multiple choice suggestions
00004 
00005     -----------------------------------------------------------------------
00006 
00007     begin         : Mon Oct 29 18:09:29 1999
00008 
00009     copyright     : (C) 1999-2001 Ewald Arnold <kvoctrain@ewald-arnold.de>
00010                     (C) 2005-2006 Peter Hedlund <peter.hedlund@kdemail.net>
00011                     (C) 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net>
00012 
00013     -----------------------------------------------------------------------
00014 
00015  ***************************************************************************/
00016 
00017 /***************************************************************************
00018  *                                                                         *
00019  *   This program is free software; you can redistribute it and/or modify  *
00020  *   it under the terms of the GNU General Public License as published by  *
00021  *   the Free Software Foundation; either version 2 of the License, or     *
00022  *   (at your option) any later version.                                   *
00023  *                                                                         *
00024  ***************************************************************************/
00025 
00026 #ifndef COMPARISONWIDGET_H
00027 #define COMPARISONWIDGET_H
00028 
00029 #include "ui_comparisonwidget.h"
00030 
00031 
00032 class KEduVocExpression;
00033 class KEduVocTranslation;
00034 class KEduVocDocument;
00035 
00036 class ComparisonWidget : public QWidget, public Ui::comparisonWidget
00037 {
00038     Q_OBJECT
00039 
00040 public:
00041     ComparisonWidget(QWidget *parent = 0);
00042 
00043 public slots:
00048     void setDocument(KEduVocDocument* doc);
00054     void setTranslation(KEduVocExpression* entry, int translation);
00055 
00056 private slots:
00057     void slotMakeAdjectiveButton();
00058     void slotMakeAdverbButton();
00059 
00060     void slotComparativeChanged();
00061     void slotSuperlativeChanged();
00062 
00063 private:
00064     KEduVocTranslation* m_translation;
00065     KEduVocDocument* m_doc;
00066 };
00067 
00068 #endif

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