dfl2 ~master (2016-08-11T09:58:17Z)
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
properties
autoCollect
executablePath
messageLoop
resources
startupPath
userAppDataBasePath
static functions
addHotkey
addMessageFilter
doEvents
enableVisualStyles
exit
exitThread
getInstance
onThreadException
removeHotkey
removeMessageFilter
run
setInstance
showDefaultExceptionDialog
waitForEvent
static variables
hotkeys
idle
threadException
threadExit
structs
HotkeyRegister