gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
DocumentT.OnReloadDelegateWrapper
atk
DocumentT
DocumentT
Undocumented in source.
template
DocumentT
(TStruct)
protected
class
OnReloadDelegateWrapper {
void
delegate
(
DocumentIF
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(DocumentIF) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(DocumentIF) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
DocumentIF
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
atk
DocumentT
DocumentT
classes
OnLoadCompleteDelegateWrapper
OnLoadStoppedDelegateWrapper
OnPageChangedDelegateWrapper
OnReloadDelegateWrapper
functions
addOnLoadComplete
addOnLoadStopped
addOnPageChanged
addOnReload
getAttributeValue
getAttributes
getCurrentPageNumber
getDocument
getDocumentStruct
getDocumentType
getLocale
getPageCount
internalRemoveOnLoadComplete
internalRemoveOnLoadStopped
internalRemoveOnPageChanged
internalRemoveOnReload
setAttributeValue
static functions
callBackLoadComplete
callBackLoadCompleteDestroy
callBackLoadStopped
callBackLoadStoppedDestroy
callBackPageChanged
callBackPageChangedDestroy
callBackReload
callBackReloadDestroy
variables
onLoadCompleteListeners
onLoadStoppedListeners
onPageChangedListeners
onReloadListeners