◆ attach()
void attach |
( |
QwtPlot |
plot | ) |
|
在文件 QwtPlotItem.x 第 111 行定义.
111 {
112 QtXnl.widget_set_native_value(nativehandle, Constant.QwtPlotItem_attach,
plot.nativehandle);
113 }
◆ detach()
在文件 QwtPlotItem.x 第 114 行定义.
114 {
115 QtXnl.widget_slot(nativehandle, Constant.QwtPlotItem_detach);
116 }
◆ hide()
在文件 QwtPlotItem.x 第 191 行定义.
191 {
192 QtXnl.widget_slot(nativehandle, Constant.QwtPlotItem_hide);
193 }
◆ isVisible()
在文件 QwtPlotItem.x 第 199 行定义.
199 {
200 return QtXnl.widget_get_bool_value(nativehandle, Constant.QwtPlotItem_isVisible);
201 }
◆ legendIconSize()
在文件 QwtPlotItem.x 第 174 行定义.
174 {
175 long lsize = QtXnl.long_get(nativehandle, Constant.QwtPlotItem_legendIconSize);
176 return new QSize(lsize >> 32 & 0xffffffff, lsize & 0xffffffff);
177 }
◆ plot()
在文件 QwtPlotItem.x 第 118 行定义.
118 {
119 return (QwtPlot)QtXnl.object_get_handle(nativehandle, Constant.QwtPlotItem_plot, 0);
120 }
◆ renderThreadCount()
int renderThreadCount |
( |
| ) |
|
在文件 QwtPlotItem.x 第 166 行定义.
166 {
167 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_renderThreadCount);
168 }
◆ rtti()
在文件 QwtPlotItem.x 第 134 行定义.
134 {
135 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_rtti);
136 }
◆ setAxes()
void setAxes |
( |
int |
xAxis, |
|
|
int |
yAxis |
|
) |
| |
在文件 QwtPlotItem.x 第 203 行定义.
203 {
204 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setAxes, xAxis, yAxis);
205 }
◆ setItemAttribute()
void setItemAttribute |
( |
ItemAttribute |
n, |
|
|
bool |
on |
|
) |
| |
在文件 QwtPlotItem.x 第 138 行定义.
138 {
139 QtXnl.int_long_int_long_int_int(nativehandle, Constant.QwtPlotItem_setItemAttribute, 0, n, on ? 1 : 0);
140 }
◆ setItemInterest()
void setItemInterest |
( |
ItemInterest |
n, |
|
|
bool |
on |
|
) |
| |
在文件 QwtPlotItem.x 第 146 行定义.
146 {
147 QtXnl.int_long_int_long_int_int(nativehandle, Constant.QwtPlotItem_setItemInterest, 0, n, on ? 1 : 0);
148 }
◆ setLegendIconSize()
void setLegendIconSize |
( |
QSize |
s | ) |
|
在文件 QwtPlotItem.x 第 170 行定义.
170 {
171 QtXnl.native_double2(nativehandle, Constant.QwtPlotItem_setLegendIconSize, s.cx, s.cy);
172 }
◆ setRenderHint()
void setRenderHint |
( |
int |
n, |
|
|
bool |
on |
|
) |
| |
在文件 QwtPlotItem.x 第 154 行定义.
154 {
155 QtXnl.int_long_int_long_int_int(nativehandle, Constant.QwtPlotItem_setRenderHint, 0, n, on ? 1 : 0);
156 }
◆ setRenderThreadCount()
void setRenderThreadCount |
( |
int |
numThreads | ) |
|
在文件 QwtPlotItem.x 第 162 行定义.
162 {
163 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setRenderThreadCount, numThreads, 0) != 0;
164 }
◆ setTitle()
被 QwtPlotCurve 重载.
在文件 QwtPlotItem.x 第 122 行定义.
122 {
123 QtXnl.widget_slot_string(nativehandle, Constant.QwtPlotItem_SETTITLE, title);
124 }
◆ setVisible()
void setVisible |
( |
bool |
v | ) |
|
在文件 QwtPlotItem.x 第 195 行定义.
195 {
196 QtXnl.widget_set_bool_value(nativehandle, Constant.QwtPlotItem_setVisible, v);
197 }
◆ setXAxis()
在文件 QwtPlotItem.x 第 207 行定义.
207 {
208 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setXAxis, x, 0);
209 }
◆ setYAxis()
在文件 QwtPlotItem.x 第 215 行定义.
215 {
216 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setYAxis, x, 0);
217 }
◆ setZ()
在文件 QwtPlotItem.x 第 183 行定义.
183 {
184 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotItem_setZ, z);
185 }
◆ show()
在文件 QwtPlotItem.x 第 187 行定义.
187 {
188 QtXnl.widget_slot(nativehandle, Constant.QwtPlotItem_show);
189 }
◆ testItemAttribute()
bool testItemAttribute |
( |
ItemAttribute |
n | ) |
|
在文件 QwtPlotItem.x 第 142 行定义.
142 {
143 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_testItemAttribute, n, 0) != 0;
144 }
◆ testItemInterest()
bool testItemInterest |
( |
ItemInterest |
n | ) |
|
在文件 QwtPlotItem.x 第 150 行定义.
150 {
151 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_testItemInterest, n, 0) != 0;
152 }
◆ testRenderHint()
bool testRenderHint |
( |
int |
n | ) |
|
在文件 QwtPlotItem.x 第 158 行定义.
158 {
159 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_testRenderHint, n, 0) != 0;
160 }
◆ title()
在文件 QwtPlotItem.x 第 130 行定义.
130 {
131 return (
String)QtXnl.core_getString(nativehandle, Constant.QwtPlotItem_title);
132 }
◆ xAxis()
在文件 QwtPlotItem.x 第 211 行定义.
211 {
212 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_xAxis);
213 }
◆ yAxis()
在文件 QwtPlotItem.x 第 219 行定义.
219 {
220 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_yAxis);
221 }
◆ z()
在文件 QwtPlotItem.x 第 179 行定义.
179 {
180 return QtXnl.widget_get_double_value(nativehandle,Constant.QwtPlotItem_z);
181 }
◆ RenderAntialiased
const int RenderAntialiased = 1 |
|
static |