libkdeedu/keduvocdocument
#include <keduvocarticle.h>
Public Member Functions | |
KEduVocArticle () | |
KEduVocArticle (const KEduVocArticle &other) | |
KDE_DEPRECATED | KEduVocArticle (const QString &fem_def, const QString &fem_indef, const QString &mal_def, const QString &mal_indef, const QString &nat_def, const QString &nat_indef) |
~KEduVocArticle () | |
QString | article (const KEduVocWordFlags &) |
bool | isArticle (const QString &article) const |
bool | isEmpty () |
KEduVocArticle & | operator= (const KEduVocArticle &other) |
void | setArticle (const QString &article, const KEduVocWordFlags &) |
Detailed Description
Class representing the articles of a language.
It contains all available articles of the language as QString
Definition at line 33 of file keduvocarticle.h.
Constructor & Destructor Documentation
|
explicit |
The constructor without arguments.
Definition at line 29 of file keduvocarticle.cpp.
KEduVocArticle::KEduVocArticle | ( | const KEduVocArticle & | other | ) |
copy constructor for d-pointer safety
- Parameters
-
other article object to copy
Definition at line 33 of file keduvocarticle.cpp.
KEduVocArticle::KEduVocArticle | ( | const QString & | fem_def, |
const QString & | fem_indef, | ||
const QString & | mal_def, | ||
const QString & | mal_indef, | ||
const QString & | nat_def, | ||
const QString & | nat_indef | ||
) |
DEPRECATED The constructor with arguments, assumes singular!
- Parameters
-
fem_def reference to a QString with the definite female article fem_indef reference to a QString with the indefinite female article mal_def reference to a QString with the definite male article mal_indef reference to a QString with the indefinite male article nat_def reference to a QString with the definite neutral article nat_indef reference to a QString with the indefinite neutral article
Definition at line 45 of file keduvocarticle.cpp.
KEduVocArticle::~KEduVocArticle | ( | ) |
default destructor, deletes the d pointer
Definition at line 57 of file keduvocarticle.cpp.
Member Function Documentation
QString KEduVocArticle::article | ( | const KEduVocWordFlags & | flags | ) |
Definition at line 63 of file keduvocarticle.cpp.
bool KEduVocArticle::isArticle | ( | const QString & | article | ) | const |
Definition at line 74 of file keduvocarticle.cpp.
bool KEduVocArticle::isEmpty | ( | ) |
Definition at line 79 of file keduvocarticle.cpp.
KEduVocArticle & KEduVocArticle::operator= | ( | const KEduVocArticle & | other | ) |
assignment operator for d-pointer copying
Definition at line 39 of file keduvocarticle.cpp.
void KEduVocArticle::setArticle | ( | const QString & | article, |
const KEduVocWordFlags & | flags | ||
) |
Definition at line 68 of file keduvocarticle.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.