Annotation() | model::Annotation | [inline] |
Annotation(int id, int score) | model::Annotation | |
Annotation(int id, int score, string name) | model::Annotation | |
Annotation(const Annotation &other) | model::Annotation | |
getId() | model::Annotation | |
getName() | model::Annotation | |
getScore() | model::Annotation | |
m_iId | model::Annotation | [private] |
m_iScore | model::Annotation | [private] |
m_sName | model::Annotation | [private] |
operator!=(const Annotation &other) const | model::Annotation | |
operator=(const Annotation &other) | model::Annotation | |
operator==(const Annotation &other) const | model::Annotation | |
setId(int id) | model::Annotation | |
setName(string name) | model::Annotation | |
setScore(int score) | model::Annotation | |
~Annotation() | model::Annotation | [inline] |