List of All Members for TableView
这是完整成员列表为
TableView
,包括继承的成员。
-
alternatingRows
: bool
-
animate
: bool
-
bottomRow
: int
-
columnSpacing
: real
-
columnWidthProvider
: var
-
columns
: int
-
contentHeight
: real
-
contentWidth
: real
-
currentColumn
: int
-
currentRow
: int
-
delegate
: Component
-
editDelegate
: Component [attached]
-
editTriggers
: enumeration
-
keyNavigationEnabled
: bool
-
leftColumn
: int
-
model
: model
-
pointerNavigationEnabled
: bool
-
resizableColumns
: bool
-
resizableRows
: bool
-
reuseItems
: bool
-
rightColumn
: int
-
rowHeightProvider
: var
-
rowSpacing
: real
-
rows
: int
-
selectionBehavior
: enumeration
-
selectionModel
: ItemSelectionModel
-
syncDirection
: Qt::Orientations
-
syncView
: TableView
-
topRow
: int
-
view
: TableView [attached]
-
point
cellAtIndex
(QModelIndex
modelIndex
)
-
点
cellAtPos
(point
position
, bool
includeSpacing
)
(弃用)
-
点
cellAtPos
(real
x
, real
y
, bool
includeSpacing
)
(弃用)
-
点
cellAtPosition
(point
position
, bool
includeSpacing
)
-
点
cellAtPosition
(real
x
, real
y
, bool
includeSpacing
)
-
clearColumnWidths
()
-
clearRowHeights
()
-
closeEditor
()
-
int
columnAtIndex
(QModelIndex
modelIndex
)
-
real
columnWidth
(int
column
)
-
commit
() [attached]
-
edit
(QModelIndex
modelIndex
)
-
qreal
explicitColumnWidth
(int
column
)
-
qreal
explicitRowHeight
(int
row
)
-
forceLayout
()
-
real
implicitColumnWidth
(int
column
)
-
real
implicitRowHeight
(int
row
)
-
QModelIndex
index
(int
row
, int
column
)
-
bool
isColumnLoaded
(int
column
)
-
bool
isRowLoaded
(int
row
)
-
Item
itemAtCell
(point
cell
)
-
Item
itemAtCell
(int
column
, int
row
)
(弃用)
-
Item
itemAtIndex
(QModelIndex
index
)
-
layoutChanged
()
-
QModelIndex
modelIndex
(int
row
, int
column
)
(弃用)
-
QModelIndex
modelIndex
(point
cell
)
-
pooled
() [attached]
-
positionViewAtCell
(point
cell
, PositionMode
mode
, point
offset
, rect
subRect
)
-
positionViewAtCell
(int
column
, int
row
, PositionMode
mode
, point
offset
, rect
subRect
)
(弃用)
-
positionViewAtColumn
(int
column
, PositionMode
mode
, real
offset
, rect
subRect
)
-
positionViewAtIndex
(QModelIndex
index
, PositionMode
mode
, point
offset
, rect
subRect
)
-
positionViewAtRow
(int
row
, PositionMode
mode
, real
offset
, rect
subRect
)
-
reused
() [attached]
-
int
rowAtIndex
(QModelIndex
modelIndex
)
-
real
rowHeight
(int
row
)
-
setColumnWidth
(int
column
, real
size
)
-
setRowHeight
(int
row
, real
size
)
The following members are inherited from
Flickable
.
The following members are inherited from
Item
.
-
activeFocus
: bool
-
activeFocusOnTab
: bool
-
anchors
-
antialiasing
: bool
-
baselineOffset
: int
-
children
: list<Item>
-
childrenRect
-
clip
: bool
-
containmentMask
: QObject*
-
data
: list<QtObject> [default]
-
enabled
: bool
-
focus
: bool
-
height
: real
-
implicitHeight
: real
-
implicitWidth
: real
-
layer.effect
: Component
-
layer.enabled
: bool
-
layer.format
: enumeration
-
layer.live
: bool
-
layer.mipmap
: bool
-
layer.samplerName
: string
-
layer.samples
: enumeration
-
layer.smooth
: bool
-
layer.sourceRect
: rect
-
layer.textureMirroring
: enumeration
-
layer.textureSize
: size
-
layer.wrapMode
: enumeration
-
opacity
: real
-
palette
: Palette
-
parent
: Item
-
resources
: list<QtObject>
-
rotation
: real
-
scale
: real
-
smooth
: bool
-
state
: string
-
states
: list<State>
-
transform
: list<Transform>
-
transformOrigin
: enumeration
-
transitions
: list<Transition>
-
visible
: bool
-
visibleChildren
: list<Item>
-
width
: real
-
x
: real
-
y
: real
-
z
: real
-
childAt
(real
x
, real
y
)
-
bool
contains
(point
point
)
-
dumpItemTree
()
-
forceActiveFocus
()
-
forceActiveFocus
(Qt::FocusReason
reason
)
-
bool
grabToImage
(
callback
,
targetSize
)
-
point
mapFromGlobal
(real
x
, real
y
)
-
point
mapFromItem
(Item
item
, real
x
, real
y
)
-
point
mapFromItem
(Item
item
, point
p
)
-
rect
mapFromItem
(Item
item
, real
x
, real
y
, real
width
, real
height
)
-
rect
mapFromItem
(Item
item
, rect
r
)
-
point
mapToGlobal
(real
x
, real
y
)
-
point
mapToItem
(Item
item
, real
x
, real
y
)
-
point
mapToItem
(Item
item
, point
p
)
-
rect
mapToItem
(Item
item
, real
x
, real
y
, real
width
, real
height
)
-
rect
mapToItem
(Item
item
, rect
r
)
-
nextItemInFocusChain
(bool
forward
)
The following members are inherited from
QtObject
.