◆ QwtPlotLegendItem()
◆ finalize()
在文件 QwtPlotLegendItem.x 第 74 行定义.
74 {
75 QtXnl.widget_slot(nativehandle, Constant.QwtPlotLegendItem_CTOR);
76 }
◆ setAlignmentInCanvas()
void setAlignmentInCanvas |
( |
int |
Alignment | ) |
|
在文件 QwtPlotLegendItem.x 第 21 行定义.
21 {
22 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setAlignmentInCanvas, Alignment, 0);
23 }
◆ setBackgroundBrush()
void setBackgroundBrush |
( |
int |
color, |
|
|
int |
style |
|
) |
| |
在文件 QwtPlotLegendItem.x 第 62 行定义.
62 {
63 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setBackgroundBrush, color, style);
64 }
◆ setBackgroundMode()
void setBackgroundMode |
( |
BackgroundMode |
bm | ) |
|
在文件 QwtPlotLegendItem.x 第 66 行定义.
66 {
67 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setBackgroundMode, bm, 0);
68 }
◆ setBorderPen()
void setBorderPen |
( |
int |
color, |
|
|
int |
width |
|
) |
| |
在文件 QwtPlotLegendItem.x 第 58 行定义.
58 {
59 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setBorderPen, color, width);
60 }
◆ setBorderRadius()
void setBorderRadius |
( |
double |
v | ) |
|
在文件 QwtPlotLegendItem.x 第 54 行定义.
54 {
55 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotLegendItem_setBorderRadius, v);
56 }
◆ setFont()
在文件 QwtPlotLegendItem.x 第 50 行定义.
50 {
51 QtXnl.widget_set_native_value(nativehandle, Constant.QwtPlotLegendItem_setFont, f.nativehandle);
52 }
◆ setItemMargin()
void setItemMargin |
( |
int |
v | ) |
|
在文件 QwtPlotLegendItem.x 第 42 行定义.
42 {
43 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setItemMargin, v, 0);
44 }
◆ setItemSpacing()
void setItemSpacing |
( |
int |
v | ) |
|
在文件 QwtPlotLegendItem.x 第 46 行定义.
46 {
47 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setItemSpacing, v, 0);
48 }
◆ setMargin()
在文件 QwtPlotLegendItem.x 第 34 行定义.
34 {
35 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setMargin, v, 0);
36 }
◆ setMaxColumns()
void setMaxColumns |
( |
int |
v | ) |
|
在文件 QwtPlotLegendItem.x 第 29 行定义.
29 {
30 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setMaxColumns, v, 0);
31 }
◆ setOffsetInCanvas()
void setOffsetInCanvas |
( |
Orientation |
orientations, |
|
|
int |
numPixels |
|
) |
| |
在文件 QwtPlotLegendItem.x 第 25 行定义.
25 {
26 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setOffsetInCanvas, orientations, numPixels);
27 }
◆ setSpacing()
在文件 QwtPlotLegendItem.x 第 38 行定义.
38 {
39 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setSpacing, v, 0);
40 }
◆ setTextPen()
void setTextPen |
( |
int |
color, |
|
|
int |
width |
|
) |
| |
在文件 QwtPlotLegendItem.x 第 70 行定义.
70 {
71 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setTextPen, color, width);
72 }