Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <phrase.h>
Public Member Functions | |
Phrase () | |
Phrase (const QString &source, const QString &target, const QString &definition, const Candidate &candidate, int sc=-1) | |
Phrase (const QString &source, const QString &target, const QString &definition, PhraseBook *phraseBook) | |
QString | source () const |
void | setSource (const QString &ns) |
QString | target () const |
void | setTarget (const QString &nt) |
QString | definition () const |
void | setDefinition (const QString &nd) |
int | shortcut () const |
Candidate | candidate () const |
PhraseBook * | phraseBook () const |
void | setPhraseBook (PhraseBook *book) |
Phrase::Phrase | ( | ) |
Definition at line 28 of file phrase.cpp.
Phrase::Phrase | ( | const QString & | source, |
const QString & | target, | ||
const QString & | definition, | ||
const Candidate & | candidate, | ||
int | sc = -1 ) |
Definition at line 33 of file phrase.cpp.
References Phrase().
Referenced by Phrase().
Phrase::Phrase | ( | const QString & | source, |
const QString & | target, | ||
const QString & | definition, | ||
PhraseBook * | phraseBook ) |
Definition at line 39 of file phrase.cpp.
References Phrase().
Referenced by Phrase().
|
inline |
Definition at line 35 of file phrase.h.
Referenced by operator==().
Definition at line 64 of file phrase.cpp.
|
inline |
Definition at line 36 of file phrase.h.
Referenced by PhraseBook::append(), and PhraseBook::remove().
Definition at line 46 of file phrase.cpp.
Definition at line 55 of file phrase.cpp.