ReactOS 0.4.16-dev-226-g79f2289
|
#include <ui.h>
Public Member Functions | |
UI (HWND hWnd) | |
@implemented | |
virtual | ~UI () |
@implemented | |
HRESULT | _Create () |
@implemented | |
void | _Destroy () |
@implemented | |
void | OnImeSetContext (CicIMCLock &imcLock, WPARAM wParam, LPARAM lParam) |
@implemented | |
Static Public Member Functions | |
static void | OnCreate (HWND hWnd) |
@implemented | |
static void | OnDestroy (HWND hWnd) |
@implemented | |
Public Attributes | |
HWND | m_hWnd |
UIComposition * | m_pComp |
|
virtual |
@implemented
HRESULT UI::_Create | ( | ) |
@implemented
Definition at line 888 of file ui.cpp.
Referenced by OnCreate().
void UI::_Destroy | ( | ) |
@implemented
Definition at line 906 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
@implemented
Definition at line 917 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
void UI::OnImeSetContext | ( | CicIMCLock & | imcLock, |
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
@implemented
Definition at line 928 of file ui.cpp.
Referenced by CIMEUIWindowHandler::ImeUIWndProcWorker().
HWND UI::m_hWnd |
Definition at line 201 of file ui.h.
Referenced by _Create(), _Destroy(), CIMEUIWindowHandler::ImeUIWndProcWorker(), and OnImeSetContext().
UIComposition* UI::m_pComp |
Definition at line 202 of file ui.h.
Referenced by _Create(), _Destroy(), CIMEUIWindowHandler::ImeUIWndProcWorker(), OnImeSetContext(), and ~UI().