C# 클래스 Qyoto.QAbstractItemView

상속: QAbstractScrollArea
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearSelection void
CloseEditor void
CommitData void
CurrentChanged void
DataChanged void
DoItemsLayout void
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DropEvent void
Edit bool
Edit void
EditorDestroyed void
Event bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
HorizontalOffset int
HorizontalScrollbarAction void
HorizontalScrollbarValueChanged void
IndexAt Qyoto.QModelIndex
InputMethodEvent void
InputMethodQuery Qyoto.QVariant
IsIndexHidden bool
KeyPressEvent void
KeyboardSearch void
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
MoveCursor Qyoto.QModelIndex
QAbstractItemView System
Reset void
ResizeEvent void
RowsAboutToBeRemoved void
RowsInserted void
ScrollTo void
ScrollToBottom void
ScrollToTop void
SelectAll void
SelectedIndexes List
SelectionChanged void
SelectionCommand uint
SelectionCommand uint
SetCurrentIndex void
SetModel void
SetRootIndex void
SetSelection void
SetSelectionModel void
SizeHintForColumn int
SizeHintForRow int
StartDrag void
TimerEvent void
Update void
UpdateEditorData void
UpdateEditorGeometries void
UpdateGeometries void
VerticalOffset int
VerticalScrollbarAction void
VerticalScrollbarValueChanged void
ViewOptions Qyoto.QStyleOptionViewItem
ViewportEvent bool
VisualRect Qyoto.QRect
VisualRegionForSelection QRegion

공개 메소드들

메소드 설명
ClosePersistentEditor ( Qyoto.QModelIndex index ) : void
CurrentIndex ( ) : Qyoto.QModelIndex
IndexWidget ( Qyoto.QModelIndex index ) : QWidget
ItemDelegate ( ) : Qyoto.QAbstractItemDelegate
ItemDelegate ( Qyoto.QModelIndex index ) : Qyoto.QAbstractItemDelegate
ItemDelegateForColumn ( int column ) : Qyoto.QAbstractItemDelegate
ItemDelegateForRow ( int row ) : Qyoto.QAbstractItemDelegate
Model ( ) : QAbstractItemModel
OpenPersistentEditor ( Qyoto.QModelIndex index ) : void
QAbstractItemView ( QWidget parent ) : System
RootIndex ( ) : Qyoto.QModelIndex
SelectionModel ( ) : Qyoto.QItemSelectionModel
SetIndexWidget ( Qyoto.QModelIndex index, QWidget widget ) : void
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
DirtyRegionOffset ( ) : Qyoto.QPoint
DoAutoScroll ( ) : void
ExecuteDelayedItemsLayout ( ) : void
HorizontalStepsPerItem ( ) : int
QAbstractItemView ( Type dummy ) : System
ScheduleDelayedItemsLayout ( ) : void
ScrollDirtyRegion ( int dx, int dy ) : void
SetDirtyRegion ( QRegion region ) : void
SetHorizontalStepsPerItem ( int steps ) : void
SetState ( QAbstractItemView state ) : void
SetVerticalStepsPerItem ( int steps ) : void
StartAutoScroll ( ) : void
StopAutoScroll ( ) : void
VerticalStepsPerItem ( ) : int
dropIndicatorPosition ( ) : QAbstractItemView.DropIndicatorPosition
state ( ) : QAbstractItemView.State

비공개 메소드들

메소드 설명
ClearSelection ( ) : void
CloseEditor ( QWidget editor, Qyoto.QAbstractItemDelegate hint ) : void
CommitData ( QWidget editor ) : void
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, QAbstractItemView trigger, Qyoto.QEvent arg3 ) : bool
Edit ( Qyoto.QModelIndex index ) : void
EditorDestroyed ( QObject editor ) : void
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 ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt query ) : Qyoto.QVariant
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 cursorAction, uint modifiers ) : Qyoto.QModelIndex
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, QAbstractItemView hint ) : void
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 ( QAbstractItemModel model ) : void
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 ) : QRegion

메소드 상세

ClosePersistentEditor() 공개 메소드

public ClosePersistentEditor ( Qyoto.QModelIndex index ) : void
index Qyoto.QModelIndex
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CurrentIndex() 공개 메소드

public CurrentIndex ( ) : Qyoto.QModelIndex
리턴 Qyoto.QModelIndex

DirtyRegionOffset() 보호된 메소드

protected DirtyRegionOffset ( ) : Qyoto.QPoint
리턴 Qyoto.QPoint

DoAutoScroll() 보호된 메소드

protected DoAutoScroll ( ) : void
리턴 void

ExecuteDelayedItemsLayout() 보호된 메소드

protected ExecuteDelayedItemsLayout ( ) : void
리턴 void

HorizontalStepsPerItem() 보호된 메소드

protected HorizontalStepsPerItem ( ) : int
리턴 int

IndexWidget() 공개 메소드

public IndexWidget ( Qyoto.QModelIndex index ) : QWidget
index Qyoto.QModelIndex
리턴 QWidget

ItemDelegate() 공개 메소드

public ItemDelegate ( ) : Qyoto.QAbstractItemDelegate
리턴 Qyoto.QAbstractItemDelegate

ItemDelegate() 공개 메소드

public ItemDelegate ( Qyoto.QModelIndex index ) : Qyoto.QAbstractItemDelegate
index Qyoto.QModelIndex
리턴 Qyoto.QAbstractItemDelegate

ItemDelegateForColumn() 공개 메소드

public ItemDelegateForColumn ( int column ) : Qyoto.QAbstractItemDelegate
column int
리턴 Qyoto.QAbstractItemDelegate

ItemDelegateForRow() 공개 메소드

public ItemDelegateForRow ( int row ) : Qyoto.QAbstractItemDelegate
row int
리턴 Qyoto.QAbstractItemDelegate

Model() 공개 메소드

public Model ( ) : QAbstractItemModel
리턴 QAbstractItemModel

OpenPersistentEditor() 공개 메소드

public OpenPersistentEditor ( Qyoto.QModelIndex index ) : void
index Qyoto.QModelIndex
리턴 void

QAbstractItemView() 공개 메소드

public QAbstractItemView ( QWidget parent ) : System
parent QWidget
리턴 System

QAbstractItemView() 보호된 메소드

protected QAbstractItemView ( Type dummy ) : System
dummy System.Type
리턴 System

RootIndex() 공개 메소드

public RootIndex ( ) : Qyoto.QModelIndex
리턴 Qyoto.QModelIndex

ScheduleDelayedItemsLayout() 보호된 메소드

protected ScheduleDelayedItemsLayout ( ) : void
리턴 void

ScrollDirtyRegion() 보호된 메소드

protected ScrollDirtyRegion ( int dx, int dy ) : void
dx int
dy int
리턴 void

SelectionModel() 공개 메소드

public SelectionModel ( ) : Qyoto.QItemSelectionModel
리턴 Qyoto.QItemSelectionModel

SetDirtyRegion() 보호된 메소드

protected SetDirtyRegion ( QRegion region ) : void
region QRegion
리턴 void

SetHorizontalStepsPerItem() 보호된 메소드

protected SetHorizontalStepsPerItem ( int steps ) : void
steps int
리턴 void

SetIndexWidget() 공개 메소드

public SetIndexWidget ( Qyoto.QModelIndex index, QWidget widget ) : void
index Qyoto.QModelIndex
widget QWidget
리턴 void

SetItemDelegate() 공개 메소드

public SetItemDelegate ( Qyoto.QAbstractItemDelegate arg1 ) : void
arg1 Qyoto.QAbstractItemDelegate
리턴 void

SetItemDelegateForColumn() 공개 메소드

public SetItemDelegateForColumn ( int column, Qyoto.QAbstractItemDelegate arg2 ) : void
column int
arg2 Qyoto.QAbstractItemDelegate
리턴 void

SetItemDelegateForRow() 공개 메소드

public SetItemDelegateForRow ( int row, Qyoto.QAbstractItemDelegate arg2 ) : void
row int
arg2 Qyoto.QAbstractItemDelegate
리턴 void

SetState() 보호된 메소드

protected SetState ( QAbstractItemView state ) : void
state QAbstractItemView
리턴 void

SetVerticalStepsPerItem() 보호된 메소드

protected SetVerticalStepsPerItem ( int steps ) : void
steps int
리턴 void

SizeHintForIndex() 공개 메소드

public SizeHintForIndex ( Qyoto.QModelIndex index ) : Qyoto.QSize
index Qyoto.QModelIndex
리턴 Qyoto.QSize

StartAutoScroll() 보호된 메소드

protected StartAutoScroll ( ) : void
리턴 void

StopAutoScroll() 보호된 메소드

protected StopAutoScroll ( ) : void
리턴 void

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Update() 공개 메소드

public Update ( ) : void
리턴 void

VerticalStepsPerItem() 보호된 메소드

protected VerticalStepsPerItem ( ) : int
리턴 int

dropIndicatorPosition() 보호된 메소드

protected dropIndicatorPosition ( ) : QAbstractItemView.DropIndicatorPosition
리턴 QAbstractItemView.DropIndicatorPosition

state() 보호된 메소드

protected state ( ) : QAbstractItemView.State
리턴 QAbstractItemView.State