MCPcopy Create free account

hub / github.com/dec32/ajemi / functions

Functions155 in github.com/dec32/ajemi

MethodGetDisplayAttributeInfo
(&self, guid: *const GUID)
src/tsf/display_attribute_provider.rs:32
MethodGetGUID
(&self)
src/tsf/display_attribute_provider.rs:114
MethodGetIcon
(&self)
src/tsf/langbar_item.rs:56
MethodGetInfo
(&self, pinfo: *mut TF_LANGBARITEMINFO)
src/tsf/langbar_item.rs:21
MethodGetStatus
(&self)
src/tsf/langbar_item.rs:30
MethodGetText
(&self)
src/tsf/langbar_item.rs:59
MethodGetTooltipString
(&self)
src/tsf/langbar_item.rs:36
MethodInitMenu
(&self, pmenu: Option<&ITfMenu>)
src/tsf/langbar_item.rs:46
MethodLockServer
(&self, _flock: BOOL)
src/lib.rs:119
MethodNext
( &self, _count: u32, info: *mut Option<ITfDisplayAttributeInfo>, fetched: *mu
src/tsf/display_attribute_provider.rs:66
MethodOnClick
(&self, click: TfLBIClick, pt: &POINT, prcarea: *const RECT)
src/tsf/langbar_item.rs:42
MethodOnCompositionTerminated
( &self, _ecwrite: u32, _composition: Option<&ITfComposition>, )
src/tsf/composition.rs:232
MethodOnInitDocumentMgr
(&self, pdim: Option<&ITfDocumentMgr>)
src/tsf/thread_mgr_event_sink.rs:10
MethodOnKeyDown
The return value suggests if the key event **is** eaten or not. The client might call `OnKeyDown` directly without calling `OnTestKeyDown` beforehand.
src/tsf/key_event_sink.rs:82
MethodOnKeyUp
( &self, _context: Option<&ITfContext>, wparam: WPARAM, _lparam: LPARAM, )
src/tsf/key_event_sink.rs:124
MethodOnMenuSelect
(&self, wid: u32)
src/tsf/langbar_item.rs:53
MethodOnPopContext
(&self, pic: Option<&ITfContext>)
src/tsf/thread_mgr_event_sink.rs:26
MethodOnPreservedKey
I 've never seen this thing called.
src/tsf/key_event_sink.rs:142
MethodOnPushContext
(&self, pic: Option<&ITfContext>)
src/tsf/thread_mgr_event_sink.rs:23
MethodOnSetFocus
( &self, focus: Option<&ITfDocumentMgr>, prevfocus: Option<&ITfDocumentMgr>, )
src/tsf/thread_mgr_event_sink.rs:16
MethodOnSetFocus
(&self, foreground: BOOL)
src/tsf/key_event_sink.rs:150
MethodOnTestKeyDown
The return value suggests if the key event **will be** eaten or not **if** `OnKeyDown` is called. If `true`, the client **may** ignore the actual ret
src/tsf/key_event_sink.rs:47
MethodOnTestKeyUp
Flip the modifiers back
src/tsf/key_event_sink.rs:107
MethodOnUninitDocumentMgr
(&self, pdim: Option<&ITfDocumentMgr>)
src/tsf/thread_mgr_event_sink.rs:13
MethodReset
(&self)
src/tsf/display_attribute_provider.rs:84
MethodSetAttributeInfo
(&self, _attr: *const TF_DISPLAYATTRIBUTE)
src/tsf/display_attribute_provider.rs:136
MethodShow
(&self, fshow: BOOL)
src/tsf/langbar_item.rs:33
MethodSkip
(&self, count: u32)
src/tsf/display_attribute_provider.rs:89
Methodabbr
(self)
src/logger.rs:57
Methodbuild
()
src/engine/mod.rs:38
Methodbuild_or_default
()
src/engine/mod.rs:78
Methodcreate
()
src/tsf/mod.rs:90
Methodcreate
()
src/tsf/display_attribute_provider.rs:53
Methodcreate
(_parent_window: HWND)
src/ui/candidate_list.rs:107
Methoddefault
()
src/conf.rs:36
Methoddefault
()
src/engine/mod.rs:28
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/engine/schema.rs:68
Methodfrom
(value: WIN32_ERROR)
src/lib.rs:155
Methodfrom
(str: &'a str)
src/engine/schema.rs:47
Methodfrom_long_ptr
(long_ptr: LongPointer)
src/ui/candidate_list.rs:342
Functionmain
()
build.rs:5
Methodnew
()
src/lib.rs:104
Methodopen
()
src/conf.rs:42
Methodopen_or_default
()
src/conf.rs:56
Functionrepl
()
src/engine/mod.rs:181
Functionrepl
()
src/engine/sentence.rs:160
Functionsetup
(dll_module: HINSTANCE)
src/global.rs:16
Functionsetup
To create a window you need to register the window class beforehand.
src/ui/candidate_list.rs:54
Functiontest
()
src/engine/schema.rs:157
Functiontest
()
src/engine/sentence.rs:176
Functiontest_open
()
src/conf.rs:98
Methodto_rfc4122
(&self)
src/extend.rs:49
Methodtry_from
(key_code: usize)
src/tsf/key_event_sink.rs:211
Methodtry_from_utf16
(value: u16)
src/extend.rs:89
Functionwind_proc
use default handlers for everything but repaint
src/ui/candidate_list.rs:80
← previous101–155 of 155, ranked by callers