Search
Preparing search index...
The search index is not available
BMap
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
BMap
render
OwllyEventHub
Class OwllyEventHub
Hierarchy
Dispatcher
OwllyEventHub
Index
Constructors
constructor
Properties
add
Enable
can
Select
selects
Methods
bind
View
dispose
emit
off
on
set
Selection
unbind
View
Constructors
constructor
new
Owlly
Event
Hub
(
context
:
RenderContext
)
:
OwllyEventHub
构造
Parameters
context:
RenderContext
Returns
OwllyEventHub
Properties
add
Enable
add
Enable
:
boolean
= false
can
Select
can
Select
:
boolean
selects
selects
:
DataNode
[]
Methods
bind
View
bind
View
(
view
:
View
)
:
void
Parameters
view:
View
Returns
void
dispose
dispose
(
)
:
void
注销
Returns
void
emit
emit
(
event
:
string
,
...
args
:
any
[]
)
:
void
事件发送
Parameters
event:
string
事件名
Rest
...
args:
any
[]
参数
Returns
void
off
off
(
event
:
string
, callback
:
Function
)
:
void
关闭事件
Parameters
event:
string
事件名
callback:
Function
回调
Returns
void
on
on
(
event
:
string
, callback
:
Function
)
:
void
开启事件
Parameters
event:
string
事件名
callback:
Function
回调
Returns
void
set
Selection
set
Selection
(
render
:
Renderer
)
:
void
Parameters
render:
Renderer
Returns
void
unbind
View
unbind
View
(
)
:
void
Returns
void
Modules
common/dispatcher
data
navigation
render
service
svg
Owlly
Event
Hub
constructor
add
Enable
can
Select
selects
bind
View
dispose
emit
off
on
set
Selection
unbind
View
构造