|
Windows C++ Library
|
#include <CmdCtrl.hpp>
Classes | |
| struct | CMD |
Public Member Functions | |
| CCmdControl () | |
| virtual | ~CCmdControl () |
| CCmdBitmap & | CmdBitmap () |
| virtual void | Execute (uint iCmdID) |
| virtual void | UpdateUI () |
| virtual void | DrawCmd (uint iCmdID, CDC &rDC, const CRect &rDst, bool bEnabled) const |
| virtual int | CmdBmpIndex (uint iCmdID) const |
| virtual int | CmdHintID (uint iCmdID) const |
| virtual int | CmdToolTipID (uint iCmdID) const |
| virtual CString | CmdHintStr (uint iCmdID) const |
| virtual CString | CmdToolTipStr (uint iCmdID) const |
Protected Types | |
| enum | CmdType { CmdNone = 0, CmdSingle = 1, CmdRange = 2 } |
| typedef void(CCmdControl::* | PFNCMDHANDLER )() |
| typedef void(CCmdControl::* | PFNCMDENTRYHANDLER )() |
| typedef void(CCmdControl::* | PFNCMDRANGEHANDLER )(uint iCmdID) |
| typedef void(CCmdControl::* | PFNUIHANDLER )() |
Protected Attributes | |
| CMD * | m_pCmdTable |
| CCmdBitmap | m_CmdBitmap |
Private Member Functions | |
| CCmdControl (const CCmdControl &) | |
| CCmdControl & | operator= (const CCmdControl &) |
typedef void(CCmdControl::* CCmdControl::PFNCMDHANDLER)() [protected] |
typedef void(CCmdControl::* CCmdControl::PFNCMDENTRYHANDLER)() [protected] |
typedef void(CCmdControl::* CCmdControl::PFNCMDRANGEHANDLER)(uint iCmdID) [protected] |
typedef void(CCmdControl::* CCmdControl::PFNUIHANDLER)() [protected] |
enum CCmdControl::CmdType [protected] |
| CCmdControl::~CCmdControl | ( | ) | [virtual] |
| CCmdControl::CCmdControl | ( | const CCmdControl & | ) | [private] |
| CCmdBitmap & CCmdControl::CmdBitmap | ( | ) | [inline] |
| void CCmdControl::Execute | ( | uint | iCmdID | ) | [virtual] |
| void CCmdControl::UpdateUI | ( | ) | [virtual] |
| void CCmdControl::DrawCmd | ( | uint | iCmdID, |
| CDC & | rDC, | ||
| const CRect & | rDst, | ||
| bool | bEnabled | ||
| ) | const [virtual] |
| int CCmdControl::CmdBmpIndex | ( | uint | iCmdID | ) | const [virtual] |
| int CCmdControl::CmdHintID | ( | uint | iCmdID | ) | const [virtual] |
| int CCmdControl::CmdToolTipID | ( | uint | iCmdID | ) | const [virtual] |
| CString CCmdControl::CmdHintStr | ( | uint | iCmdID | ) | const [virtual] |
| CString CCmdControl::CmdToolTipStr | ( | uint | iCmdID | ) | const [virtual] |
| CCmdControl& CCmdControl::operator= | ( | const CCmdControl & | ) | [private] |
CMD* CCmdControl::m_pCmdTable [protected] |
CCmdBitmap CCmdControl::m_CmdBitmap [protected] |
1.7.6.1