Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dec32/ajemi
/ functions
Functions
155 in github.com/dec32/ajemi
⨍
Functions
155
◇
Types & classes
33
Method
GetDisplayAttributeInfo
(&self, guid: *const GUID)
src/tsf/display_attribute_provider.rs:32
Method
GetGUID
(&self)
src/tsf/display_attribute_provider.rs:114
Method
GetIcon
(&self)
src/tsf/langbar_item.rs:56
Method
GetInfo
(&self, pinfo: *mut TF_LANGBARITEMINFO)
src/tsf/langbar_item.rs:21
Method
GetStatus
(&self)
src/tsf/langbar_item.rs:30
Method
GetText
(&self)
src/tsf/langbar_item.rs:59
Method
GetTooltipString
(&self)
src/tsf/langbar_item.rs:36
Method
InitMenu
(&self, pmenu: Option<&ITfMenu>)
src/tsf/langbar_item.rs:46
Method
LockServer
(&self, _flock: BOOL)
src/lib.rs:119
Method
Next
( &self, _count: u32, info: *mut Option<ITfDisplayAttributeInfo>, fetched: *mu
src/tsf/display_attribute_provider.rs:66
Method
OnClick
(&self, click: TfLBIClick, pt: &POINT, prcarea: *const RECT)
src/tsf/langbar_item.rs:42
Method
OnCompositionTerminated
( &self, _ecwrite: u32, _composition: Option<&ITfComposition>, )
src/tsf/composition.rs:232
Method
OnInitDocumentMgr
(&self, pdim: Option<&ITfDocumentMgr>)
src/tsf/thread_mgr_event_sink.rs:10
Method
OnKeyDown
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
Method
OnKeyUp
( &self, _context: Option<&ITfContext>, wparam: WPARAM, _lparam: LPARAM, )
src/tsf/key_event_sink.rs:124
Method
OnMenuSelect
(&self, wid: u32)
src/tsf/langbar_item.rs:53
Method
OnPopContext
(&self, pic: Option<&ITfContext>)
src/tsf/thread_mgr_event_sink.rs:26
Method
OnPreservedKey
I 've never seen this thing called.
src/tsf/key_event_sink.rs:142
Method
OnPushContext
(&self, pic: Option<&ITfContext>)
src/tsf/thread_mgr_event_sink.rs:23
Method
OnSetFocus
( &self, focus: Option<&ITfDocumentMgr>, prevfocus: Option<&ITfDocumentMgr>, )
src/tsf/thread_mgr_event_sink.rs:16
Method
OnSetFocus
(&self, foreground: BOOL)
src/tsf/key_event_sink.rs:150
Method
OnTestKeyDown
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
Method
OnTestKeyUp
Flip the modifiers back
src/tsf/key_event_sink.rs:107
Method
OnUninitDocumentMgr
(&self, pdim: Option<&ITfDocumentMgr>)
src/tsf/thread_mgr_event_sink.rs:13
Method
Reset
(&self)
src/tsf/display_attribute_provider.rs:84
Method
SetAttributeInfo
(&self, _attr: *const TF_DISPLAYATTRIBUTE)
src/tsf/display_attribute_provider.rs:136
Method
Show
(&self, fshow: BOOL)
src/tsf/langbar_item.rs:33
Method
Skip
(&self, count: u32)
src/tsf/display_attribute_provider.rs:89
Method
abbr
(self)
src/logger.rs:57
Method
build
()
src/engine/mod.rs:38
Method
build_or_default
()
src/engine/mod.rs:78
Method
create
()
src/tsf/mod.rs:90
Method
create
()
src/tsf/display_attribute_provider.rs:53
Method
create
(_parent_window: HWND)
src/ui/candidate_list.rs:107
Method
default
()
src/conf.rs:36
Method
default
()
src/engine/mod.rs:28
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/engine/schema.rs:68
Method
from
(value: WIN32_ERROR)
src/lib.rs:155
Method
from
(str: &'a str)
src/engine/schema.rs:47
Method
from_long_ptr
(long_ptr: LongPointer)
src/ui/candidate_list.rs:342
Function
main
()
build.rs:5
Method
new
()
src/lib.rs:104
Method
open
()
src/conf.rs:42
Method
open_or_default
()
src/conf.rs:56
Function
repl
()
src/engine/mod.rs:181
Function
repl
()
src/engine/sentence.rs:160
Function
setup
(dll_module: HINSTANCE)
src/global.rs:16
Function
setup
To create a window you need to register the window class beforehand.
src/ui/candidate_list.rs:54
Function
test
()
src/engine/schema.rs:157
Function
test
()
src/engine/sentence.rs:176
Function
test_open
()
src/conf.rs:98
Method
to_rfc4122
(&self)
src/extend.rs:49
Method
try_from
(key_code: usize)
src/tsf/key_event_sink.rs:211
Method
try_from_utf16
(value: u16)
src/extend.rs:89
Function
wind_proc
use default handlers for everything but repaint
src/ui/candidate_list.rs:80
← previous
101–155 of 155, ranked by callers