EventDispatcherHandle (object)¶
バージョン 1.12.0 で追加.
The EventDispatcherHandle is used to provide access to the EventDispatcher singleton object.
The _singletons_extension
to use store the EventDispatcher.
参考
Singletons
, EventDispatcher
The EventDispatcherHandle can be constructed from Python and used to access the EventDispatcher
Methods¶
EventDispatcherHandle ( in EventDispatcherHandle other ) | |
EventDispatcherHandle () | |
EventDispatcherHandle | clone ? () |
Ref<EventDispatcher> | getEventDispatcher ? () |
Methods in detail¶
EventDispatcherHandle ( in EventDispatcherHandle other )
copy constructor
default constructor
EventDispatcherHandle EventDispatcherHandle.clone? ()
clone method
Ref<EventDispatcher> EventDispatcherHandle.getEventDispatcher? ()
returns the EventDispatcher singleton object