C# Class Xwt.GtkBackend.TreeViewBackend

Inheritance: TableViewBackend, ITreeViewBackend
Afficher le fichier Open project: mono/xwt Class Usage Examples

Méthodes publiques

Méthode Description
CollapseRow ( TreePosition pos ) : void
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
ExpandRow ( TreePosition pos, bool expandedChildren ) : void
ExpandToRow ( TreePosition pos ) : void
GetCellBounds ( TreePosition pos, CellView cell, bool includeMargin ) : Rectangle
GetDropTargetRow ( double x, double y, RowDropPosition &pos, TreePosition &nodePosition ) : bool
GetRowAtPosition ( System.Point p ) : TreePosition
GetRowBounds ( TreePosition pos, bool includeMargin ) : Rectangle
IsRowExpanded ( TreePosition pos ) : bool
IsRowSelected ( TreePosition pos ) : bool
ScrollToRow ( TreePosition pos ) : void
SelectRow ( TreePosition pos ) : void
SetCurrentEventRow ( string path ) : void
SetSource ( ITreeDataSource source, IBackend sourceBackend ) : void
UnselectRow ( TreePosition pos ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void
OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void
OnSetDragTarget ( Gtk table, Gdk actions ) : void

Private Methods

Méthode Description
HandleRowActivated ( object o, Gtk args ) : void
HandleRowCollapsed ( object o, Gtk args ) : void
HandleRowExpanded ( object o, Gtk args ) : void
HandleTestCollapseRow ( object o, Gtk args ) : void
HandleTestExpandRow ( object o, Gtk args ) : void

Method Details

CollapseRow() public méthode

public CollapseRow ( TreePosition pos ) : void
pos TreePosition
Résultat void

DisableEvent() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EnableEvent() public méthode

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

ExpandRow() public méthode

public ExpandRow ( TreePosition pos, bool expandedChildren ) : void
pos TreePosition
expandedChildren bool
Résultat void

ExpandToRow() public méthode

public ExpandToRow ( TreePosition pos ) : void
pos TreePosition
Résultat void

GetCellBounds() public méthode

public GetCellBounds ( TreePosition pos, CellView cell, bool includeMargin ) : Rectangle
pos TreePosition
cell CellView
includeMargin bool
Résultat Rectangle

GetDropTargetRow() public méthode

public GetDropTargetRow ( double x, double y, RowDropPosition &pos, TreePosition &nodePosition ) : bool
x double
y double
pos RowDropPosition
nodePosition TreePosition
Résultat bool

GetRowAtPosition() public méthode

public GetRowAtPosition ( System.Point p ) : TreePosition
p System.Point
Résultat TreePosition

GetRowBounds() public méthode

public GetRowBounds ( TreePosition pos, bool includeMargin ) : Rectangle
pos TreePosition
includeMargin bool
Résultat Rectangle

IsRowExpanded() public méthode

public IsRowExpanded ( TreePosition pos ) : bool
pos TreePosition
Résultat bool

IsRowSelected() public méthode

public IsRowSelected ( TreePosition pos ) : bool
pos TreePosition
Résultat bool

OnSetDragSource() protected méthode

protected OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void
modifierType Gdk
table Gtk
actions Gdk
Résultat void

OnSetDragStatus() protected méthode

protected OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void
context Gdk
x int
y int
time uint
action Gdk
Résultat void

OnSetDragTarget() protected méthode

protected OnSetDragTarget ( Gtk table, Gdk actions ) : void
table Gtk
actions Gdk
Résultat void

ScrollToRow() public méthode

public ScrollToRow ( TreePosition pos ) : void
pos TreePosition
Résultat void

SelectRow() public méthode

public SelectRow ( TreePosition pos ) : void
pos TreePosition
Résultat void

SetCurrentEventRow() public méthode

public SetCurrentEventRow ( string path ) : void
path string
Résultat void

SetSource() public méthode

public SetSource ( ITreeDataSource source, IBackend sourceBackend ) : void
source ITreeDataSource
sourceBackend IBackend
Résultat void

UnselectRow() public méthode

public UnselectRow ( TreePosition pos ) : void
pos TreePosition
Résultat void