libkdeedu/keduvocdocument
Go to the documentation of this file.
18 #include <QtCore/QDateTime>
21 #define KV_MAX_GRADE 7
22 #define KV_MIN_GRADE 0
24 #define KV_NORM_GRADE 0 // not practiced yet
25 #define KV_NORM_TEXT I18N_NOOP("Not Practiced Yet")
27 #define KV_LEV1_GRADE 1
28 #define KV_LEV1_TEXT I18N_NOOP("Level 1")
30 #define KV_LEV2_GRADE 2
31 #define KV_LEV2_TEXT I18N_NOOP("Level 2")
33 #define KV_LEV3_GRADE 3
34 #define KV_LEV3_TEXT I18N_NOOP("Level 3")
36 #define KV_LEV4_GRADE 4
37 #define KV_LEV4_TEXT I18N_NOOP("Level 4")
39 #define KV_LEV5_GRADE 5
40 #define KV_LEV5_TEXT I18N_NOOP("Level 5")
42 #define KV_LEV6_GRADE 6
43 #define KV_LEV6_TEXT I18N_NOOP("Level 6")
45 #define KV_LEV7_GRADE 7
46 #define KV_LEV7_TEXT I18N_NOOP("Level 7")
84 void setText(
const QString & expr );
108 void setPracticeCount(
count_t count );
118 void setBadCount(
count_t count );
124 void incPracticeCount();
134 void setGrade(
grade_t grade );
149 QDateTime practiceDate()
const;
154 void setPracticeDate(
const QDateTime & date );
162 void fromKVTML2(QDomElement& parent);
163 void toKVTML2(QDomElement& parent);
166 class KEduVocTextPrivate;
167 KEduVocTextPrivate *
const d;
#define KEDUVOCDOCUMENT_EXPORT
A text in vocabulary documents.
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.