C# Class Qyoto.QHeaderView

Inheritance: QAbstractItemView, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Count ( ) : int
Résultat int

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HiddenSectionCount() public méthode

public HiddenSectionCount ( ) : int
Résultat int

HideSection() public méthode

public HideSection ( int logicalIndex ) : void
logicalIndex int
Résultat void

InitStyleOption() protected méthode

protected InitStyleOption ( QStyleOptionHeader option ) : void
option QStyleOptionHeader
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

InitializeSections() protected méthode

protected InitializeSections ( ) : void
Résultat void

InitializeSections() protected méthode

protected InitializeSections ( int start, int end ) : void
start int
end int
Résultat void

IsClickable() public méthode

public IsClickable ( ) : bool
Résultat bool

IsMovable() public méthode

public IsMovable ( ) : bool
Résultat bool

IsSectionHidden() public méthode

public IsSectionHidden ( int logicalIndex ) : bool
logicalIndex int
Résultat bool

Length() public méthode

public Length ( ) : int
Résultat int

LogicalIndex() public méthode

public LogicalIndex ( int visualIndex ) : int
visualIndex int
Résultat int

LogicalIndexAt() public méthode

public LogicalIndexAt ( Qyoto.QPoint pos ) : int
pos Qyoto.QPoint
Résultat int

LogicalIndexAt() public méthode

public LogicalIndexAt ( int position ) : int
position int
Résultat int

LogicalIndexAt() public méthode

public LogicalIndexAt ( int x, int y ) : int
x int
y int
Résultat int

MoveSection() public méthode

public MoveSection ( int from, int to ) : void
from int
to int
Résultat void

Offset() public méthode

public Offset ( ) : int
Résultat int

Orientation() public méthode

public Orientation ( ) : Qt.Orientation
Résultat Qt.Orientation

QHeaderView() public méthode

public QHeaderView ( Qt orientation ) : System
orientation Qt
Résultat System

QHeaderView() public méthode

public QHeaderView ( Qt orientation, QWidget parent ) : System
orientation Qt
parent QWidget
Résultat System

QHeaderView() protected méthode

protected QHeaderView ( Type dummy ) : System
dummy System.Type
Résultat System

ResizeSection() public méthode

public ResizeSection ( int logicalIndex, int size ) : void
logicalIndex int
size int
Résultat void

ResizeSections() public méthode

public ResizeSections ( QHeaderView mode ) : void
mode QHeaderView
Résultat void

RestoreState() public méthode

public RestoreState ( Qyoto.QByteArray state ) : bool
state Qyoto.QByteArray
Résultat bool

SaveState() public méthode

public SaveState ( ) : Qyoto.QByteArray
Résultat Qyoto.QByteArray

SectionPosition() public méthode

public SectionPosition ( int logicalIndex ) : int
logicalIndex int
Résultat int

SectionSize() public méthode

public SectionSize ( int logicalIndex ) : int
logicalIndex int
Résultat int

SectionSizeHint() public méthode

public SectionSizeHint ( int logicalIndex ) : int
logicalIndex int
Résultat int

SectionViewportPosition() public méthode

public SectionViewportPosition ( int logicalIndex ) : int
logicalIndex int
Résultat int

SectionsHidden() public méthode

public SectionsHidden ( ) : bool
Résultat bool

SectionsMoved() public méthode

public SectionsMoved ( ) : bool
Résultat bool

SetClickable() public méthode

public SetClickable ( bool clickable ) : void
clickable bool
Résultat void

SetMovable() public méthode

public SetMovable ( bool movable ) : void
movable bool
Résultat void

SetResizeMode() public méthode

public SetResizeMode ( QHeaderView mode ) : void
mode QHeaderView
Résultat void

SetResizeMode() public méthode

public SetResizeMode ( int logicalIndex, QHeaderView mode ) : void
logicalIndex int
mode QHeaderView
Résultat void

SetSectionHidden() public méthode

public SetSectionHidden ( int logicalIndex, bool hide ) : void
logicalIndex int
hide bool
Résultat void

SetSortIndicator() public méthode

public SetSortIndicator ( int logicalIndex, Qt order ) : void
logicalIndex int
order Qt
Résultat void

ShowSection() public méthode

public ShowSection ( int logicalIndex ) : void
logicalIndex int
Résultat void

SortIndicatorOrder() public méthode

public SortIndicatorOrder ( ) : Qt.SortOrder
Résultat Qt.SortOrder

SortIndicatorSection() public méthode

public SortIndicatorSection ( ) : int
Résultat int

StretchSectionCount() public méthode

public StretchSectionCount ( ) : int
Résultat int

SwapSections() public méthode

public SwapSections ( int first, int second ) : void
first int
second int
Résultat void

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

VisualIndex() public méthode

public VisualIndex ( int logicalIndex ) : int
logicalIndex int
Résultat int

VisualIndexAt() public méthode

public VisualIndexAt ( int position ) : int
position int
Résultat int

resizeMode() public méthode

public resizeMode ( int logicalIndex ) : QHeaderView.ResizeMode
logicalIndex int
Résultat QHeaderView.ResizeMode