Method | Description | |
---|---|---|
ClosePersistentEditor ( Qyoto.QModelIndex index ) : void | ||
CurrentIndex ( ) : Qyoto.QModelIndex | ||
IndexWidget ( Qyoto.QModelIndex index ) : |
||
ItemDelegate ( ) : Qyoto.QAbstractItemDelegate | ||
ItemDelegate ( Qyoto.QModelIndex index ) : Qyoto.QAbstractItemDelegate | ||
ItemDelegateForColumn ( int column ) : Qyoto.QAbstractItemDelegate | ||
ItemDelegateForRow ( int row ) : Qyoto.QAbstractItemDelegate | ||
Model ( ) : |
||
OpenPersistentEditor ( Qyoto.QModelIndex index ) : void | ||
QAbstractItemView ( |
||
RootIndex ( ) : Qyoto.QModelIndex | ||
SelectionModel ( ) : Qyoto.QItemSelectionModel | ||
SetIndexWidget ( Qyoto.QModelIndex index, |
||
SetItemDelegate ( Qyoto.QAbstractItemDelegate arg1 ) : void | ||
SetItemDelegateForColumn ( int column, Qyoto.QAbstractItemDelegate arg2 ) : void | ||
SetItemDelegateForRow ( int row, Qyoto.QAbstractItemDelegate arg2 ) : void | ||
SizeHintForIndex ( Qyoto.QModelIndex index ) : Qyoto.QSize | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
DirtyRegionOffset ( ) : Qyoto.QPoint | ||
DoAutoScroll ( ) : void | ||
ExecuteDelayedItemsLayout ( ) : void | ||
HorizontalStepsPerItem ( ) : int | ||
QAbstractItemView ( |
||
ScheduleDelayedItemsLayout ( ) : void | ||
ScrollDirtyRegion ( int dx, int dy ) : void | ||
SetDirtyRegion ( |
||
SetHorizontalStepsPerItem ( int steps ) : void | ||
SetState ( |
||
SetVerticalStepsPerItem ( int steps ) : void | ||
StartAutoScroll ( ) : void | ||
StopAutoScroll ( ) : void | ||
VerticalStepsPerItem ( ) : int | ||
dropIndicatorPosition ( ) : QAbstractItemView.DropIndicatorPosition | ||
state ( ) : QAbstractItemView.State |
Method | Description | |
---|---|---|
ClearSelection ( ) : void | ||
CloseEditor ( |
||
CommitData ( |
||
CurrentChanged ( Qyoto.QModelIndex current, Qyoto.QModelIndex previous ) : void | ||
DataChanged ( Qyoto.QModelIndex topLeft, Qyoto.QModelIndex bottomRight ) : void | ||
DoItemsLayout ( ) : void | ||
DragEnterEvent ( Qyoto.QDragEnterEvent arg1 ) : void | ||
DragLeaveEvent ( Qyoto.QDragLeaveEvent arg1 ) : void | ||
DragMoveEvent ( Qyoto.QDragMoveEvent arg1 ) : void | ||
DropEvent ( Qyoto.QDropEvent arg1 ) : void | ||
Edit ( Qyoto.QModelIndex index, |
||
Edit ( Qyoto.QModelIndex index ) : void | ||
EditorDestroyed ( |
||
Event ( Qyoto.QEvent arg1 ) : bool | ||
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void | ||
FocusNextPrevChild ( bool next ) : bool | ||
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void | ||
HorizontalOffset ( ) : int | ||
HorizontalScrollbarAction ( int action ) : void | ||
HorizontalScrollbarValueChanged ( int value ) : void | ||
IndexAt ( Qyoto.QPoint point ) : Qyoto.QModelIndex | ||
InputMethodEvent ( |
||
InputMethodQuery ( |
||
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 ( |
||
QAbstractItemView ( ) : System | ||
Reset ( ) : void | ||
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void | ||
RowsAboutToBeRemoved ( Qyoto.QModelIndex parent, int start, int end ) : void | ||
RowsInserted ( Qyoto.QModelIndex parent, int start, int end ) : void | ||
ScrollTo ( Qyoto.QModelIndex index, |
||
ScrollToBottom ( ) : void | ||
ScrollToTop ( ) : void | ||
SelectAll ( ) : void | ||
SelectedIndexes ( ) : List |
||
SelectionChanged ( Qyoto.QItemSelection selected, Qyoto.QItemSelection deselected ) : void | ||
SelectionCommand ( Qyoto.QModelIndex index ) : uint | ||
SelectionCommand ( Qyoto.QModelIndex index, Qyoto.QEvent arg2 ) : uint | ||
SetCurrentIndex ( Qyoto.QModelIndex index ) : void | ||
SetModel ( |
||
SetRootIndex ( Qyoto.QModelIndex index ) : void | ||
SetSelection ( Qyoto.QRect rect, uint command ) : void | ||
SetSelectionModel ( Qyoto.QItemSelectionModel selectionModel ) : void | ||
SizeHintForColumn ( int column ) : int | ||
SizeHintForRow ( int row ) : int | ||
StartDrag ( uint supportedActions ) : void | ||
TimerEvent ( Qyoto.QTimerEvent arg1 ) : void | ||
Update ( Qyoto.QModelIndex index ) : void | ||
UpdateEditorData ( ) : void | ||
UpdateEditorGeometries ( ) : void | ||
UpdateGeometries ( ) : void | ||
VerticalOffset ( ) : int | ||
VerticalScrollbarAction ( int action ) : void | ||
VerticalScrollbarValueChanged ( int value ) : void | ||
ViewOptions ( ) : Qyoto.QStyleOptionViewItem | ||
ViewportEvent ( Qyoto.QEvent arg1 ) : bool | ||
VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect | ||
VisualRegionForSelection ( Qyoto.QItemSelection selection ) : |
public ClosePersistentEditor ( Qyoto.QModelIndex index ) : void | ||
index | Qyoto.QModelIndex | |
return | void |
protected DirtyRegionOffset ( ) : Qyoto.QPoint | ||
return | Qyoto.QPoint |
protected ExecuteDelayedItemsLayout ( ) : void | ||
return | void |
public IndexWidget ( Qyoto.QModelIndex index ) : |
||
index | Qyoto.QModelIndex | |
return |
public ItemDelegate ( ) : Qyoto.QAbstractItemDelegate | ||
return | Qyoto.QAbstractItemDelegate |
public ItemDelegate ( Qyoto.QModelIndex index ) : Qyoto.QAbstractItemDelegate | ||
index | Qyoto.QModelIndex | |
return | Qyoto.QAbstractItemDelegate |
public ItemDelegateForColumn ( int column ) : Qyoto.QAbstractItemDelegate | ||
column | int | |
return | Qyoto.QAbstractItemDelegate |
public ItemDelegateForRow ( int row ) : Qyoto.QAbstractItemDelegate | ||
row | int | |
return | Qyoto.QAbstractItemDelegate |
public OpenPersistentEditor ( Qyoto.QModelIndex index ) : void | ||
index | Qyoto.QModelIndex | |
return | void |
public QAbstractItemView ( |
||
parent | ||
return | System |
protected QAbstractItemView ( |
||
dummy | ||
return | System |
protected ScheduleDelayedItemsLayout ( ) : void | ||
return | void |
protected ScrollDirtyRegion ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
return | void |
public SelectionModel ( ) : Qyoto.QItemSelectionModel | ||
return | Qyoto.QItemSelectionModel |
protected SetDirtyRegion ( |
||
region | ||
return | void |
protected SetHorizontalStepsPerItem ( int steps ) : void | ||
steps | int | |
return | void |
public SetIndexWidget ( Qyoto.QModelIndex index, |
||
index | Qyoto.QModelIndex | |
widget | ||
return | void |
public SetItemDelegate ( Qyoto.QAbstractItemDelegate arg1 ) : void | ||
arg1 | Qyoto.QAbstractItemDelegate | |
return | void |
public SetItemDelegateForColumn ( int column, Qyoto.QAbstractItemDelegate arg2 ) : void | ||
column | int | |
arg2 | Qyoto.QAbstractItemDelegate | |
return | void |
public SetItemDelegateForRow ( int row, Qyoto.QAbstractItemDelegate arg2 ) : void | ||
row | int | |
arg2 | Qyoto.QAbstractItemDelegate | |
return | void |
protected SetState ( |
||
state | ||
return | void |
protected SetVerticalStepsPerItem ( int steps ) : void | ||
steps | int | |
return | void |
public SizeHintForIndex ( Qyoto.QModelIndex index ) : Qyoto.QSize | ||
index | Qyoto.QModelIndex | |
return | Qyoto.QSize |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
protected dropIndicatorPosition ( ) : QAbstractItemView.DropIndicatorPosition | ||
return | QAbstractItemView.DropIndicatorPosition |
protected state ( ) : QAbstractItemView.State | ||
return | QAbstractItemView.State |