dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
Application.HotkeyRegister
dfl
application
Application
class
Application
static
struct
HotkeyRegister {
alias
Handler
=
void
delegate
(
Object
c
,
KeyEventArgs
e
)
;
static
void
addHandler
(Keys k, Handler dg);
struct
IndexedCatAssigner
;
static
IndexedCatAssigner
opIndex
(Keys k);
static
void
removeHandler
(Keys k, Handler dg);
static
void
removeHandler
(Keys k);
}
Members
Aliases
Handler
alias
Handler
=
void
delegate
(
Object
c
,
KeyEventArgs
e
)
Static functions
addHandler
void
addHandler
(Keys k, Handler dg)
opIndex
IndexedCatAssigner
opIndex
(Keys k)
removeHandler
void
removeHandler
(Keys k, Handler dg)
removeHandler
void
removeHandler
(Keys k)
Structs
IndexedCatAssigner
struct
IndexedCatAssigner
Meta
Source
See Implementation
dfl
application
Application
aliases
waitMsg
properties
autoCollect
context
executablePath
messageLoop
resources
startupPath
userAppDataBasePath
static functions
_doEvents
_waitMsg
addContextMenu
addHotkey
addMenuItem
addMessageFilter
creatingControl
doEvents
enableVisualStyles
exit
exitThread
getInstance
getSpecialPath
lookupHwnd
lookupMenu
lookupMenuID
onThreadException
ppin
punpin
refCountDec
refCountInc
removeHotkey
removeHwnd
removeMenu
removeMessageFilter
run
setCompat
setInstance
showDefaultExceptionDialog
unzombieHwnd
waitForEvent
zombieHwnd
zombieKill
static variables
ZOMBIE_PROP
_compat
hotkeys
idle
threadException
threadExit
structs
HotkeyRegister