crashrpt2
|
Public Member Functions | |
LPCTSTR | UIGetText (int nID) |
template<WORD t_wType> | |
bool | UIAddElement (UINT nID) |
template<WORD t_wType> | |
bool | UIRemoveElement (UINT nID) |
bool | UIAddMenu (HMENU hMenu, bool bSetText=false) |
bool | UIAddMenu (UINT uID, bool bSetText=false) |
bool | UIAddToolBar (HWND hWndToolBar) |
bool | UIAddChildWindowContainer (HWND hWnd) |
BOOL | UIUpdateStatusBar (BOOL bForceUpdate=FALSE) |
bool | UIAddStatusBar (HWND hWndStatusBar, INT nPanes=1) |
![]() | |
bool | UIAddUpdateElement (WORD nID, WORD wType) |
bool | UIRemoveUpdateElement (WORD nID) |
![]() | |
bool | UIGetBlockAccelerators () const |
bool | UISetBlockAccelerators (bool bBlock) |
BOOL | UIAddMenuBar (HWND hWnd) |
BOOL | UIAddToolBar (HWND hWnd) |
BOOL | UIAddStatusBar (HWND hWnd) |
BOOL | UIAddChildWindowContainer (HWND hWnd) |
LRESULT | OnInitMenuPopup (UINT, WPARAM wParam, LPARAM, BOOL &bHandled) |
LRESULT | OnCommand (UINT, WPARAM wParam, LPARAM, BOOL &bHandled) |
BOOL | UIEnable (int nID, BOOL bEnable, BOOL bForceUpdate=FALSE) |
BOOL | UISetCheck (int nID, int nCheck, BOOL bForceUpdate=FALSE) |
BOOL | UISetCheck (int nID, bool bCheck, BOOL bForceUpdate=FALSE) |
BOOL | UISetRadio (int nID, BOOL bRadio, BOOL bForceUpdate=FALSE) |
BOOL | UISetRadioMenuItem (int nID, int nIDFirst, int nIDLast, BOOL bForceUpdate=FALSE) |
BOOL | UISetText (int nID, LPCTSTR lpstrText, BOOL bForceUpdate=FALSE) |
BOOL | UISetDefault (int nID, BOOL bDefault, BOOL bForceUpdate=FALSE) |
BOOL | UISetState (int nID, DWORD dwState) |
DWORD | UIGetState (int nID) |
BOOL | UIUpdateMenuBar (BOOL bForceUpdate=FALSE, BOOL bMainMenu=FALSE) |
BOOL | UIUpdateToolBar (BOOL bForceUpdate=FALSE) |
BOOL | UIUpdateStatusBar (BOOL bForceUpdate=FALSE) |
BOOL | UIUpdateChildWindows (BOOL bForceUpdate=FALSE) |
Additional Inherited Members | |
![]() | |
enum | { UPDUI_MENUPOPUP = 0x0001, UPDUI_MENUBAR = 0x0002, UPDUI_CHILDWINDOW = 0x0004, UPDUI_TOOLBAR = 0x0008, UPDUI_STATUSBAR = 0x0010, UPDUI_ENABLED = 0x0000, UPDUI_DISABLED = 0x0100, UPDUI_CHECKED = 0x0200, UPDUI_CHECKED2 = 0x0400, UPDUI_RADIO = 0x0800, UPDUI_DEFAULT = 0x1000, UPDUI_TEXT = 0x2000, UPDUI_CLEARDEFAULT = 0x4000 } |
![]() | |
static void | UIUpdateMenuBarElement (int nID, _AtlUpdateUIData *pUIData, HMENU hMenu) |
static void | UIUpdateToolBarElement (int nID, _AtlUpdateUIData *pUIData, HWND hWndToolBar) |
static void | UIUpdateStatusBarElement (int nID, _AtlUpdateUIData *pUIData, HWND hWndStatusBar) |
static void | UIUpdateChildWindow (int nID, _AtlUpdateUIData *pUIData, HWND hWnd) |
![]() | |
ATL::CSimpleArray< _AtlUpdateUIMap > | m_arrUIMap |
ATL::CSimpleArray< _AtlUpdateUIData > | m_arrUIData |
![]() | |
ATL::CSimpleArray< _AtlUpdateUIElement > | m_UIElements |
const _AtlUpdateUIMap * | m_pUIMap |
_AtlUpdateUIData * | m_pUIData |
WORD | m_wDirtyType |
bool | m_bBlockAccelerators |