Qt.IQPaintDevice Interface

public abstract interface IQPaintDevice

See Also

Qt Namespace

Members

IQPaintDevice Methods

IQPaintDevice.DevType Method
IQPaintDevice.Handle Method
IQPaintDevice.IsExtDev Method
IQPaintDevice.PaintingActive Method
IQPaintDevice.QPaintDevice Method
IQPaintDevice.Resolution Method
IQPaintDevice.SetResolution Method
IQPaintDevice.X11Cells Method
IQPaintDevice.X11Colormap Method
IQPaintDevice.X11DefaultColormap Method
IQPaintDevice.X11DefaultVisual Method
IQPaintDevice.X11Depth Method
IQPaintDevice.X11Display Method
IQPaintDevice.X11RenderHandle Method
IQPaintDevice.X11Screen Method
IQPaintDevice.X11Visual Method


IQPaintDevice.DevType Method

public virtual abstract int DevType();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.Handle Method

public virtual abstract uint Handle();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.IsExtDev Method

public virtual abstract bool IsExtDev();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.PaintingActive Method

public virtual abstract bool PaintingActive();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.QPaintDevice Method

public virtual abstract void * QPaintDevice();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.Resolution Method

public virtual abstract int Resolution();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.SetResolution Method

public virtual abstract void SetResolution(int arg1);

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11Cells Method

public virtual abstract int X11Cells();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11Colormap Method

public virtual abstract void * X11Colormap();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11DefaultColormap Method

public virtual abstract bool X11DefaultColormap();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11DefaultVisual Method

public virtual abstract bool X11DefaultVisual();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11Depth Method

public virtual abstract int X11Depth();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11Display Method

public virtual abstract void * X11Display();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11RenderHandle Method

public virtual abstract void * X11RenderHandle();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11Screen Method

public virtual abstract int X11Screen();

See Also

Qt.IQPaintDevice Interface, Qt Namespace

IQPaintDevice.X11Visual Method

public virtual abstract int[] X11Visual();

See Also

Qt.IQPaintDevice Interface, Qt Namespace