Class EventBinderBase

Inheritance Relationships

Derived Types

Class Documentation

class EventBinderBase

Subclassed by EventBinder< T >, EventBinder< ContentBrowser >, EventBinder< CustomPostProcess >, EventBinder< CustomRenderInterface >, EventBinder< EditorSystem >, EventBinder< Entity >, EventBinder< FileEditor >, EventBinder< FileViewer >, EventBinder< InputInterface >, EventBinder< InputSystem >, EventBinder< InspectorDock >, EventBinder< LuaInterpreter >, EventBinder< OutputDock >, EventBinder< RenderingDevice >, EventBinder< RenderSystem >, EventBinder< SceneDock >, EventBinder< SceneLoader >, EventBinder< ToolbarDock >, EventBinder< UISystem >, EventBinder< Window >

Public Functions

virtual bool hasBinding(const Event::Type &binding) const = 0
virtual Variant handle(const Event &event) = 0

Call only if binding exists.