• 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
keduvocidentifier.h
Go to the documentation of this file.
1 /***************************************************************************
2  Copyright 2007-2008 Frederik Gladhorn <gladhorn@kde.org>
3  ***************************************************************************/
4 
5 /***************************************************************************
6  * *
7  * This program is free software; you can redistribute it and/or modify *
8  * it under the terms of the GNU General Public License as published by *
9  * the Free Software Foundation; either version 2 of the License, or *
10  * (at your option) any later version. *
11  * *
12  ***************************************************************************/
13 #ifndef KEDUVOCIDENTIFIER_H
14 #define KEDUVOCIDENTIFIER_H
15 
16 #include "libkeduvocdocument_export.h"
17 
18 #include "keduvocpersonalpronoun.h"
19 #include "keduvocarticle.h"
20 
21 #include <QtCore/QList>
22 #include <QtCore/QString>
23 #include <QtCore/QSet>
24 
25 
29 class KEDUVOCDOCUMENT_EXPORT KEduVocIdentifier
30 {
31 public:
35  explicit KEduVocIdentifier();
36 
41  KEduVocIdentifier( const KEduVocIdentifier &other );
42 
46  ~KEduVocIdentifier();
47 
53  KEduVocIdentifier& operator= ( const KEduVocIdentifier &other );
54 public:
55 
60  QString name() const;
65  void setName( const QString& name );
66 
71  QString locale() const;
76  void setLocale( const QString& name );
77 
82  KEduVocArticle& article() const;
83 
88  void setArticle( const KEduVocArticle& article );
89 
94  KEduVocPersonalPronoun& personalPronouns() const;
95 
100  void setPersonalPronouns( const KEduVocPersonalPronoun &pronouns );
101 
107  QString tense(int tenseIndex) const;
108 
114  void setTense(int tenseIndex, const QString& tense);
115 
116  QStringList tenseList() const;
117 
118  void setTenseList(const QStringList& tenses);
119 
120 private:
121  class Private;
122  Private * const d;
123 };
124 
125 #endif
keduvocpersonalpronoun.h
KEduVocIdentifier
Class to store meta information about a language or any other category in the vocabulary.
Definition: keduvocidentifier.h:29
libkeduvocdocument_export.h
KEDUVOCDOCUMENT_EXPORT
#define KEDUVOCDOCUMENT_EXPORT
Definition: libkeduvocdocument_export.h:32
KEduVocPersonalPronoun
The conjugation of a verb.
Definition: keduvocpersonalpronoun.h:25
KEduVocArticle
Class representing the articles of a language.
Definition: keduvocarticle.h:33
keduvocarticle.h
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