C# Class Qyoto.QColumnView

Inheritance: QAbstractItemView, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
InitializeColumn ( QAbstractItemView column ) : void
QColumnView ( Type dummy ) : System

Private Methods

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

public ColumnWidths ( ) : List
return List

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InitializeColumn() protected method

protected InitializeColumn ( QAbstractItemView column ) : void
column QAbstractItemView
return void

PreviewWidget() public method

public PreviewWidget ( ) : QWidget
return QWidget

QColumnView() public method

public QColumnView ( QWidget parent ) : System
parent QWidget
return System

QColumnView() protected method

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

SetColumnWidths() public method

public SetColumnWidths ( List list ) : void
list List
return void

SetPreviewWidget() public method

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