#include <WndMonitor.h>
Public Member Functions | |
| CmdButton (LPCTSTR pszName) | |
| BOOL | HitTest (const CPoint &point, BOOL bAll=FALSE) const |
| void | Paint (CDC *pdcWindow, CRect &rcWindow, CSkinWindow *pSkin, CmdButton *pHover, CmdButton *pDown) |
| virtual void | Show (BOOL bShow=TRUE) |
| virtual void | Enable (BOOL bOn=TRUE) |
| virtual void | SetCheck (int nCheck=1) |
| virtual void | Execute (CFrameWnd *pTarget) |
Public Attributes | |
| CString | m_sName |
| CRect | m_rc |
| BOOL | m_bVisible |
| BOOL | m_bEnabled |
| BOOL | m_bChecked |
| BOOL | m_bChanged |
| CRemoteWnd::CmdButton::CmdButton | ( | LPCTSTR | pszName | ) |
| BOOL CRemoteWnd::CmdButton::HitTest | ( | const CPoint & | point, | |
| BOOL | bAll = FALSE | |||
| ) | const |
| void CRemoteWnd::CmdButton::Paint | ( | CDC * | pdcWindow, | |
| CRect & | rcWindow, | |||
| CSkinWindow * | pSkin, | |||
| CmdButton * | pHover, | |||
| CmdButton * | pDown | |||
| ) |
| void CRemoteWnd::CmdButton::Show | ( | BOOL | bShow = TRUE |
) | [virtual] |
| void CRemoteWnd::CmdButton::Enable | ( | BOOL | bOn = TRUE |
) | [virtual] |
| void CRemoteWnd::CmdButton::SetCheck | ( | int | nCheck = 1 |
) | [virtual] |
| void CRemoteWnd::CmdButton::Execute | ( | CFrameWnd * | pTarget | ) | [virtual] |
| CString CRemoteWnd::CmdButton::m_sName |
1.5.2