C# 클래스 Xwt.GtkBackend.TreeViewBackend

상속: TableViewBackend, ITreeViewBackend
파일 보기 프로젝트 열기: mono/xwt 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CollapseRow() 공개 메소드

public CollapseRow ( TreePosition pos ) : void
pos TreePosition
리턴 void

DisableEvent() 공개 메소드

public DisableEvent ( object eventId ) : void
eventId object
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EnableEvent() 공개 메소드

public EnableEvent ( object eventId ) : void
eventId object
리턴 void

ExpandRow() 공개 메소드

public ExpandRow ( TreePosition pos, bool expandedChildren ) : void
pos TreePosition
expandedChildren bool
리턴 void

ExpandToRow() 공개 메소드

public ExpandToRow ( TreePosition pos ) : void
pos TreePosition
리턴 void

GetCellBounds() 공개 메소드

public GetCellBounds ( TreePosition pos, CellView cell, bool includeMargin ) : Rectangle
pos TreePosition
cell CellView
includeMargin bool
리턴 Rectangle

GetDropTargetRow() 공개 메소드

public GetDropTargetRow ( double x, double y, RowDropPosition &pos, TreePosition &nodePosition ) : bool
x double
y double
pos RowDropPosition
nodePosition TreePosition
리턴 bool

GetRowAtPosition() 공개 메소드

public GetRowAtPosition ( System.Point p ) : TreePosition
p System.Point
리턴 TreePosition

GetRowBounds() 공개 메소드

public GetRowBounds ( TreePosition pos, bool includeMargin ) : Rectangle
pos TreePosition
includeMargin bool
리턴 Rectangle

IsRowExpanded() 공개 메소드

public IsRowExpanded ( TreePosition pos ) : bool
pos TreePosition
리턴 bool

IsRowSelected() 공개 메소드

public IsRowSelected ( TreePosition pos ) : bool
pos TreePosition
리턴 bool

OnSetDragSource() 보호된 메소드

protected OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void
modifierType Gdk
table Gtk
actions Gdk
리턴 void

OnSetDragStatus() 보호된 메소드

protected OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void
context Gdk
x int
y int
time uint
action Gdk
리턴 void

OnSetDragTarget() 보호된 메소드

protected OnSetDragTarget ( Gtk table, Gdk actions ) : void
table Gtk
actions Gdk
리턴 void

ScrollToRow() 공개 메소드

public ScrollToRow ( TreePosition pos ) : void
pos TreePosition
리턴 void

SelectRow() 공개 메소드

public SelectRow ( TreePosition pos ) : void
pos TreePosition
리턴 void

SetCurrentEventRow() 공개 메소드

public SetCurrentEventRow ( string path ) : void
path string
리턴 void

SetSource() 공개 메소드

public SetSource ( ITreeDataSource source, IBackend sourceBackend ) : void
source ITreeDataSource
sourceBackend IBackend
리턴 void

UnselectRow() 공개 메소드

public UnselectRow ( TreePosition pos ) : void
pos TreePosition
리턴 void