xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
onTabBarEventListener类 参考

Public 成员函数

详细描述

在文件 Constant.x3452 行定义.

成员函数说明

◆ currentChanged()

void currentChanged ( QTabBar  b,
int  index 
)

在文件 Constant.x3453 行定义.

3453 {
3454
3455 }

◆ tabBarClicked()

void tabBarClicked ( QTabBar  b,
int  index 
)

在文件 Constant.x3465 行定义.

3465 {
3466
3467 }

◆ tabBarDoubleClicked()

void tabBarDoubleClicked ( QTabBar  b,
int  index 
)

在文件 Constant.x3469 行定义.

3469 {
3470
3471 }

◆ tabCloseRequested()

void tabCloseRequested ( QTabBar  b,
int  index 
)

在文件 Constant.x3457 行定义.

3457 {
3458
3459 }

◆ tabMoved()

void tabMoved ( QTabBar  b,
int  from,
int  _to 
)

在文件 Constant.x3461 行定义.

3461 {
3462
3463 }