parley
translation.cpp
Go to the documentation of this file.
47 void Translation::setConjugationText(const QString& conjugation, const QString& tense, const KEduVocWordFlags& flags)
60 void Translation::setConjugation(QObject * conjugation, const QString& tense, const KEduVocWordFlags& flags)
80 // list << conjug.conjugation ( ( KEduVocConjugation::ConjugationPerson ) p, ( KEduVocConjugation::ConjugationNumber ) n ).text();
100 // QObject * Translation::declension ( KEduVocWordFlag::DeclensionNumber number, KEduVocWordFlag::DeclensionCase decCase )
115 // void Translation::setDeclension ( const QString& declension, KEduVocWordFlag::DeclensionNumber number, KEduVocWordFlag::DeclensionCase decCase )
void setConjugation(QObject *conjugation, const QString &tense, const KEduVocWordFlags &flags)
Sets the conjugation of the verb in the given tense, number and person.
Definition: translation.cpp:60
QStringList conjugationTexts(const QString &tense)
Returns all the possible conjugations of the given tense.
Definition: translation.cpp:71
void setConjugationText(const QString &conjugation, const QString &tense, const KEduVocWordFlags &flags)
Sets the conjugation of the verb in the given tense, number and person.
Definition: translation.cpp:47
Scripting::Text class object provides methods and properties for accessing Parley text's value and gr...
Definition: text.h:39
QObject * conjugation(const QString &tense, const KEduVocWordFlags &flags)
returns the conjugation of the verb in the given tense, number and person
Definition: translation.cpp:54
KEduVocExpression * kEduVocExpression() const
Definition: expression.h:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.