C# Class Qyoto.QHeaderView

Inheritance: QAbstractItemView, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
InitStyleOption ( QStyleOptionHeader option ) : void
Initialize ( ) : void
InitializeSections ( ) : void
InitializeSections ( int start, int end ) : void
QHeaderView ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

Count() public method

public Count ( ) : int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

HiddenSectionCount() public method

public HiddenSectionCount ( ) : int
return int

HideSection() public method

public HideSection ( int logicalIndex ) : void
logicalIndex int
return void

InitStyleOption() protected method

protected InitStyleOption ( QStyleOptionHeader option ) : void
option QStyleOptionHeader
return void

Initialize() protected method

protected Initialize ( ) : void
return void

InitializeSections() protected method

protected InitializeSections ( ) : void
return void

InitializeSections() protected method

protected InitializeSections ( int start, int end ) : void
start int
end int
return void

IsClickable() public method

public IsClickable ( ) : bool
return bool

IsMovable() public method

public IsMovable ( ) : bool
return bool

IsSectionHidden() public method

public IsSectionHidden ( int logicalIndex ) : bool
logicalIndex int
return bool

Length() public method

public Length ( ) : int
return int

LogicalIndex() public method

public LogicalIndex ( int visualIndex ) : int
visualIndex int
return int

LogicalIndexAt() public method

public LogicalIndexAt ( Qyoto.QPoint pos ) : int
pos Qyoto.QPoint
return int

LogicalIndexAt() public method

public LogicalIndexAt ( int position ) : int
position int
return int

LogicalIndexAt() public method

public LogicalIndexAt ( int x, int y ) : int
x int
y int
return int

MoveSection() public method

public MoveSection ( int from, int to ) : void
from int
to int
return void

Offset() public method

public Offset ( ) : int
return int

Orientation() public method

public Orientation ( ) : Qt.Orientation
return Qt.Orientation

QHeaderView() public method

public QHeaderView ( Qt orientation ) : System
orientation Qt
return System

QHeaderView() public method

public QHeaderView ( Qt orientation, QWidget parent ) : System
orientation Qt
parent QWidget
return System

QHeaderView() protected method

protected QHeaderView ( Type dummy ) : System
dummy System.Type
return System

ResizeSection() public method

public ResizeSection ( int logicalIndex, int size ) : void
logicalIndex int
size int
return void

ResizeSections() public method

public ResizeSections ( QHeaderView mode ) : void
mode QHeaderView
return void

RestoreState() public method

public RestoreState ( Qyoto.QByteArray state ) : bool
state Qyoto.QByteArray
return bool

SaveState() public method

public SaveState ( ) : Qyoto.QByteArray
return Qyoto.QByteArray

SectionPosition() public method

public SectionPosition ( int logicalIndex ) : int
logicalIndex int
return int

SectionSize() public method

public SectionSize ( int logicalIndex ) : int
logicalIndex int
return int

SectionSizeHint() public method

public SectionSizeHint ( int logicalIndex ) : int
logicalIndex int
return int

SectionViewportPosition() public method

public SectionViewportPosition ( int logicalIndex ) : int
logicalIndex int
return int

SectionsHidden() public method

public SectionsHidden ( ) : bool
return bool

SectionsMoved() public method

public SectionsMoved ( ) : bool
return bool

SetClickable() public method

public SetClickable ( bool clickable ) : void
clickable bool
return void

SetMovable() public method

public SetMovable ( bool movable ) : void
movable bool
return void

SetResizeMode() public method

public SetResizeMode ( QHeaderView mode ) : void
mode QHeaderView
return void

SetResizeMode() public method

public SetResizeMode ( int logicalIndex, QHeaderView mode ) : void
logicalIndex int
mode QHeaderView
return void

SetSectionHidden() public method

public SetSectionHidden ( int logicalIndex, bool hide ) : void
logicalIndex int
hide bool
return void

SetSortIndicator() public method

public SetSortIndicator ( int logicalIndex, Qt order ) : void
logicalIndex int
order Qt
return void

ShowSection() public method

public ShowSection ( int logicalIndex ) : void
logicalIndex int
return void

SortIndicatorOrder() public method

public SortIndicatorOrder ( ) : Qt.SortOrder
return Qt.SortOrder

SortIndicatorSection() public method

public SortIndicatorSection ( ) : int
return int

StretchSectionCount() public method

public StretchSectionCount ( ) : int
return int

SwapSections() public method

public SwapSections ( int first, int second ) : void
first int
second int
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

VisualIndex() public method

public VisualIndex ( int logicalIndex ) : int
logicalIndex int
return int

VisualIndexAt() public method

public VisualIndexAt ( int position ) : int
position int
return int

resizeMode() public method

public resizeMode ( int logicalIndex ) : QHeaderView.ResizeMode
logicalIndex int
return QHeaderView.ResizeMode