#include <ToolTipResource.h>

Public Member Functions | |
| ToolTipResource (unsigned int type, const std::string &titleKey, const std::string &titleValue, const std::string &textKey, const std::string &textValue) | |
| virtual | ~ToolTipResource () |
| virtual void | populate () |
Protected Attributes | |
| std::string | titleKey_ |
| std::string | titleValue_ |
| std::string | textKey_ |
| std::string | textValue_ |
Definition at line 26 of file ToolTipResource.h.
| ToolTipResource::ToolTipResource | ( | unsigned int | type, | |
| const std::string & | titleKey, | |||
| const std::string & | titleValue, | |||
| const std::string & | textKey, | |||
| const std::string & | textValue | |||
| ) |
Definition at line 24 of file ToolTipResource.cpp.
| ToolTipResource::~ToolTipResource | ( | ) | [virtual] |
Definition at line 33 of file ToolTipResource.cpp.
| void ToolTipResource::populate | ( | ) | [virtual] |
Reimplemented from ToolTip.
Definition at line 37 of file ToolTipResource.cpp.
References ToolTip::getText(), ToolTip::getType(), LANG_RESOURCE, ToolTip::setText(), textKey_, textValue_, titleKey_, and titleValue_.
std::string ToolTipResource::titleKey_ [protected] |
std::string ToolTipResource::titleValue_ [protected] |
std::string ToolTipResource::textKey_ [protected] |
std::string ToolTipResource::textValue_ [protected] |
1.5.3