Term Class Reference
#include <Term.h>
List of all members.
Detailed Description
Definition at line 12 of file Term.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| Term::Term |
( |
int |
id = 0, |
|
|
int |
vocabId = 0 | |
|
) |
| | |
| Term::Term |
( |
const Term & |
term |
) |
|
Member Function Documentation
| const int Term::getId |
( |
|
) |
const |
| const int Term::getVocabId |
( |
|
) |
const |
| bool Term::isMarkedForStudy |
( |
|
) |
const |
| void Term::setMarkedForStudy |
( |
bool |
isMarkedForStudy |
) |
|
| void Term::addTranslation |
( |
const Translation & |
translation |
) |
|
| void Term::removeTranslation |
( |
const QString & |
language |
) |
|
| bool Term::isTranslationExists |
( |
const QString & |
language |
) |
const |
| Translation & Term::getTranslation |
( |
const QString & |
language |
) |
|
| Translation Term::getTranslation |
( |
const QString & |
language |
) |
const |
| Term::TranslationMap::ConstIterator Term::translationsBegin |
( |
|
) |
const |
| Term::TranslationMap::ConstIterator Term::translationsEnd |
( |
|
) |
const |
| int Term::getTranslationCount |
( |
|
) |
const |
| void Term::addComment |
( |
const BilingualKey & |
key, |
|
|
const QString & |
comment | |
|
) |
| | |
| void Term::removeComments |
( |
const QString & |
language |
) |
|
| bool Term::isCommentExists |
( |
const BilingualKey & |
key |
) |
const |
| Term::CommentMap::ConstIterator Term::commentsBegin |
( |
|
) |
const |
| Term::CommentMap::ConstIterator Term::commentsEnd |
( |
|
) |
const |
| const QString Term::getImagePath |
( |
|
) |
const |
| void Term::setImagePath |
( |
const QString & |
imagePath |
) |
|
Friends And Related Function Documentation
| QDataStream& operator<< |
( |
QDataStream & |
out, |
|
|
const Term & |
term | |
|
) |
| | [friend] |
| QDataStream& operator>> |
( |
QDataStream & |
in, |
|
|
Term & |
term | |
|
) |
| | [friend] |
The documentation for this class was generated from the following files: