C# Class LayoutFarm.UI.RenderElementEventPortal

Inheritance: IEventPortal
显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int

Private Properties

Property Type Description
BroadcastDragHitEvents void
ForEachEventListenerBubbleUp void
ForEachOnlyEventPortalBubbleUp void
GetFreeHitChain LayoutFarm.RenderBoxes.HitChain
HitTestCoreWithPrevChainHint void
HitTestOnPreviousChain RenderElement
IEventPortal bool
IEventPortal void
IEventPortal void
IEventPortal void
SetEventOrigin void
SwapHitChain void

Public Methods

Method Description
RenderElementEventPortal ( RenderElement topRenderElement ) : System

Private Methods

Method Description
BroadcastDragHitEvents ( UIMouseEventArgs e ) : void
ForEachEventListenerBubbleUp ( UIEventArgs e, HitChain hitPointChain, EventListenerAction listenerAction ) : void
ForEachOnlyEventPortalBubbleUp ( UIEventArgs e, HitChain hitPointChain, EventPortalAction eventPortalAction ) : void
GetFreeHitChain ( ) : HitChain
HitTestCoreWithPrevChainHint ( HitChain hitPointChain, HitChain previousChain, int x, int y ) : void
HitTestOnPreviousChain ( HitChain hitPointChain, HitChain previousChain, int x, int y ) : RenderElement
IEventPortal ( UIKeyEventArgs e ) : bool
IEventPortal ( UIFocusEventArgs e ) : void
IEventPortal ( UIKeyEventArgs e ) : void
IEventPortal ( UIMouseEventArgs e ) : void
SetEventOrigin ( UIEventArgs e, HitChain hitChain ) : void
SwapHitChain ( HitChain hitChain ) : void

Method Details

RenderElementEventPortal() public method

public RenderElementEventPortal ( RenderElement topRenderElement ) : System
topRenderElement RenderElement
return System

Property Details

dbugId public_oe property

public int dbugId
return int