C# Class Xwt.GtkBackend.CellViewBackend

Inheritance: ICellViewBackend, ICellDataSource
Afficher le fichier Open project: mono/xwt

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnLoadData ( ) : void

Private Methods

Méthode Description
HandleButtonPressEvent ( object o, Gtk args ) : void
HandleButtonReleaseEvent ( object o, Gtk args ) : void
HandleMotionNotifyEvent ( object o, Gtk args ) : void

Method Details

CellViewBackend() public méthode

public CellViewBackend ( )

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

GetValue() public méthode

public GetValue ( IDataField field ) : object
field IDataField
Résultat object

Initialize() public méthode

public Initialize ( ICellViewFrontend cellView, ICellRendererTarget rendererTarget, object target ) : void
cellView ICellViewFrontend
rendererTarget ICellRendererTarget
target object
Résultat void

InitializeBackend() public méthode

public InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void
frontend object
context Xwt.Backends.ApplicationContext
Résultat void

LoadData() public méthode

public LoadData ( Gtk.ITreeModel model, Gtk iter ) : void
model Gtk.ITreeModel
iter Gtk
Résultat void

OnLoadData() protected méthode

protected OnLoadData ( ) : void
Résultat void

QueueDraw() public méthode

public QueueDraw ( ) : void
Résultat void

SetCurrentEventRow() public méthode

public SetCurrentEventRow ( ) : void
Résultat void