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

Static Public Member Functions | |
| static BOOL | SendMessageToUI (CicIMCLock &imcLock, WPARAM wParam, LPARAM lParam) |
| static BOOL | InquireImeUIWndState (CicIMCLock &imcLock) |
| static BOOL | GetImeUIWndTextExtent (CicIMCLock &imcLock, LPARAM lParam) |
| @implemented | |
| static LRESULT CALLBACK | CompWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| @unimplemented | |
| UIComposition::UIComposition | ( | HWND | hwndParent | ) |
|
virtual |
@implemented
Definition at line 463 of file ui.cpp.
|
static |
@unimplemented
Definition at line 780 of file ui.cpp.
Referenced by RegisterImeClass().
@implemented
Definition at line 526 of file ui.cpp.
Referenced by CreateCompositionWindow().
| HRESULT UIComposition::CreateCompositionWindow | ( | CicIMCLock & | imcLock, |
| HWND | hwndParent | ||
| ) |
@implemented
Definition at line 566 of file ui.cpp.
@implemented
Definition at line 504 of file ui.cpp.
Referenced by CreateCompositionWindow().
| HRESULT UIComposition::DestroyCompositionWindow | ( | ) |
@implemented
Definition at line 619 of file ui.cpp.
Referenced by CreateCompositionWindow(), OnDestroy(), OnImeEndComposition(), and ~UIComposition().
@implemented
|
static |
@implemented
Definition at line 719 of file ui.cpp.
| INT UIComposition::GetLevelFromIMC | ( | CicIMCLock & | imcLock | ) |
@implemented
Definition at line 800 of file ui.cpp.
Referenced by OnImeSetContextAfter().
|
static |
| HRESULT UIComposition::OnDestroy | ( | ) |
| HRESULT UIComposition::OnImeCompositionUpdate | ( | CicIMCLock & | imcLock | ) |
@implemented
Definition at line 747 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
| HRESULT UIComposition::OnImeEndComposition | ( | ) |
@unimplemented
Definition at line 754 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
| HRESULT UIComposition::OnImeNotifySetCompositionWindow | ( | CicIMCLock & | imcLock | ) |
@implemented
Definition at line 788 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
| void UIComposition::OnImeSetContext | ( | CicIMCLock & | imcLock, |
| HWND | hUIWnd, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
@unimplemented
Definition at line 761 of file ui.cpp.
Referenced by UI::OnImeSetContext().
| HRESULT UIComposition::OnImeSetContextAfter | ( | CicIMCLock & | imcLock | ) |
@implemented
Definition at line 825 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
| void UIComposition::OnImeStartComposition | ( | CicIMCLock & | imcLock, |
| HWND | hUIWnd | ||
| ) |
@unimplemented
Definition at line 741 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
@unimplemented
Definition at line 767 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
|
static |
Definition at line 489 of file ui.cpp.
Referenced by GetImeUIWndTextExtent(), and InquireImeUIWndState().
| HRESULT UIComposition::UpdateCompositionRect | ( | CicIMCLock & | imcLock | ) |
@unimplemented
Definition at line 794 of file ui.cpp.
Referenced by OnImeNotifySetCompositionWindow().
| HRESULT UIComposition::UpdateFont | ( | CicIMCLock & | imcLock | ) |
@implemented
Definition at line 682 of file ui.cpp.
| HRESULT UIComposition::UpdateShowCompWndFlag | ( | CicIMCLock & | imcLock, |
| DWORD * | pdwCompStrLen | ||
| ) |
@implemented
Definition at line 659 of file ui.cpp.
Referenced by OnImeCompositionUpdate(), and OnImeSetContextAfter().
| BOOL UIComposition::m_bHasCompStr |
Definition at line 161 of file ui.h.
Referenced by OnImeSetContextAfter(), and UpdateShowCompWndFlag().
| BOOL UIComposition::m_bHasCompWnd |
Definition at line 150 of file ui.h.
Referenced by CreateCompositionWindow().
| BOOL UIComposition::m_bInComposition |
Definition at line 160 of file ui.h.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
| SIZE UIComposition::m_CaretSize |
Definition at line 156 of file ui.h.
Referenced by CreateCompositionWindow().
| INT UIComposition::m_cchCompStr |
Definition at line 159 of file ui.h.
Referenced by GetCompStrBuffer(), and ~UIComposition().
| COMPWND UIComposition::m_CompStrs[4] |
Definition at line 151 of file ui.h.
Referenced by CreateCompositionWindow(), DestroyCompositionWindow(), OnImeSetContextAfter(), and OnTimer().
| DWORD UIComposition::m_dwUnknown56[2] |
Definition at line 157 of file ui.h.
Referenced by OnImeCompositionUpdate(), OnImeEndComposition(), OnImeSetContextAfter(), and UpdateShowCompWndFlag().
| HFONT UIComposition::m_hFont1 |
Definition at line 152 of file ui.h.
Referenced by UpdateFont(), and ~UIComposition().
| HFONT UIComposition::m_hFont2 |
Definition at line 154 of file ui.h.
Referenced by UpdateFont(), and ~UIComposition().
| CCompButtonFrameWindow* UIComposition::m_pCompButtonFrameWindow |
Definition at line 163 of file ui.h.
Referenced by CreateCompButtonWnd(), and DestroyCompositionWindow().
| CDefCompFrameWindow* UIComposition::m_pDefCompFrameWindow |
Definition at line 162 of file ui.h.
Referenced by CreateCompositionWindow(), CreateDefFrameWnd(), DestroyCompositionWindow(), and OnImeSetContextAfter().
| LPWSTR UIComposition::m_strCompStr |
Definition at line 158 of file ui.h.
Referenced by GetCompStrBuffer(), and ~UIComposition().