xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
onHeaderEventListener类 参考
onHeaderEventListener 的协作图:
Collaboration graph

Public 成员函数

详细描述

在文件 Constant.x3328 行定义.

成员函数说明

◆ geometriesChanged()

void geometriesChanged ( QHeaderView  header)

在文件 Constant.x3353 行定义.

3353 {
3354
3355 }

◆ sectionClicked()

void sectionClicked ( QHeaderView  header,
int  logicalIndex 
)

在文件 Constant.x3338 行定义.

3338 {
3339
3340 }

◆ sectionCountChanged()

void sectionCountChanged ( QHeaderView  header,
int  oldCount,
int  newCount 
)

在文件 Constant.x3347 行定义.

3347 {
3348
3349 }

◆ sectionDoubleClicked()

void sectionDoubleClicked ( QHeaderView  header,
int  logicalIndex 
)

在文件 Constant.x3344 行定义.

3344 {
3345
3346 }

◆ sectionEntered()

void sectionEntered ( QHeaderView  header,
int  logicalIndex 
)

在文件 Constant.x3341 行定义.

3341 {
3342
3343 }

◆ sectionHandleDoubleClicked()

void sectionHandleDoubleClicked ( QHeaderView  header,
int  logicalIndex 
)

在文件 Constant.x3350 行定义.

3350 {
3351
3352 }

◆ sectionMoved()

void sectionMoved ( QHeaderView  header,
int  logicalIndex,
int  oldVisualIndex,
int  newVisualIndex 
)

在文件 Constant.x3329 行定义.

3329 {
3330
3331 }

◆ sectionPressed()

void sectionPressed ( QHeaderView  header,
int  logicalIndex 
)

在文件 Constant.x3335 行定义.

3335 {
3336
3337 }

◆ sectionResized()

void sectionResized ( QHeaderView  header,
int  logicalIndex,
int  oldSize,
int  newSize 
)

在文件 Constant.x3332 行定义.

3332 {
3333
3334 }

◆ sortIndicatorChanged()

void sortIndicatorChanged ( QHeaderView  header,
int  logicalIndex,
Qt.SortOrder  order 
)

在文件 Constant.x3356 行定义.

3356 {
3357
3358 }