|
Mantid
|
#include <Hint.h>
Public Member Functions | |
| std::string const & | description () const |
| Hint (std::string word, std::string description) | |
| std::string const & | word () const |
Private Attributes | |
| std::string | m_description |
| std::string | m_word |
| MantidQt::MantidWidgets::Hint::Hint | ( | std::string | word, |
| std::string | description | ||
| ) |
| std::string const & MantidQt::MantidWidgets::Hint::description | ( | ) | const |
Definition at line 15 of file Hint.cpp.
References m_description.
Referenced by MantidQt::MantidWidgets::operator==().
| std::string const & MantidQt::MantidWidgets::Hint::word | ( | ) | const |
Definition at line 13 of file Hint.cpp.
References m_word.
Referenced by MantidQt::MantidWidgets::operator==().
|
private |
Definition at line 22 of file Hint.h.
Referenced by description().
|
private |