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

kanagram

  • sources
  • kde-4.12
  • kdeedu
  • kanagram
  • src
  • desktop
vocabedit.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2005 by Joshua Keel *
3  * joshuakeel@gmail.com *
4  * *
5  * *
6  * This program is free software; you can redistribute it and/or modify *
7  * it under the terms of the GNU General Public License as published by *
8  * the Free Software Foundation; either version 2 of the License, or *
9  * (at your option) any later version. *
10  * *
11  * This program is distributed in the hope that it will be useful, *
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14  * GNU General Public License for more details. *
15  * *
16  * You should have received a copy of the GNU General Public License *
17  * along with this program; if not, write to the *
18  * Free Software Foundation, Inc., *
19  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
20  ***************************************************************************/
21 
22 
23 #ifndef VOCABEDIT_H
24 #define VOCABEDIT_H
25 
26 #include "ui_vocabeditwidget.h"
27 
28 #include <QVector>
29 
30 class KEduVocExpression;
31 
32 class VocabEdit : public QDialog, Ui::VocabEditWidget
33 {
34 Q_OBJECT
35  public:
36  explicit VocabEdit(QWidget *parent);
37  VocabEdit(QWidget *parent, const QString &fileName);
38  ~VocabEdit();
39 
40  public slots:
41  void slotSave();
42  void slotClose();
43  void slotNewWord();
44  void slotRemoveWord();
45  void slotSelectionChanged();
46  void slotWordTextChanged(const QString &changes);
47  void slotHintTextChanged(const QString &changes);
48  void slotTextChanged(const QString &changes);
49  private:
50  QVector<KEduVocExpression> m_vocabList;
51  QString m_fileName;
52  bool m_textChanged;
53 };
54 
55 #endif
56 
VocabEdit::~VocabEdit
~VocabEdit()
Definition: vocabedit.cpp:81
VocabEdit::slotTextChanged
void slotTextChanged(const QString &changes)
Definition: vocabedit.cpp:164
QDialog
QWidget
VocabEdit::slotRemoveWord
void slotRemoveWord()
Definition: vocabedit.cpp:174
VocabEdit::VocabEdit
VocabEdit(QWidget *parent)
VocabEdit::slotClose
void slotClose()
Definition: vocabedit.cpp:105
VocabEdit::slotWordTextChanged
void slotWordTextChanged(const QString &changes)
Definition: vocabedit.cpp:145
VocabEdit
Definition: vocabedit.h:32
VocabEdit::slotHintTextChanged
void slotHintTextChanged(const QString &changes)
Definition: vocabedit.cpp:156
VocabEdit::slotSelectionChanged
void slotSelectionChanged()
Definition: vocabedit.cpp:131
VocabEdit::slotSave
void slotSave()
Definition: vocabedit.cpp:85
VocabEdit::slotNewWord
void slotNewWord()
Definition: vocabedit.cpp:123
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kanagram

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

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal