|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cicuif.h>


Public Attributes | |
| CUIFMenu * | m_pVisibleSubMenu |
| CUIFMenu * | m_pParentMenu |
| CUIFMenuItem * | m_pSelectedItem |
| UINT | m_nSelectedID |
| CicArray< CUIFMenuItem * > | m_MenuItems |
| HFONT | m_hMenuFont |
| BOOL | m_bModal |
| BOOL | m_bHasMargin |
| DWORD | m_dwUnknown14 |
| LONG | m_cxyMargin |
| LONG | m_cxMenuExtent |
| WPARAM | wParam |
| WPARAM LPARAM lParam | override |
| LONG | x |
| LONG LONG y | override |
| LPCRECT | prc |
| LPCRECT BOOL | bFlag |
| LPCRECT BOOL BOOL | bDoAnimation |
Public Attributes inherited from CUIFWindow | |
| LPCRECT prc | override |
| INT | y |
| INT INT | nWidth |
| INT INT INT | nHeight |
| DWORD | dwFlags |
| LONG | y |
| UINT | uMsg |
| UINT WPARAM | wParam |
| UINT WPARAM LPARAM | lParam { return 0 |
| WPARAM | wParam |
| WPARAM LPARAM | lParam |
| LONG | x |
| LONG LONG | y |
Public Attributes inherited from CUIFObject | |
| LONG | y |
| LPCRECT | prc |
| WPARAM | wParam |
| WPARAM LPARAM | lParam |
Public Attributes inherited from CUIFTheme | |
| LPCWSTR | m_pszClassList |
| INT | m_iPartId |
| INT | m_iStateId |
| HTHEME | m_hTheme |
| INT | iPartId |
| INT INT | iStateId |
Friends | |
| class | CUIFMenuItem |
Definition at line 4365 of file cicuif.cpp.
|
override |
Definition at line 4375 of file cicuif.cpp.
| void CUIFMenu::CancelMenu | ( | ) |
Definition at line 4384 of file cicuif.cpp.
Referenced by CModalMenu::CancelMenu().
| void CUIFMenu::ClearMenuFont | ( | ) |
| CUIFMenuItem * CUIFMenu::GetNextItem | ( | CUIFMenuItem * | pItem | ) |
Definition at line 4404 of file cicuif.cpp.
| CUIFMenuItem * CUIFMenu::GetPrevItem | ( | CUIFMenuItem * | pItem | ) |
Definition at line 4433 of file cicuif.cpp.
| CUIFMenu * CUIFMenu::GetTopSubMenu | ( | ) |
Definition at line 4462 of file cicuif.cpp.
| BOOL CUIFMenu::InsertItem | ( | CUIFMenuItem * | pItem | ) |
Definition at line 4635 of file cicuif.cpp.
Referenced by CModalMenu::InsertItem().
| BOOL CUIFMenu::InsertSeparator | ( | ) |
Definition at line 4644 of file cicuif.cpp.
Referenced by CUTBLBarMenuItem::InsertToUI().
Definition at line 4763 of file cicuif.cpp.
Referenced by CModalMenu::PostKey().
| void CUIFMenu::SetMenuFont | ( | ) |
Definition at line 4775 of file cicuif.cpp.
Referenced by CUIFMenu().
Definition at line 4797 of file cicuif.cpp.
Referenced by CancelMenu().
| void CUIFMenu::SetSelectedItem | ( | CUIFMenuItem * | pItem | ) |
Definition at line 4807 of file cicuif.cpp.
| UINT CUIFMenu::ShowModalPopup | ( | CUIFWindow * | pWindow, |
| LPCRECT | prc, | ||
| BOOL | bFlag | ||
| ) |
Definition at line 4820 of file cicuif.cpp.
Referenced by CUTBContextMenu::ShowPopup(), and CUTBLBarMenu::ShowPopup().
Definition at line 4848 of file cicuif.cpp.
Referenced by CUIFMenuItem::ShowSubPopup().
| CUIFMenu::STDMETHOD_ | ( | BOOL | , |
| InitShow | |||
| ) |
| CUIFMenu::STDMETHOD_ | ( | BOOL | , |
| UninitShow | |||
| ) |
| CUIFMenu::STDMETHOD_ | ( | void | , |
| HandleMouseMsg | |||
| ) |
| CUIFMenu::STDMETHOD_ | ( | void | , |
| ModalMessageLoop | |||
| ) |
| CUIFMenu::STDMETHOD_ | ( | void | , |
| ModalMouseNotify | |||
| ) |
|
friend |
Definition at line 727 of file cicuif.h.
Referenced by ShowModalPopup(), and ShowSubPopup().
| BOOL CUIFMenu::m_bModal |
Definition at line 697 of file cicuif.h.
Referenced by CancelMenu(), PostKey(), and ShowModalPopup().
| LONG CUIFMenu::m_cxyMargin |
Definition at line 700 of file cicuif.h.
Referenced by CUIFMenuItem::DrawBitmapProc(), and SetMenuFont().
| DWORD CUIFMenu::m_dwUnknown14 |
Definition at line 699 of file cicuif.h.
Referenced by CUIFMenu().
| HFONT CUIFMenu::m_hMenuFont |
Definition at line 696 of file cicuif.h.
Referenced by CUIFMenuItem::DrawArrow(), CUIFMenuItem::DrawCheck(), SetMenuFont(), and ~CUIFMenu().
| CicArray<CUIFMenuItem*> CUIFMenu::m_MenuItems |
Definition at line 695 of file cicuif.h.
Referenced by GetNextItem(), GetPrevItem(), InsertItem(), InsertSeparator(), and ~CUIFMenu().
| UINT CUIFMenu::m_nSelectedID |
Definition at line 694 of file cicuif.h.
Referenced by CUIFMenu(), SetSelectedId(), and ShowModalPopup().
| CUIFMenu* CUIFMenu::m_pParentMenu |
Definition at line 692 of file cicuif.h.
Referenced by GetTopSubMenu().
| CUIFMenuItem* CUIFMenu::m_pSelectedItem |
Definition at line 693 of file cicuif.h.
Referenced by CUIFMenuItem::DrawBitmapProc(), GetNextItem(), GetPrevItem(), and SetSelectedItem().
| CUIFMenu* CUIFMenu::m_pVisibleSubMenu |
Definition at line 691 of file cicuif.h.
Referenced by CancelMenu(), SetSelectedId(), and ShowSubPopup().
| LPCRECT CUIFMenu::prc |
Definition at line 727 of file cicuif.h.
Referenced by ShowModalPopup(), and ShowSubPopup().