C# Class Qyoto.QColumnView

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
InitializeColumn ( QAbstractItemView column ) : void
QColumnView ( Type dummy ) : System

Private Methods

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

Method Details

ColumnWidths() public méthode

public ColumnWidths ( ) : List
Résultat List

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitializeColumn() protected méthode

protected InitializeColumn ( QAbstractItemView column ) : void
column QAbstractItemView
Résultat void

PreviewWidget() public méthode

public PreviewWidget ( ) : QWidget
Résultat QWidget

QColumnView() public méthode

public QColumnView ( QWidget parent ) : System
parent QWidget
Résultat System

QColumnView() protected méthode

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

SetColumnWidths() public méthode

public SetColumnWidths ( List list ) : void
list List
Résultat void

SetPreviewWidget() public méthode

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