C# 클래스 Qyoto.QHeaderView

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

Private Properties

프로퍼티 타입 설명
CurrentChanged void
DataChanged void
DoItemsLayout void
Event bool
HeaderDataChanged void
HorizontalOffset int
IndexAt Qyoto.QModelIndex
IsIndexHidden bool
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
MoveCursor Qyoto.QModelIndex
PaintEvent void
PaintSection void
QHeaderView System
Reset void
ResizeSections void
RowsInserted void
ScrollContentsBy void
ScrollTo void
SectionSizeFromContents Qyoto.QSize
SectionsAboutToBeRemoved void
SectionsInserted void
SetModel void
SetOffset void
SetOffsetToLastSection void
SetOffsetToSectionPosition void
SetSelection void
SizeHint Qyoto.QSize
UpdateGeometries void
UpdateSection void
VerticalOffset int
ViewportEvent bool
VisualRect Qyoto.QRect
VisualRegionForSelection QRegion

공개 메소드들

메소드 설명
Count ( ) : int
Dispose ( ) : void
HiddenSectionCount ( ) : int
HideSection ( int logicalIndex ) : void
IsClickable ( ) : bool
IsMovable ( ) : bool
IsSectionHidden ( int logicalIndex ) : bool
Length ( ) : int
LogicalIndex ( int visualIndex ) : int
LogicalIndexAt ( Qyoto.QPoint pos ) : int
LogicalIndexAt ( int position ) : int
LogicalIndexAt ( int x, int y ) : int
MoveSection ( int from, int to ) : void
Offset ( ) : int
Orientation ( ) : Qt.Orientation
QHeaderView ( Qt orientation ) : System
QHeaderView ( Qt orientation, QWidget parent ) : System
ResizeSection ( int logicalIndex, int size ) : void
ResizeSections ( QHeaderView mode ) : void
RestoreState ( Qyoto.QByteArray state ) : bool
SaveState ( ) : Qyoto.QByteArray
SectionPosition ( int logicalIndex ) : int
SectionSize ( int logicalIndex ) : int
SectionSizeHint ( int logicalIndex ) : int
SectionViewportPosition ( int logicalIndex ) : int
SectionsHidden ( ) : bool
SectionsMoved ( ) : bool
SetClickable ( bool clickable ) : void
SetMovable ( bool movable ) : void
SetResizeMode ( QHeaderView mode ) : void
SetResizeMode ( int logicalIndex, QHeaderView mode ) : void
SetSectionHidden ( int logicalIndex, bool hide ) : void
SetSortIndicator ( int logicalIndex, Qt order ) : void
ShowSection ( int logicalIndex ) : void
SortIndicatorOrder ( ) : Qt.SortOrder
SortIndicatorSection ( ) : int
StretchSectionCount ( ) : int
SwapSections ( int first, int second ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string
VisualIndex ( int logicalIndex ) : int
VisualIndexAt ( int position ) : int
resizeMode ( int logicalIndex ) : QHeaderView.ResizeMode

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
InitStyleOption ( QStyleOptionHeader option ) : void
Initialize ( ) : void
InitializeSections ( ) : void
InitializeSections ( int start, int end ) : void
QHeaderView ( Type dummy ) : System

비공개 메소드들

메소드 설명
CurrentChanged ( Qyoto.QModelIndex current, Qyoto.QModelIndex old ) : void
DataChanged ( Qyoto.QModelIndex topLeft, Qyoto.QModelIndex bottomRight ) : void
DoItemsLayout ( ) : void
Event ( Qyoto.QEvent e ) : bool
HeaderDataChanged ( Qt orientation, int logicalFirst, int logicalLast ) : void
HorizontalOffset ( ) : int
IndexAt ( Qyoto.QPoint p ) : Qyoto.QModelIndex
IsIndexHidden ( Qyoto.QModelIndex index ) : bool
MouseDoubleClickEvent ( Qyoto.QMouseEvent e ) : void
MouseMoveEvent ( Qyoto.QMouseEvent e ) : void
MousePressEvent ( Qyoto.QMouseEvent e ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent e ) : void
MoveCursor ( QAbstractItemView arg1, uint arg2 ) : Qyoto.QModelIndex
PaintEvent ( Qyoto.QPaintEvent e ) : void
PaintSection ( QPainter painter, Qyoto.QRect rect, int logicalIndex ) : void
QHeaderView ( ) : System
Reset ( ) : void
ResizeSections ( ) : void
RowsInserted ( Qyoto.QModelIndex parent, int start, int end ) : void
ScrollContentsBy ( int dx, int dy ) : void
ScrollTo ( Qyoto.QModelIndex index, QAbstractItemView hint ) : void
SectionSizeFromContents ( int logicalIndex ) : Qyoto.QSize
SectionsAboutToBeRemoved ( Qyoto.QModelIndex parent, int logicalFirst, int logicalLast ) : void
SectionsInserted ( Qyoto.QModelIndex parent, int logicalFirst, int logicalLast ) : void
SetModel ( QAbstractItemModel model ) : void
SetOffset ( int offset ) : void
SetOffsetToLastSection ( ) : void
SetOffsetToSectionPosition ( int visualIndex ) : void
SetSelection ( Qyoto.QRect rect, uint flags ) : void
SizeHint ( ) : Qyoto.QSize
UpdateGeometries ( ) : void
UpdateSection ( int logicalIndex ) : void
VerticalOffset ( ) : int
ViewportEvent ( Qyoto.QEvent e ) : bool
VisualRect ( Qyoto.QModelIndex index ) : Qyoto.QRect
VisualRegionForSelection ( Qyoto.QItemSelection selection ) : QRegion

메소드 상세

Count() 공개 메소드

public Count ( ) : int
리턴 int

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HiddenSectionCount() 공개 메소드

public HiddenSectionCount ( ) : int
리턴 int

HideSection() 공개 메소드

public HideSection ( int logicalIndex ) : void
logicalIndex int
리턴 void

InitStyleOption() 보호된 메소드

protected InitStyleOption ( QStyleOptionHeader option ) : void
option QStyleOptionHeader
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

InitializeSections() 보호된 메소드

protected InitializeSections ( ) : void
리턴 void

InitializeSections() 보호된 메소드

protected InitializeSections ( int start, int end ) : void
start int
end int
리턴 void

IsClickable() 공개 메소드

public IsClickable ( ) : bool
리턴 bool

IsMovable() 공개 메소드

public IsMovable ( ) : bool
리턴 bool

IsSectionHidden() 공개 메소드

public IsSectionHidden ( int logicalIndex ) : bool
logicalIndex int
리턴 bool

Length() 공개 메소드

public Length ( ) : int
리턴 int

LogicalIndex() 공개 메소드

public LogicalIndex ( int visualIndex ) : int
visualIndex int
리턴 int

LogicalIndexAt() 공개 메소드

public LogicalIndexAt ( Qyoto.QPoint pos ) : int
pos Qyoto.QPoint
리턴 int

LogicalIndexAt() 공개 메소드

public LogicalIndexAt ( int position ) : int
position int
리턴 int

LogicalIndexAt() 공개 메소드

public LogicalIndexAt ( int x, int y ) : int
x int
y int
리턴 int

MoveSection() 공개 메소드

public MoveSection ( int from, int to ) : void
from int
to int
리턴 void

Offset() 공개 메소드

public Offset ( ) : int
리턴 int

Orientation() 공개 메소드

public Orientation ( ) : Qt.Orientation
리턴 Qt.Orientation

QHeaderView() 공개 메소드

public QHeaderView ( Qt orientation ) : System
orientation Qt
리턴 System

QHeaderView() 공개 메소드

public QHeaderView ( Qt orientation, QWidget parent ) : System
orientation Qt
parent QWidget
리턴 System

QHeaderView() 보호된 메소드

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

ResizeSection() 공개 메소드

public ResizeSection ( int logicalIndex, int size ) : void
logicalIndex int
size int
리턴 void

ResizeSections() 공개 메소드

public ResizeSections ( QHeaderView mode ) : void
mode QHeaderView
리턴 void

RestoreState() 공개 메소드

public RestoreState ( Qyoto.QByteArray state ) : bool
state Qyoto.QByteArray
리턴 bool

SaveState() 공개 메소드

public SaveState ( ) : Qyoto.QByteArray
리턴 Qyoto.QByteArray

SectionPosition() 공개 메소드

public SectionPosition ( int logicalIndex ) : int
logicalIndex int
리턴 int

SectionSize() 공개 메소드

public SectionSize ( int logicalIndex ) : int
logicalIndex int
리턴 int

SectionSizeHint() 공개 메소드

public SectionSizeHint ( int logicalIndex ) : int
logicalIndex int
리턴 int

SectionViewportPosition() 공개 메소드

public SectionViewportPosition ( int logicalIndex ) : int
logicalIndex int
리턴 int

SectionsHidden() 공개 메소드

public SectionsHidden ( ) : bool
리턴 bool

SectionsMoved() 공개 메소드

public SectionsMoved ( ) : bool
리턴 bool

SetClickable() 공개 메소드

public SetClickable ( bool clickable ) : void
clickable bool
리턴 void

SetMovable() 공개 메소드

public SetMovable ( bool movable ) : void
movable bool
리턴 void

SetResizeMode() 공개 메소드

public SetResizeMode ( QHeaderView mode ) : void
mode QHeaderView
리턴 void

SetResizeMode() 공개 메소드

public SetResizeMode ( int logicalIndex, QHeaderView mode ) : void
logicalIndex int
mode QHeaderView
리턴 void

SetSectionHidden() 공개 메소드

public SetSectionHidden ( int logicalIndex, bool hide ) : void
logicalIndex int
hide bool
리턴 void

SetSortIndicator() 공개 메소드

public SetSortIndicator ( int logicalIndex, Qt order ) : void
logicalIndex int
order Qt
리턴 void

ShowSection() 공개 메소드

public ShowSection ( int logicalIndex ) : void
logicalIndex int
리턴 void

SortIndicatorOrder() 공개 메소드

public SortIndicatorOrder ( ) : Qt.SortOrder
리턴 Qt.SortOrder

SortIndicatorSection() 공개 메소드

public SortIndicatorSection ( ) : int
리턴 int

StretchSectionCount() 공개 메소드

public StretchSectionCount ( ) : int
리턴 int

SwapSections() 공개 메소드

public SwapSections ( int first, int second ) : void
first int
second int
리턴 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

VisualIndex() 공개 메소드

public VisualIndex ( int logicalIndex ) : int
logicalIndex int
리턴 int

VisualIndexAt() 공개 메소드

public VisualIndexAt ( int position ) : int
position int
리턴 int

resizeMode() 공개 메소드

public resizeMode ( int logicalIndex ) : QHeaderView.ResizeMode
logicalIndex int
리턴 QHeaderView.ResizeMode