5 @SuppressWarnings public class QwtPlotItem: QCore{
6 public static const int RenderAntialiased = 1;
7 public enum ItemAttribute
26 public enum ItemInterest
47 public enum RttiValues
107 Rtti_PlotUserItem = 1000
112 QtXnl.widget_set_native_value(nativehandle, Constant.QwtPlotItem_attach, plot.nativehandle);
115 QtXnl.widget_slot(nativehandle, Constant.QwtPlotItem_detach);
119 return (QwtPlot)QtXnl.object_get_handle(nativehandle, Constant.QwtPlotItem_plot, 0);
123 QtXnl.widget_slot_string(nativehandle, Constant.QwtPlotItem_SETTITLE, title);
131 return (
String)QtXnl.core_getString(nativehandle, Constant.QwtPlotItem_title);
135 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_rtti);
139 QtXnl.int_long_int_long_int_int(nativehandle, Constant.QwtPlotItem_setItemAttribute, 0, n, on ? 1 : 0);
143 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_testItemAttribute, n, 0) != 0;
147 QtXnl.int_long_int_long_int_int(nativehandle, Constant.QwtPlotItem_setItemInterest, 0, n, on ? 1 : 0);
151 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_testItemInterest, n, 0) != 0;
155 QtXnl.int_long_int_long_int_int(nativehandle, Constant.QwtPlotItem_setRenderHint, 0, n, on ? 1 : 0);
159 return QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_testRenderHint, n, 0) != 0;
163 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setRenderThreadCount, numThreads, 0) != 0;
167 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_renderThreadCount);
171 QtXnl.native_double2(nativehandle, Constant.QwtPlotItem_setLegendIconSize, s.cx, s.cy);
175 long lsize = QtXnl.long_get(nativehandle, Constant.QwtPlotItem_legendIconSize);
176 return new QSize(lsize >> 32 & 0xffffffff, lsize & 0xffffffff);
180 return QtXnl.widget_get_double_value(nativehandle,Constant.QwtPlotItem_z);
184 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotItem_setZ, z);
188 QtXnl.widget_slot(nativehandle, Constant.QwtPlotItem_show);
192 QtXnl.widget_slot(nativehandle, Constant.QwtPlotItem_hide);
196 QtXnl.widget_set_bool_value(nativehandle, Constant.QwtPlotItem_setVisible, v);
200 return QtXnl.widget_get_bool_value(nativehandle, Constant.QwtPlotItem_isVisible);
204 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setAxes, xAxis, yAxis);
208 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setXAxis, x, 0);
212 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_xAxis);
216 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotItem_setYAxis, x, 0);
220 return QtXnl.widget_get_int_value(nativehandle, Constant.QwtPlotItem_yAxis);
void setItemInterest( ItemInterest n, bool on )
void setRenderHint( int n, bool on )
void setTitle( String title )
void setRenderThreadCount( int numThreads )
bool testItemAttribute( ItemAttribute n)
void setLegendIconSize( QSize s)
bool testItemInterest( ItemInterest n)
bool testRenderHint( int n)
void setItemAttribute(ItemAttribute n, bool on )
void setAxes( int xAxis, int yAxis )
void attach( QwtPlot plot )
Rtti_PlotGraphic
For QwtPlotGraphicItem, QwtPlotSvgItem
Rtti_PlotMarker
For QwtPlotMarker
Rtti_PlotTradingCurve
For QwtPlotTradingCurve
Rtti_PlotSpectroCurve
For QwtPlotSpectroCurve
Rtti_PlotLegend
For QwtPlotLegendItem
Rtti_PlotHistogram
For QwtPlotHistogram
Rtti_PlotVectorField
For QwtPlotVectorField
Rtti_PlotGrid
For QwtPlotGrid
Rtti_PlotIntervalCurve
For QwtPlotIntervalCurve
Rtti_PlotZone
For QwtPlotZoneItem
Rtti_PlotShape
For QwtPlotShapeItem
Rtti_PlotSpectrogram
For QwtPlotSpectrogram
Rtti_PlotCurve
For QwtPlotCurve
Rtti_PlotScale
For QwtPlotScaleItem
Rtti_PlotBarChart
For QwtPlotBarChart
Rtti_PlotMultiBarChart
For QwtPlotMultiBarChart
Rtti_PlotTextLabel
For QwtPlotTextLabel