libkdeedu/keduvocdocument
KEduVocWordFlag Class Reference
#include <keduvocwordflags.h>
Public Types | |
enum | Flags { NoInformation = 0x0, Masculine = 0x1, Feminine = 0x2, Neuter = 0x4, Singular = 0x10, Dual = 0x20, Plural = 0x40, Verb = 0x100, Noun = 0x200, Pronoun = 0x400, Adjective = 0x800, Adverb = 0x1000, Article = 0x2000, Conjunction = 0x4000, First = 0x10000, Second = 0x20000, Third = 0x40000, Nominative = 0x80000, Genitive = 0x100000, Dative = 0x200000, Accusative = 0x400000, Ablative = 0x800000, Locative = 0x1000000, Vocative = 0x2000000, Definite = 0x4000000, Indefinite = 0x8000000, Regular = 0x10000000, Irregular = 0x20000000 } |
Static Public Attributes | |
static const Flags | cases = (Flags)(Nominative|Genitive|Dative|Accusative|Ablative|Locative|Vocative) |
static const Flags | genders = (Flags)(Masculine | Feminine | Neuter) |
static const Flags | numbers = (Flags)(Singular | Plural | Dual) |
static const Flags | partsOfSpeech =(Flags)(Noun | Verb | Article | Pronoun | Adjective | Adverb | Conjunction) |
static const Flags | persons = (Flags)(First | Second | Third) |
Detailed Description
Definition at line 19 of file keduvocwordflags.h.
Member Enumeration Documentation
Definition at line 22 of file keduvocwordflags.h.
Member Data Documentation
|
static |
Definition at line 70 of file keduvocwordflags.h.
Definition at line 67 of file keduvocwordflags.h.
Definition at line 69 of file keduvocwordflags.h.
|
static |
Definition at line 68 of file keduvocwordflags.h.
Definition at line 71 of file keduvocwordflags.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
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
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.