#include <misc.h>
Definition at line 361 of file misc.h.
CPopupTooltipMessage::CPopupTooltipMessage |
( |
DWORD |
style = TTS_BALLOON | TTS_NOPREFIX | ) |
|
|
inline |
void CPopupTooltipMessage::CleanUp |
( |
| ) |
|
|
inline |
void CPopupTooltipMessage::Hide |
( |
| ) |
|
|
inline |
void CPopupTooltipMessage::Initialize |
( |
| ) |
|
|
inlineprivate |
void CPopupTooltipMessage::Show |
( |
const TCHAR * |
message, |
|
|
CWindow |
wndParent |
|
) |
| |
|
inline |
Definition at line 367 of file misc.h.
372 if (message != NULL) {
374 WIN32_OP_D( wndParent.GetWindowRect(rect) );
void CPopupTooltipMessage::ShowEx |
( |
const TCHAR * |
message, |
|
|
CWindow |
wndParent, |
|
|
CRect |
rect |
|
) |
| |
|
inline |
void CPopupTooltipMessage::ShowFocus |
( |
const TCHAR * |
message, |
|
|
CWindow |
wndParent |
|
) |
| |
|
inline |
Definition at line 364 of file misc.h.
365 Show(message, wndParent); wndParent.SetFocus();
void CPopupTooltipMessage::ShowInternal |
( |
const TCHAR * |
message, |
|
|
CWindow |
wndParent, |
|
|
CRect |
rect |
|
) |
| |
|
inlineprivate |
Definition at line 400 of file misc.h.
402 PFC_ASSERT( message != NULL );
403 PFC_ASSERT( wndParent != NULL );
405 m_toolinfo.uFlags = TTF_TRACK|TTF_IDISHWND|TTF_ABSOLUTE|TTF_TRANSPARENT|TTF_CENTERTIP;
408 m_toolinfo.lpszText =
const_cast<TCHAR*
>(message);
411 m_tooltip.TrackPosition(rect.CenterPoint().x,rect.bottom);
void CPopupTooltipMessage::ShutDown |
( |
| ) |
|
|
inline |
bool CPopupTooltipMessage::m_shutDown |
|
private |
const DWORD CPopupTooltipMessage::m_style |
|
private |
TOOLINFO CPopupTooltipMessage::m_toolinfo |
|
private |
The documentation for this class was generated from the following file: