◆ QwtScaleDraw()
在文件 QwtScaleDraw.x 第 5 行定义.
5 {
6 nativehandle = QtXnl.createQObject(QType.qtQwtScaleDraw,
this, 0l);
7 if (nativehandle == 0){
9 }
10 }
◆ delete()
在文件 QwtScaleDraw.x 第 24 行定义.
24 {
25 QtXnl.widget_slot(nativehandle, Constant.QwtScaleDraw_CTOR);
26 }
◆ label()
QwtText label |
( |
double |
value | ) |
|
◆ setLabelAlignment()
void setLabelAlignment |
( |
int |
n | ) |
|
在文件 QwtScaleDraw.x 第 20 行定义.
20 {
21 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtScaleDraw_setLabelAlignment, n, 0);
22 }
◆ setLabelRotation()
void setLabelRotation |
( |
double |
rotation | ) |
|
在文件 QwtScaleDraw.x 第 16 行定义.
16 {
17 QtXnl.widget_set_double_value(nativehandle,Constant.QwtScaleDraw_setLabelRotation, rotation);
18 }