Public Member Functions | |
| virtual const AFX_MSGMAP * | GetMessageMap () const |
| virtual void | DoWaitCursor (int nCode) |
| void | BeginWaitCursor () |
| void | EndWaitCursor () |
| void | RestoreWaitCursor () |
| bool | OnCmdMsg (unsigned int nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
Public Member Functions inherited from Bagel::MFC::CObject | |
| CObject (const CObject &)=default | |
| CObject & | operator= (const CObject &)=default |
| virtual const CRuntimeClass * | GetRuntimeClass () const |
| virtual void | AssertValid () const |
| virtual void | Dump (CDumpContext &dc) const |
| bool | IsKindOf (const CRuntimeClass *pClass) const |
Static Public Member Functions | |
| static const AFX_MSGMAP * | GetThisMessageMap () |
Protected Member Functions | |
| const AFX_MSGMAP_ENTRY * | LookupMessage (unsigned int message) |
| const AFX_MSGMAP_ENTRY * | AfxFindMessageEntry (const AFX_MSGMAP_ENTRY *lpEntry, unsigned int nMsg, unsigned int nCode, unsigned int nID) |
| bool | _AfxDispatchCmdMsg (CCmdTarget *pTarget, unsigned int nID, int nCode, AFX_PMSG pfn, void *pExtra, unsigned int nSig, AFX_CMDHANDLERINFO *pHandlerInfo) |
Additional Inherited Members | |
Static Public Attributes inherited from Bagel::MFC::CObject | |
| static const CRuntimeClass | classCObject |
|
virtual |
Adds or remove a wait mouse cursor
| nCode | 0 => restore, 1=> begin, -1=> end |
Reimplemented in Bagel::MFC::CWinApp, and Bagel::HodjNPodj::Metagame::Gtl::CPawnShop.