#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 |
|
Definition at line 1001 of file WndMonitor.cpp. References CoolInterface, m_bChecked, m_bEnabled, m_bVisible, m_sName, and CCoolInterface::NameToID(). |
|
Definition at line 1023 of file WndMonitor.cpp. References m_bChanged, and m_bEnabled. |
|
Definition at line 1038 of file WndMonitor.cpp. References m_bEnabled, and m_bVisible. Referenced by CRemoteWnd::OnLButtonUp(). |
|
Definition at line 1011 of file WndMonitor.cpp. References m_bEnabled, and m_rc. Referenced by CRemoteWnd::HitTestButtons(). |
|
Definition at line 1046 of file WndMonitor.cpp. References CSkinWindow::GetAnchor(), m_bChecked, m_bEnabled, m_bVisible, m_rc, m_sName, NULL, and CSkinWindow::PaintPartOnAnchor(). |
|
Definition at line 1031 of file WndMonitor.cpp. References m_bChanged, and m_bChecked. |
|
Definition at line 1016 of file WndMonitor.cpp. References m_bChanged, and m_bVisible. |
|
Definition at line 59 of file WndMonitor.h. Referenced by Enable(), SetCheck(), Show(), and CRemoteWnd::UpdateCmdButtons(). |
|
Definition at line 58 of file WndMonitor.h. Referenced by CmdButton(), Paint(), and SetCheck(). |
|
Definition at line 57 of file WndMonitor.h. Referenced by CmdButton(), Enable(), Execute(), HitTest(), and Paint(). |
|
Definition at line 56 of file WndMonitor.h. Referenced by CmdButton(), Execute(), Paint(), and Show(). |
|
Definition at line 55 of file WndMonitor.h. |
|
Definition at line 54 of file WndMonitor.h. Referenced by CmdButton(), and Paint(). |