Qt.QPicture Class

public class QPicture: QPaintDevice, System.IDisposable

Base Types

System.Object
  QtSupport
    QPaintDevice
      QPicture

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPicture Constructors

QPicture(int) Constructor
QPicture(Qt.QPicture) Constructor
QPicture() Constructor
QPicture(void *) Constructor

QPicture Methods

QPicture.BoundingRect Method
QPicture.Cmd Method
QPicture.Copy Method
QPicture.Data Method
QPicture.Detach Method
QPicture.Finalize Method
QPicture.IsNull Method
QPicture.Load(Qt.QIODevice, System.String) Method
QPicture.Load(System.String, System.String) Method
QPicture.Load(Qt.QIODevice) Method
QPicture.Load(System.String) Method
QPicture.Metric Method
QPicture.Play Method
QPicture.Save(Qt.QIODevice, System.String) Method
QPicture.Save(System.String, System.String) Method
QPicture.Save(Qt.QIODevice) Method
QPicture.Save(System.String) Method
QPicture.SetData Method
QPicture.Size Method


QPicture(int) Constructor

public void QPicture(int formatVersion);

See Also

Qt.QPicture Class, Qt Namespace

QPicture(Qt.QPicture) Constructor

public void QPicture(Qt.QPicture arg1);

See Also

Qt.QPicture Class, Qt Namespace

QPicture() Constructor

public void QPicture();

See Also

Qt.QPicture Class, Qt Namespace

QPicture(void *) Constructor

public void QPicture(void * ptr);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.BoundingRect Method

public Qt.QRect BoundingRect();

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Cmd Method

protected bool Cmd(int arg1, Qt.QPainter arg2, Qt.QPDevCmdParam arg3);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Copy Method

protected Qt.QPicture Copy();

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Data Method

public System.String Data();

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Detach Method

protected void Detach();

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Finalize Method

protected override void Finalize();

See Also

Qt.QPicture Class, Qt Namespace

QPicture.IsNull Method

public bool IsNull();

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Load(Qt.QIODevice, System.String) Method

public bool Load(Qt.QIODevice dev, System.String format);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Load(System.String, System.String) Method

public bool Load(System.String fileName, System.String format);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Load(Qt.QIODevice) Method

public bool Load(Qt.QIODevice dev);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Load(System.String) Method

public bool Load(System.String fileName);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Metric Method

protected int Metric(int arg1);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Play Method

public bool Play(Qt.QPainter arg1);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Save(Qt.QIODevice, System.String) Method

public bool Save(Qt.QIODevice dev, System.String format);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Save(System.String, System.String) Method

public bool Save(System.String fileName, System.String format);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Save(Qt.QIODevice) Method

public bool Save(Qt.QIODevice dev);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Save(System.String) Method

public bool Save(System.String fileName);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.SetData Method

public void SetData(System.String data, uint size);

See Also

Qt.QPicture Class, Qt Namespace

QPicture.Size Method

public uint Size();

See Also

Qt.QPicture Class, Qt Namespace