◆ QwtPlotMarker()
◆ delete()
在文件 QwtPlotMarker.x 第 27 行定义.
27 {
28 QtXnl.widget_slot(nativehandle, Constant.QwtPlotMarker_CTOR);
29 }
◆ setLabel() [1/2]
在文件 QwtPlotMarker.x 第 43 行定义.
43 {
44 QtXnl.widget_slot_string(nativehandle, Constant.QwtPlotMarker_setLabel, title);
45 }
◆ setLabel() [2/2]
void setLabel |
( |
QwtText |
title | ) |
|
在文件 QwtPlotMarker.x 第 47 行定义.
47 {
48 QtXnl.widget_set_native_value(nativehandle, Constant.QwtPlotMarker_setLabel,
title.nativehandle);
49 }
◆ setLabelAlignment()
void setLabelAlignment |
( |
int |
x | ) |
|
在文件 QwtPlotMarker.x 第 35 行定义.
35 {
36 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotMarker_setLabelAlignment, x, 0);
37 }
◆ setLabelOrientation()
void setLabelOrientation |
( |
Orientation |
x | ) |
|
在文件 QwtPlotMarker.x 第 39 行定义.
39 {
40 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotMarker_setLabelOrientation, x, 0);
41 }
◆ setXValue()
void setXValue |
( |
double |
v | ) |
|
在文件 QwtPlotMarker.x 第 31 行定义.
31 {
32 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotMarker_setXValue, v);
33 }
◆ setYValue()
void setYValue |
( |
double |
v | ) |
|
在文件 QwtPlotMarker.x 第 51 行定义.
51 {
52 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotMarker_setYValue, v);
53 }