C# Class Xwt.GtkBackend.CellViewBackend

Inheritance: ICellViewBackend, ICellDataSource
Mostrar archivo Open project: mono/xwt

Public Methods

Method Description
CellViewBackend ( )
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetValue ( IDataField field ) : object
Initialize ( ICellViewFrontend cellView, ICellRendererTarget rendererTarget, object target ) : void
InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void
LoadData ( Gtk.ITreeModel model, Gtk iter ) : void
QueueDraw ( ) : void
SetCurrentEventRow ( ) : void

Protected Methods

Method Description
OnLoadData ( ) : void

Private Methods

Method Description
HandleButtonPressEvent ( object o, Gtk args ) : void
HandleButtonReleaseEvent ( object o, Gtk args ) : void
HandleMotionNotifyEvent ( object o, Gtk args ) : void

Method Details

CellViewBackend() public method

public CellViewBackend ( )

DisableEvent() public method

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

EnableEvent() public method

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

GetValue() public method

public GetValue ( IDataField field ) : object
field IDataField
return object

Initialize() public method

public Initialize ( ICellViewFrontend cellView, ICellRendererTarget rendererTarget, object target ) : void
cellView ICellViewFrontend
rendererTarget ICellRendererTarget
target object
return void

InitializeBackend() public method

public InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void
frontend object
context Xwt.Backends.ApplicationContext
return void

LoadData() public method

public LoadData ( Gtk.ITreeModel model, Gtk iter ) : void
model Gtk.ITreeModel
iter Gtk
return void

OnLoadData() protected method

protected OnLoadData ( ) : void
return void

QueueDraw() public method

public QueueDraw ( ) : void
return void

SetCurrentEventRow() public method

public SetCurrentEventRow ( ) : void
return void