Method | Description | |
---|---|---|
DerefIndexHandle ( object o ) : void | ||
HasIndex ( int row, int column ) : bool | ||
HasIndex ( int row, int column, Qyoto.QModelIndex parent ) : bool | ||
InsertColumn ( int column ) : bool | ||
InsertColumn ( int column, Qyoto.QModelIndex parent ) : bool | ||
InsertRow ( int row ) : bool | ||
InsertRow ( int row, Qyoto.QModelIndex parent ) : bool | ||
Parent ( ) : |
||
QAbstractItemModel ( |
||
RemoveColumn ( int column ) : bool | ||
RemoveColumn ( int column, Qyoto.QModelIndex parent ) : bool | ||
RemoveRow ( int row ) : bool | ||
RemoveRow ( int row, Qyoto.QModelIndex parent ) : bool | ||
SetSupportedDragActions ( uint arg1 ) : void | ||
Sibling ( int row, int column, Qyoto.QModelIndex idx ) : Qyoto.QModelIndex | ||
SupportedDragActions ( ) : uint | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
BeginInsertColumns ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
BeginInsertRows ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
BeginMoveColumns ( Qyoto.QModelIndex sourceParent, int sourceFirst, int sourceLast, Qyoto.QModelIndex destinationParent, int destinationColumn ) : bool | ||
BeginMoveRows ( Qyoto.QModelIndex sourceParent, int sourceFirst, int sourceLast, Qyoto.QModelIndex destinationParent, int destinationRow ) : bool | ||
BeginRemoveColumns ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
BeginRemoveRows ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
BeginResetModel ( ) : void | ||
ChangePersistentIndex ( Qyoto.QModelIndex from, Qyoto.QModelIndex to ) : void | ||
ChangePersistentIndexList ( List |
||
CreateIndex ( int row, int column ) : Qyoto.QModelIndex | ||
CreateIndex ( int row, int column, int id ) : Qyoto.QModelIndex | ||
CreateIndex ( int row, int column, object ptr ) : Qyoto.QModelIndex | ||
CreateIndex ( int row, int column, uint id ) : Qyoto.QModelIndex | ||
CreateProxy ( ) : void | ||
DecodeData ( int row, int column, Qyoto.QModelIndex parent, |
||
EncodeData ( List |
||
EndInsertColumns ( ) : void | ||
EndInsertRows ( ) : void | ||
EndMoveColumns ( ) : void | ||
EndMoveRows ( ) : void | ||
EndRemoveColumns ( ) : void | ||
EndRemoveRows ( ) : void | ||
EndResetModel ( ) : void | ||
PersistentIndexList ( ) : List |
||
QAbstractItemModel ( |
||
Reset ( ) : void |
Method | Description | |
---|---|---|
AbstractItemModelCreateIndex ( |
||
Buddy ( Qyoto.QModelIndex index ) : Qyoto.QModelIndex | ||
CanFetchMore ( Qyoto.QModelIndex parent ) : bool | ||
ColumnCount ( Qyoto.QModelIndex parent ) : int | ||
Data ( Qyoto.QModelIndex index, int role ) : Qyoto.QVariant | ||
DropMimeData ( Qyoto.QMimeData data, |
||
FetchMore ( Qyoto.QModelIndex parent ) : void | ||
Flags ( Qyoto.QModelIndex index ) : uint | ||
GetIndexHandle ( object o ) : |
||
HasChildren ( ) : bool | ||
HasChildren ( Qyoto.QModelIndex parent ) : bool | ||
HeaderData ( int section, |
||
HeaderData ( int section, |
||
Index ( int row, int column, Qyoto.QModelIndex parent ) : Qyoto.QModelIndex | ||
InsertColumns ( int column, int count ) : bool | ||
InsertColumns ( int column, int count, Qyoto.QModelIndex parent ) : bool | ||
InsertRows ( int row, int count ) : bool | ||
InsertRows ( int row, int count, Qyoto.QModelIndex parent ) : bool | ||
ItemData ( Qyoto.QModelIndex index ) : QVariant>.Dictionary |
||
Match ( Qyoto.QModelIndex start, int role, Qyoto.QVariant value ) : List |
||
Match ( Qyoto.QModelIndex start, int role, Qyoto.QVariant value, int hits ) : List |
||
Match ( Qyoto.QModelIndex start, int role, Qyoto.QVariant value, int hits, uint flags ) : List |
||
MimeData ( List |
||
MimeTypes ( ) : List |
||
Parent ( Qyoto.QModelIndex child ) : Qyoto.QModelIndex | ||
QAbstractItemModel ( ) : System | ||
RemoveColumns ( int column, int count ) : bool | ||
RemoveColumns ( int column, int count, Qyoto.QModelIndex parent ) : bool | ||
RemoveRows ( int row, int count ) : bool | ||
RemoveRows ( int row, int count, Qyoto.QModelIndex parent ) : bool | ||
Revert ( ) : void | ||
RowCount ( Qyoto.QModelIndex parent ) : int | ||
SetData ( Qyoto.QModelIndex index, Qyoto.QVariant value ) : bool | ||
SetData ( Qyoto.QModelIndex index, Qyoto.QVariant value, int role ) : bool | ||
SetHeaderData ( int section, |
||
SetHeaderData ( int section, |
||
SetItemData ( Qyoto.QModelIndex index, QVariant>.Dictionary |
||
Sort ( int column ) : void | ||
Sort ( int column, |
||
Span ( Qyoto.QModelIndex index ) : Qyoto.QSize | ||
Submit ( ) : bool | ||
SupportedDropActions ( ) : uint |
protected BeginInsertColumns ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
parent | Qyoto.QModelIndex | |
first | int | |
last | int | |
return | void |
protected BeginInsertRows ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
parent | Qyoto.QModelIndex | |
first | int | |
last | int | |
return | void |
protected BeginMoveColumns ( Qyoto.QModelIndex sourceParent, int sourceFirst, int sourceLast, Qyoto.QModelIndex destinationParent, int destinationColumn ) : bool | ||
sourceParent | Qyoto.QModelIndex | |
sourceFirst | int | |
sourceLast | int | |
destinationParent | Qyoto.QModelIndex | |
destinationColumn | int | |
return | bool |
protected BeginMoveRows ( Qyoto.QModelIndex sourceParent, int sourceFirst, int sourceLast, Qyoto.QModelIndex destinationParent, int destinationRow ) : bool | ||
sourceParent | Qyoto.QModelIndex | |
sourceFirst | int | |
sourceLast | int | |
destinationParent | Qyoto.QModelIndex | |
destinationRow | int | |
return | bool |
protected BeginRemoveColumns ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
parent | Qyoto.QModelIndex | |
first | int | |
last | int | |
return | void |
protected BeginRemoveRows ( Qyoto.QModelIndex parent, int first, int last ) : void | ||
parent | Qyoto.QModelIndex | |
first | int | |
last | int | |
return | void |
protected ChangePersistentIndex ( Qyoto.QModelIndex from, Qyoto.QModelIndex to ) : void | ||
from | Qyoto.QModelIndex | |
to | Qyoto.QModelIndex | |
return | void |
protected ChangePersistentIndexList ( List |
||
from | List |
|
to | List |
|
return | void |
protected CreateIndex ( int row, int column ) : Qyoto.QModelIndex | ||
row | int | |
column | int | |
return | Qyoto.QModelIndex |
protected CreateIndex ( int row, int column, int id ) : Qyoto.QModelIndex | ||
row | int | |
column | int | |
id | int | |
return | Qyoto.QModelIndex |
protected CreateIndex ( int row, int column, object ptr ) : Qyoto.QModelIndex | ||
row | int | |
column | int | |
ptr | object | |
return | Qyoto.QModelIndex |
protected CreateIndex ( int row, int column, uint id ) : Qyoto.QModelIndex | ||
row | int | |
column | int | |
id | uint | |
return | Qyoto.QModelIndex |
protected DecodeData ( int row, int column, Qyoto.QModelIndex parent, |
||
row | int | |
column | int | |
parent | Qyoto.QModelIndex | |
stream | ||
return | bool |
public static DerefIndexHandle ( object o ) : void | ||
o | object | |
return | void |
protected EncodeData ( List |
||
indexes | List |
|
stream | ||
return | void |
public HasIndex ( int row, int column ) : bool | ||
row | int | |
column | int | |
return | bool |
public HasIndex ( int row, int column, Qyoto.QModelIndex parent ) : bool | ||
row | int | |
column | int | |
parent | Qyoto.QModelIndex | |
return | bool |
public InsertColumn ( int column, Qyoto.QModelIndex parent ) : bool | ||
column | int | |
parent | Qyoto.QModelIndex | |
return | bool |
public InsertRow ( int row, Qyoto.QModelIndex parent ) : bool | ||
row | int | |
parent | Qyoto.QModelIndex | |
return | bool |
public QAbstractItemModel ( |
||
parent | ||
return | System |
protected QAbstractItemModel ( |
||
dummy | ||
return | System |
public RemoveColumn ( int column, Qyoto.QModelIndex parent ) : bool | ||
column | int | |
parent | Qyoto.QModelIndex | |
return | bool |
public RemoveRow ( int row, Qyoto.QModelIndex parent ) : bool | ||
row | int | |
parent | Qyoto.QModelIndex | |
return | bool |
public SetSupportedDragActions ( uint arg1 ) : void | ||
arg1 | uint | |
return | void |
public Sibling ( int row, int column, Qyoto.QModelIndex idx ) : Qyoto.QModelIndex | ||
row | int | |
column | int | |
idx | Qyoto.QModelIndex | |
return | Qyoto.QModelIndex |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |