xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
结构体 | Public 成员函数
QAbstractBarSeries类 参考
类 QAbstractBarSeries 继承关系图:
QAbstractSeries QBarSeries

结构体

enum  LabelsPosition
 

Public 成员函数

额外继承的成员函数

详细描述

在文件 QAbstractBarSeries.x4 行定义.

构造及析构函数说明

◆ QAbstractBarSeries() [1/2]

QAbstractBarSeries ( )

在文件 QAbstractBarSeries.x11 行定义.

11{}

◆ QAbstractBarSeries() [2/2]

QAbstractBarSeries ( long  handle)

在文件 QAbstractBarSeries.x12 行定义.

12 {
13 super(handle);
14 }

成员函数说明

◆ append()

bool append ( QBarSet  set)

在文件 QAbstractBarSeries.x20 行定义.

20 {
21 return 0 != QtXnl.core_getintlong(nativehandle, Constant.QABSTRACTBARSERIES_APPEND, set.nativehandle);
22 }

◆ setBarWidth()

void setBarWidth ( double  width)

在文件 QAbstractBarSeries.x16 行定义.

16 {
17 QtXnl.widget_set_double_value(nativehandle, Constant.QABSTRACTBARSERIES_SETBARWIDTH, width);
18 }

◆ setLabelsFormat()

void setLabelsFormat ( String  format)

在文件 QAbstractBarSeries.x28 行定义.

28 {
29 QtXnl.widget_slot_string(nativehandle, Constant.QABSTRACTBARSERIES_SETLABELSFORMAT, format);
30 }

◆ setLabelsPosition()

void setLabelsPosition ( LabelsPosition  position)

在文件 QAbstractBarSeries.x32 行定义.

32 {
33 QtXnl.widget_set_vint_value(nativehandle, Constant.QABSTRACTBARSERIES_SETLABELSPOSITION, position);
34 }

◆ setLabelsVisible()

void setLabelsVisible ( bool  visible)

在文件 QAbstractBarSeries.x24 行定义.

24 {
25 QtXnl.widget_set_bool_value(nativehandle, Constant.QABSTRACTBARSERIES_SETLABELSVISIBLE, visible);
26 }