4 @SuppressWarnings public class QwtPlotLegendItem: QwtPlotItem{
15 nativehandle = QtXnl.createNObject(QType.qtQwtPlotLegendItem, 0);
16 if (nativehandle == 0){
22 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setAlignmentInCanvas, Alignment, 0);
26 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setOffsetInCanvas, orientations, numPixels);
30 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setMaxColumns, v, 0);
35 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setMargin, v, 0);
39 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setSpacing, v, 0);
43 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setItemMargin, v, 0);
47 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setItemSpacing, v, 0);
51 QtXnl.widget_set_native_value(nativehandle, Constant.QwtPlotLegendItem_setFont, f.nativehandle);
55 QtXnl.widget_set_double_value(nativehandle,Constant.QwtPlotLegendItem_setBorderRadius, v);
59 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setBorderPen, color, width);
63 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setBackgroundBrush, color, style);
67 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setBackgroundMode, bm, 0);
71 QtXnl.widget_set_v2int_value(nativehandle, Constant.QwtPlotLegendItem_setTextPen, color, width);
75 QtXnl.widget_slot(nativehandle, Constant.QwtPlotLegendItem_CTOR);
void setBorderPen(int color ,int width)
void setMaxColumns(int v)
void setBackgroundBrush(int color , int style)
void setOffsetInCanvas(Orientation orientations, int numPixels )
void setAlignmentInCanvas(int Alignment)
void setItemSpacing( int v)
void setBorderRadius( double v)
void setTextPen(int color ,int width)
void setItemMargin( int v)
void setBackgroundMode(BackgroundMode bm)