Method | Description | |
---|---|---|
ColumnAt ( int x ) : int | ||
ColumnViewportPosition ( int column ) : int | ||
ColumnWidth ( int column ) : int | ||
Dispose ( ) : void | ||
Header ( ) : |
||
IndexAbove ( Qyoto.QModelIndex index ) : Qyoto.QModelIndex | ||
IndexBelow ( Qyoto.QModelIndex index ) : Qyoto.QModelIndex | ||
IsColumnHidden ( int column ) : bool | ||
IsExpanded ( Qyoto.QModelIndex index ) : bool | ||
IsFirstColumnSpanned ( int row, Qyoto.QModelIndex parent ) : bool | ||
IsRowHidden ( int row, Qyoto.QModelIndex parent ) : bool | ||
QTreeView ( |
||
SetColumnHidden ( int column, bool hide ) : void | ||
SetColumnWidth ( int column, int width ) : void | ||
SetExpanded ( Qyoto.QModelIndex index, bool expand ) : void | ||
SetFirstColumnSpanned ( int row, Qyoto.QModelIndex parent, bool span ) : void | ||
SetHeader ( |
||
SetRowHidden ( int row, Qyoto.QModelIndex parent, bool hide ) : void | ||
SortByColumn ( int column, |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
DrawTree ( |
||
IndexRowSizeHint ( Qyoto.QModelIndex index ) : int | ||
QTreeView ( |
||
RowHeight ( Qyoto.QModelIndex index ) : int |
Method | Description | |
---|---|---|
Collapse ( Qyoto.QModelIndex index ) : void | ||
CollapseAll ( ) : void | ||
ColumnCountChanged ( int oldCount, int newCount ) : void | ||
ColumnMoved ( ) : void | ||
ColumnResized ( int column, int oldSize, int newSize ) : void | ||
CurrentChanged ( Qyoto.QModelIndex current, Qyoto.QModelIndex previous ) : void | ||
DataChanged ( Qyoto.QModelIndex topLeft, Qyoto.QModelIndex bottomRight ) : void | ||
DoItemsLayout ( ) : void | ||
DragMoveEvent ( Qyoto.QDragMoveEvent arg1 ) : void | ||
DrawBranches ( |
||
DrawRow ( |
||
Expand ( Qyoto.QModelIndex index ) : void | ||
ExpandAll ( ) : void | ||
ExpandToDepth ( int depth ) : void | ||
HideColumn ( int column ) : void | ||
HorizontalOffset ( ) : int | ||
HorizontalScrollbarAction ( int action ) : void | ||
IndexAt ( Qyoto.QPoint p ) : Qyoto.QModelIndex | ||
IsIndexHidden ( Qyoto.QModelIndex index ) : bool | ||
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void | ||
KeyboardSearch ( string search ) : void | ||
MouseDoubleClickEvent ( Qyoto.QMouseEvent arg1 ) : void | ||
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void | ||
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void | ||
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void | ||
MoveCursor ( |
||
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void | ||
QTreeView ( ) : System | ||
Reexpand ( ) : void | ||
Reset ( ) : void | ||
ResizeColumnToContents ( int column ) : void | ||
RowsAboutToBeRemoved ( Qyoto.QModelIndex parent, int start, int end ) : void | ||
RowsInserted ( Qyoto.QModelIndex parent, int start, int end ) : void | ||
RowsRemoved ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
ScrollContentsBy ( int dx, int dy ) : void | ||
ScrollTo ( Qyoto.QModelIndex index ) : void | ||
ScrollTo ( Qyoto.QModelIndex index, |
||
SelectAll ( ) : void | ||
SelectedIndexes ( ) : List |
||
SelectionChanged ( Qyoto.QItemSelection selected, Qyoto.QItemSelection deselected ) : void | ||
SetModel ( |
||
SetRootIndex ( Qyoto.QModelIndex index ) : void | ||
SetSelection ( Qyoto.QRect rect, uint command ) : void | ||
SetSelectionModel ( Qyoto.QItemSelectionModel selectionModel ) : void | ||
ShowColumn ( int column ) : void | ||
SizeHintForColumn ( int column ) : int | ||
SortByColumn ( int column ) : void | ||
TimerEvent ( Qyoto.QTimerEvent arg1 ) : void | ||
UpdateGeometries ( ) : void | ||
VerticalOffset ( ) : int | ||
ViewportEvent ( Qyoto.QEvent arg1 ) : bool | ||
VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect | ||
VisualRegionForSelection ( Qyoto.QItemSelection selection ) : |
public ColumnViewportPosition ( int column ) : int | ||
column | int | |
return | int |
protected DrawTree ( |
||
painter | ||
region | ||
return | void |
public IndexAbove ( Qyoto.QModelIndex index ) : Qyoto.QModelIndex | ||
index | Qyoto.QModelIndex | |
return | Qyoto.QModelIndex |
public IndexBelow ( Qyoto.QModelIndex index ) : Qyoto.QModelIndex | ||
index | Qyoto.QModelIndex | |
return | Qyoto.QModelIndex |
protected IndexRowSizeHint ( Qyoto.QModelIndex index ) : int | ||
index | Qyoto.QModelIndex | |
return | int |
public IsExpanded ( Qyoto.QModelIndex index ) : bool | ||
index | Qyoto.QModelIndex | |
return | bool |
public IsFirstColumnSpanned ( int row, Qyoto.QModelIndex parent ) : bool | ||
row | int | |
parent | Qyoto.QModelIndex | |
return | bool |
public IsRowHidden ( int row, Qyoto.QModelIndex parent ) : bool | ||
row | int | |
parent | Qyoto.QModelIndex | |
return | bool |
protected QTreeView ( |
||
dummy | ||
return | System |
protected RowHeight ( Qyoto.QModelIndex index ) : int | ||
index | Qyoto.QModelIndex | |
return | int |
public SetColumnHidden ( int column, bool hide ) : void | ||
column | int | |
hide | bool | |
return | void |
public SetColumnWidth ( int column, int width ) : void | ||
column | int | |
width | int | |
return | void |
public SetExpanded ( Qyoto.QModelIndex index, bool expand ) : void | ||
index | Qyoto.QModelIndex | |
expand | bool | |
return | void |
public SetFirstColumnSpanned ( int row, Qyoto.QModelIndex parent, bool span ) : void | ||
row | int | |
parent | Qyoto.QModelIndex | |
span | bool | |
return | void |
public SetHeader ( |
||
header | ||
return | void |
public SetRowHidden ( int row, Qyoto.QModelIndex parent, bool hide ) : void | ||
row | int | |
parent | Qyoto.QModelIndex | |
hide | bool | |
return | void |
public SortByColumn ( int column, |
||
column | int | |
order | ||
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |