Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
MantidQt::MantidWidgets::Hint Class Reference

#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
 

Detailed Description

Definition at line 14 of file Hint.h.

Constructor & Destructor Documentation

◆ Hint()

MantidQt::MantidWidgets::Hint::Hint ( std::string  word,
std::string  description 
)

Definition at line 10 of file Hint.cpp.

Member Function Documentation

◆ 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==().

◆ word()

std::string const & MantidQt::MantidWidgets::Hint::word ( ) const

Definition at line 13 of file Hint.cpp.

References m_word.

Referenced by MantidQt::MantidWidgets::operator==().

Member Data Documentation

◆ m_description

std::string MantidQt::MantidWidgets::Hint::m_description
private

Definition at line 22 of file Hint.h.

Referenced by description().

◆ m_word

std::string MantidQt::MantidWidgets::Hint::m_word
private

Definition at line 21 of file Hint.h.

Referenced by word().


The documentation for this class was generated from the following files: