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

parley

editlanguagedialogpage.h

Go to the documentation of this file.
00001 /***************************************************************************
00002 
00003                              kvtnewdocumentwizardlanguagepage
00004 
00005     -----------------------------------------------------------------------
00006 
00007     copyright     : (C) 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net>
00008 
00009     -----------------------------------------------------------------------
00010 
00011  ***************************************************************************/
00012 
00013 /***************************************************************************
00014  *                                                                         *
00015  *   This program is free software; you can redistribute it and/or modify  *
00016  *   it under the terms of the GNU General Public License as published by  *
00017  *   the Free Software Foundation; either version 2 of the License, or     *
00018  *   (at your option) any later version.                                   *
00019  *                                                                         *
00020  ***************************************************************************/
00021 
00022 #ifndef EDITEDITLANGUAGEDIALOGPAGEPAGE_H
00023 #define EDITEDITLANGUAGEDIALOGPAGEPAGE_H
00024 
00025 #include "ui_languagepage.h"
00026 #include <QWidget>
00027 
00028 
00029 class KEduVocDocument;
00030 
00031 
00036 class EditLanguageDialogPage
00037     : public QWidget, public Ui::LanguagePage
00038 {
00039 Q_OBJECT
00040 public:
00041     EditLanguageDialogPage(KEduVocDocument* doc, int identifierIndex, QWidget *parent);
00042     ~EditLanguageDialogPage();
00043 
00044 public slots:
00045     void commitData();
00046 
00047 signals:
00048     void nameChanged(const QString&);
00049     void iconSelected(const QString&);
00050 
00051 private slots:
00052     void iconChanged(int iconIndex);
00053     void localeChanged(const QString&);
00054     void languageNameChanged(const QString&);
00055 
00056 private:
00057     void initialize();
00058 
00059     KEduVocDocument* m_doc;
00060     int m_identifierIndex;
00061 };
00062 
00063 #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
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  •   docs
  •   src
  • parley
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