C# Class Xwt.Backends.XwtWidgetBackend

Inheritance: Widget, IWidgetBackend
Mostrar archivo Open project: TheBrainTech/xwt

Private Properties

Property Type Description
IWidgetBackend Size

Public Methods

Method Description
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
Initialize ( IWidgetEventSink eventSink ) : void
XwtWidgetBackend ( ) : System

Protected Methods

Method Description
IBackend ( object frontend, Xwt.Backends.ApplicationContext toolkit ) : void
IWidgetBackend ( ) : void
IWidgetBackend ( CursorType cursorType ) : void
IWidgetBackend ( DragStartData data ) : void
IWidgetBackend ( TransferDataType types, DragDropAction dragAction ) : void
IWidgetBackend ( double width, double height ) : void

Private Methods

Method Description
IWidgetBackend ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size

Method Details

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

IBackend() protected method

protected IBackend ( object frontend, Xwt.Backends.ApplicationContext toolkit ) : void
frontend object
toolkit Xwt.Backends.ApplicationContext
return void

IWidgetBackend() protected method

protected IWidgetBackend ( ) : void
return void

IWidgetBackend() protected method

protected IWidgetBackend ( CursorType cursorType ) : void
cursorType CursorType
return void

IWidgetBackend() protected method

protected IWidgetBackend ( DragStartData data ) : void
data DragStartData
return void

IWidgetBackend() protected method

protected IWidgetBackend ( TransferDataType types, DragDropAction dragAction ) : void
types TransferDataType
dragAction DragDropAction
return void

IWidgetBackend() protected method

protected IWidgetBackend ( double width, double height ) : void
width double
height double
return void

Initialize() public method

public Initialize ( IWidgetEventSink eventSink ) : void
eventSink IWidgetEventSink
return void

XwtWidgetBackend() public method

public XwtWidgetBackend ( ) : System
return System