#include <CAdUiOwnerDrawButton.h>
|
| int | GetIsPointedAt (void) |
| |
| afx_msg LRESULT | OnAdUiMessage (WPARAM wParam, LPARAM lParam) |
| |
| LRESULT | OnMouseLeave (WPARAM, LPARAM) |
| |
| LRESULT | OnThemeChanged (WPARAM, LPARAM) |
| |
| unsigned int | OnGetDlgCode (void) |
| |
| virtual ADUI_REPLY | DoAdUiMessage (ADUI_NOTIFY, UINT, LPARAM) |
| |
| virtual ADUI_REPLY | OnGetTipSupport (CPoint &) |
| |
| virtual int | OnAutoLoad (void) |
| |
| virtual int | OnDrawTipText (CAdUiDrawTipText &) |
| |
| virtual int | OnGetTipRect (CRect &) |
| |
| virtual int | OnGetTipText (CStringW &) |
| |
| virtual int | OnHitTipRect (CPoint &) |
| |
| virtual int | OnReload (wchar_t const *) |
| |
| virtual void | DrawBorder (CDC *, CRect &, unsigned long) |
| |
| virtual void | DrawButton (CDC &, int, int, int, int, int, int) |
| |
| virtual void | DrawHotBorder (void) |
| |
| virtual void | DrawPushButtonBorder (CDC &, CRect &, int, int) |
| |
| virtual void | DrawToolButtonBorder (CDC &, CRect &, int, int) |
| |
| virtual void | OnDragDrop (HDROP__ *) |
| |
| virtual void | OnDrawTip (CDC &) |
| |
| virtual void | OnPointedAt (int) |
| |
| virtual void | ThemeModified (AdUiThemeElement) |
| |
| void * | GetVisualStylesTheme (void) |
| |
| void | DrawContentText (CDC &, CStringW, CRect &, int) |
| |
| void | DrawTransparentBitmap (CDC &, CBitmap &, int, int, int, int, int) |
| |
| void | OnDestroy (void) |
| |
| void | OnDropFiles (HDROP__ *) |
| |
| void | OnKillFocus (CWnd *) |
| |
| void | OnMouseMove (unsigned int, CPoint) |
| |
| void | OnNcDestroy (void) |
| |
| void | OnSetFocus (CWnd *) |
| |
| void | OnTimer (UINT_PTR) |
| |
| void | SetIsPointedAt (int) |
| |
| void | StartTimer (unsigned long=50) |
| |
| void | StopTimer (void) |
| |
Definition at line 30 of file CAdUiOwnerDrawButton.h.
◆ CAdUiOwnerDrawButton()
| CAdUiOwnerDrawButton::CAdUiOwnerDrawButton |
( |
void | | ) |
|
◆ ~CAdUiOwnerDrawButton()
| virtual CAdUiOwnerDrawButton::~CAdUiOwnerDrawButton |
( |
void | | ) |
|
|
virtual |
◆ AutoLoad()
| int CAdUiOwnerDrawButton::AutoLoad |
( |
void | | ) |
|
◆ DECLARE_DYNAMIC()
◆ DoAdUiMessage()
◆ DrawBorder()
◆ DrawButton()
◆ DrawContentText()
◆ DrawHotBorder()
◆ DrawItem()
◆ DrawPushButtonBorder()
◆ DrawToolButtonBorder()
◆ DrawTransparentBitmap()
◆ GetAdUiParent()
| CWnd * CAdUiOwnerDrawButton::GetAdUiParent |
( |
void | | ) |
|
◆ GetEnableDragDrop()
| int CAdUiOwnerDrawButton::GetEnableDragDrop |
( |
void | | ) |
|
◆ GetEnableFastDraw()
| int CAdUiOwnerDrawButton::GetEnableFastDraw |
( |
void | | ) |
|
◆ GetEnablePointedAt()
| int CAdUiOwnerDrawButton::GetEnablePointedAt |
( |
void | | ) |
|
◆ GetIsPointedAt()
| int CAdUiOwnerDrawButton::GetIsPointedAt |
( |
void | | ) |
|
|
protected |
◆ GetIsStatic()
| int CAdUiOwnerDrawButton::GetIsStatic |
( |
void | | ) |
|
◆ GetIsToolButton()
| int CAdUiOwnerDrawButton::GetIsToolButton |
( |
void | | ) |
|
◆ GetVisualStylesTheme()
| void * CAdUiOwnerDrawButton::GetVisualStylesTheme |
( |
void | | ) |
|
|
protected |
◆ OnAdUiMessage()
◆ OnAutoLoad()
◆ OnDestroy()
| void CAdUiOwnerDrawButton::OnDestroy |
( |
void | | ) |
|
|
protected |
◆ OnDragDrop()
◆ OnDrawTip()
◆ OnDrawTipText()
◆ OnDropFiles()
◆ OnGetDlgCode()
◆ OnGetTipRect()
◆ OnGetTipSupport()
◆ OnGetTipText()
◆ OnHitTipRect()
◆ OnKillFocus()
| void CAdUiOwnerDrawButton::OnKillFocus |
( |
CWnd * | | ) |
|
|
protected |
◆ OnMouseLeave()
◆ OnMouseMove()
◆ OnNcDestroy()
| void CAdUiOwnerDrawButton::OnNcDestroy |
( |
void | | ) |
|
|
protected |
◆ OnPointedAt()
◆ OnReload()
◆ OnSetFocus()
| void CAdUiOwnerDrawButton::OnSetFocus |
( |
CWnd * | | ) |
|
|
protected |
◆ OnThemeChanged()
◆ OnTimer()
◆ PreSubclassWindow()
◆ Reload()
| int CAdUiOwnerDrawButton::Reload |
( |
wchar_t const * | | ) |
|
◆ SetAdUiParent()
| void CAdUiOwnerDrawButton::SetAdUiParent |
( |
CWnd * | | ) |
|
◆ SetEnableDragDrop()
| void CAdUiOwnerDrawButton::SetEnableDragDrop |
( |
int | | ) |
|
◆ SetEnableFastDraw()
| void CAdUiOwnerDrawButton::SetEnableFastDraw |
( |
int | | ) |
|
◆ SetEnablePointedAt()
| void CAdUiOwnerDrawButton::SetEnablePointedAt |
( |
int | | ) |
|
◆ SetIsPointedAt()
| void CAdUiOwnerDrawButton::SetIsPointedAt |
( |
int | | ) |
|
|
protected |
◆ SetIsStatic()
| void CAdUiOwnerDrawButton::SetIsStatic |
( |
int | | ) |
|
◆ SetIsToolButton()
| void CAdUiOwnerDrawButton::SetIsToolButton |
( |
int | | ) |
|
◆ SetTheme()
◆ SetTracking()
◆ StartTimer()
◆ StopTimer()
| void CAdUiOwnerDrawButton::StopTimer |
( |
void | | ) |
|
|
protected |
◆ ThemeModified()
◆ m_aduiParent
| CWnd* CAdUiOwnerDrawButton::m_aduiParent |
|
protected |
◆ m_pTheme
◆ m_timerEvent
The documentation for this class was generated from the following file: