|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| CUTBContextMenu (CTipbarWnd *pTipbarWnd) | |
| BOOL | Init () |
| @implemented | |
| CUTBMenuWnd * | CreateMenuUI (BOOL bFlag) |
| @unimplemented | |
| UINT | ShowPopup (CUIFWindow *pWindow, POINT pt, LPCRECT prc, BOOL bFlag) |
| BOOL | SelectMenuItem (UINT nCommandId) |
| @unimplemented | |
Public Member Functions inherited from CModalMenu | |
| CModalMenu () | |
| virtual | ~CModalMenu () |
| CUTBMenuItem * | InsertItem (CUTBMenuWnd *pMenuUI, INT nCommandId, INT nStringID) |
| void | PostKey (BOOL bUp, WPARAM wParam, LPARAM lParam) |
| void | CancelMenu () |
Public Attributes | |
| CTipbarWnd * | m_pTipbarWnd |
| CTipbarThread * | m_pTipbarThread |
Public Attributes inherited from CModalMenu | |
| DWORD | m_dwUnknown26 |
| CUTBMenuWnd * | m_pMenuUI |
| CUTBContextMenu::CUTBContextMenu | ( | CTipbarWnd * | pTipbarWnd | ) |
| CUTBMenuWnd * CUTBContextMenu::CreateMenuUI | ( | BOOL | bFlag | ) |
@unimplemented
Definition at line 2827 of file msutb.cpp.
Referenced by ShowPopup().
| BOOL CUTBContextMenu::Init | ( | ) |
@implemented
Definition at line 2820 of file msutb.cpp.
Referenced by CTipbarWnd::ShowContextMenu().
@unimplemented
Definition at line 2952 of file msutb.cpp.
Referenced by CTipbarWnd::ShowContextMenu().
| UINT CUTBContextMenu::ShowPopup | ( | CUIFWindow * | pWindow, |
| POINT | pt, | ||
| LPCRECT | prc, | ||
| BOOL | bFlag | ||
| ) |
Definition at line 2924 of file msutb.cpp.
Referenced by CTipbarWnd::ShowContextMenu().
| CTipbarThread* CUTBContextMenu::m_pTipbarThread |
| CTipbarWnd* CUTBContextMenu::m_pTipbarWnd |
Definition at line 1005 of file msutb.cpp.
Referenced by CreateMenuUI(), CUTBContextMenu(), Init(), and SelectMenuItem().