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

libkdeedu/keduvocdocument

  • sources
  • kde-4.12
  • kdeedu
  • libkdeedu
  • keduvocdocument
keduvocconjugation.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  C++ Interface: keduvocconjugation
4 
5  -----------------------------------------------------------------------
6 
7  begin : Di Aug 28 2007
8 
9  copyright : (C) 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net>
10 
11  -----------------------------------------------------------------------
12 
13  ***************************************************************************/
14 
15 /***************************************************************************
16  * *
17  * This program is free software; you can redistribute it and/or modify *
18  * it under the terms of the GNU General Public License as published by *
19  * the Free Software Foundation; either version 2 of the License, or *
20  * (at your option) any later version. *
21  * *
22  ***************************************************************************/
23 
24 
25 #ifndef KEDUVOCCONJUGATION_H
26 #define KEDUVOCCONJUGATION_H
27 
28 #include "libkeduvocdocument_export.h"
29 #include "keduvoctext.h"
30 #include "keduvocwordflags.h"
31 
32 #include <QtCore/QStringList>
33 
37 class KEDUVOCDOCUMENT_EXPORT KEduVocConjugation
38 {
39 public:
40 
44  explicit KEduVocConjugation();
45 
46  KEduVocConjugation( const KEduVocConjugation& rhs );
47 
48  ~KEduVocConjugation();
49 
50  KEduVocConjugation& operator = ( const KEduVocConjugation& a );
51  bool operator == ( const KEduVocConjugation& a ) const;
52 
62  KEduVocText& conjugation(KEduVocWordFlags flags) const;
66  void setConjugation(const KEduVocText& conjugation, KEduVocWordFlags flags);
67 
68  QList<KEduVocWordFlags> keys();
69 
70  bool isEmpty();
71 
76  void toKVTML2(QDomElement& parent, const QString &tense);
77 
83  static KEduVocConjugation* fromKVTML2(QDomElement& parent);
84 
85 private:
86  class Private;
87  Private* const d;
88 };
89 
90 
91 #endif // KEDUVOCCONJUGATION_H
92 
KEduVocConjugation
The conjugation of a verb.
Definition: keduvocconjugation.h:37
libkeduvocdocument_export.h
KEDUVOCDOCUMENT_EXPORT
#define KEDUVOCDOCUMENT_EXPORT
Definition: libkeduvocdocument_export.h:32
keduvocwordflags.h
keduvoctext.h
KEduVocText
A text in vocabulary documents.
Definition: keduvoctext.h:59
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkdeedu/keduvocdocument

Skip menu "libkdeedu/keduvocdocument"
  • Main Page
  • Namespace List
  • Namespace Members
  • 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