CTooltip Class Reference

Search Toolkit Book for CTooltip

#include <tooltip_handler.hpp>

Collaboration diagram for CTooltip:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 76 of file tooltip_handler.hpp.

Public Member Functions

 CTooltip ()
 ~CTooltip ()
void SetText (const string &text)
void SetHost (ITooltipHandlerHost *host)
bool NewText ()
void Off ()
void On ()
void HideAndShow ()
void Notify ()

Protected Attributes

bool m_bNewText
string m_Text
ITooltipHandlerHostm_Host


Constructor & Destructor Documentation

CTooltip::CTooltip  )  [inline]
 

Definition at line 83 of file tooltip_handler.hpp.

References m_bNewText, and m_Text.

CTooltip::~CTooltip  )  [inline]
 

Definition at line 89 of file tooltip_handler.hpp.


Member Function Documentation

void CTooltip::HideAndShow  )  [inline]
 

Definition at line 123 of file tooltip_handler.hpp.

References Off().

Referenced by CTooltipHandler::OnMotion().

bool CTooltip::NewText  )  [inline]
 

Definition at line 105 of file tooltip_handler.hpp.

References m_bNewText.

Referenced by CTooltipHandler::OnMotion().

void CTooltip::Notify  )  [inline]
 

Definition at line 130 of file tooltip_handler.hpp.

References On().

void CTooltip::Off void   )  [inline]
 

Definition at line 111 of file tooltip_handler.hpp.

References _T, m_Host, and ITooltipHandlerHost::TC_GetWindow().

Referenced by HideAndShow(), CTooltipHandler::OnKeyDown(), CTooltipHandler::OnKillFocus(), CTooltipHandler::OnLeftDown(), CTooltipHandler::OnMotion(), CTooltipHandler::OnMouseCaptureLost(), and CTooltipHandler::OnRightDown().

void CTooltip::On void   )  [inline]
 

Definition at line 117 of file tooltip_handler.hpp.

References m_Host, m_Text, ITooltipHandlerHost::TC_GetWindow(), and ToWxString().

Referenced by Notify(), and CTooltipHandler::OnMotion().

void CTooltip::SetHost ITooltipHandlerHost host  )  [inline]
 

Definition at line 99 of file tooltip_handler.hpp.

References m_Host.

Referenced by CTooltipHandler::SetHost().

void CTooltip::SetText const string &  text  )  [inline]
 

Definition at line 92 of file tooltip_handler.hpp.

References m_bNewText, and m_Text.

Referenced by CTooltipHandler::OnMotion().


Member Data Documentation

bool CTooltip::m_bNewText [protected]
 

Definition at line 79 of file tooltip_handler.hpp.

Referenced by CTooltip(), NewText(), and SetText().

ITooltipHandlerHost* CTooltip::m_Host [protected]
 

Definition at line 81 of file tooltip_handler.hpp.

Referenced by Off(), On(), and SetHost().

string CTooltip::m_Text [protected]
 

Definition at line 80 of file tooltip_handler.hpp.

Referenced by CTooltip(), On(), and SetText().


The documentation for this class was generated from the following file:
Generated on Mon Dec 7 15:05:37 2009 for NCBI C++ ToolKit by  doxygen 1.4.6
Modified on Mon Dec 07 16:24:16 2009 by modify_doxy.py rev. 173732