C# 클래스 Qyoto.QColumnView

상속: QAbstractItemView, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

Private Properties

프로퍼티 타입 설명
CreateColumn QAbstractItemView
CurrentChanged void
HorizontalOffset int
IndexAt Qyoto.QModelIndex
IsIndexHidden bool
MoveCursor Qyoto.QModelIndex
QColumnView System
ResizeEvent void
RowsInserted void
ScrollContentsBy void
ScrollTo void
ScrollTo void
SelectAll void
SetModel void
SetRootIndex void
SetSelection void
SetSelectionModel void
SizeHint Qyoto.QSize
VerticalOffset int
VisualRect Qyoto.QRect
VisualRegionForSelection QRegion

공개 메소드들

메소드 설명
ColumnWidths ( ) : List
Dispose ( ) : void
PreviewWidget ( ) : QWidget
QColumnView ( QWidget parent ) : System
SetColumnWidths ( List list ) : void
SetPreviewWidget ( QWidget widget ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
InitializeColumn ( QAbstractItemView column ) : void
QColumnView ( Type dummy ) : System

비공개 메소드들

메소드 설명
CreateColumn ( Qyoto.QModelIndex rootIndex ) : QAbstractItemView
CurrentChanged ( Qyoto.QModelIndex current, Qyoto.QModelIndex previous ) : void
HorizontalOffset ( ) : int
IndexAt ( Qyoto.QPoint point ) : Qyoto.QModelIndex
IsIndexHidden ( Qyoto.QModelIndex index ) : bool
MoveCursor ( QAbstractItemView cursorAction, uint modifiers ) : Qyoto.QModelIndex
QColumnView ( ) : System
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
RowsInserted ( Qyoto.QModelIndex parent, int start, int end ) : void
ScrollContentsBy ( int dx, int dy ) : void
ScrollTo ( Qyoto.QModelIndex index ) : void
ScrollTo ( Qyoto.QModelIndex index, QAbstractItemView hint ) : void
SelectAll ( ) : void
SetModel ( QAbstractItemModel model ) : void
SetRootIndex ( Qyoto.QModelIndex index ) : void
SetSelection ( Qyoto.QRect rect, uint command ) : void
SetSelectionModel ( Qyoto.QItemSelectionModel selectionModel ) : void
SizeHint ( ) : Qyoto.QSize
VerticalOffset ( ) : int
VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect
VisualRegionForSelection ( Qyoto.QItemSelection selection ) : QRegion

메소드 상세

ColumnWidths() 공개 메소드

public ColumnWidths ( ) : List
리턴 List

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeColumn() 보호된 메소드

protected InitializeColumn ( QAbstractItemView column ) : void
column QAbstractItemView
리턴 void

PreviewWidget() 공개 메소드

public PreviewWidget ( ) : QWidget
리턴 QWidget

QColumnView() 공개 메소드

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

QColumnView() 보호된 메소드

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

SetColumnWidths() 공개 메소드

public SetColumnWidths ( List list ) : void
list List
리턴 void

SetPreviewWidget() 공개 메소드

public SetPreviewWidget ( QWidget widget ) : void
widget QWidget
리턴 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