Qt.QPtrStack Class

public class QPtrStack: QGList, System.IDisposable

Base Types

System.Object
  QtSupport
    QPtrCollection
      QGList
        QPtrStack

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPtrStack Constructors

QPtrStack() Constructor
QPtrStack(void *) Constructor

QPtrStack Methods

QPtrStack.AutoDelete Method
QPtrStack.Clear Method
QPtrStack.Count Method
QPtrStack.Current Method
QPtrStack.Finalize Method
QPtrStack.IsEmpty Method
QPtrStack.Pop Method
QPtrStack.Push Method
QPtrStack.Read Method
QPtrStack.Remove Method
QPtrStack.SetAutoDelete Method
QPtrStack.Top Method
QPtrStack.Write Method


QPtrStack() Constructor

public void QPtrStack();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack(void *) Constructor

public void QPtrStack(void * ptr);

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.AutoDelete Method

public bool AutoDelete();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Clear Method

public void Clear();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Count Method

public uint Count();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Current Method

public void * Current();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Finalize Method

protected override void Finalize();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Pop Method

public void * Pop();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Push Method

public void Push(void * d);

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Read Method

protected Qt.QDataStream Read(Qt.QDataStream arg1, int arg2);

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Remove Method

public bool Remove();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.SetAutoDelete Method

public void SetAutoDelete(bool del);

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Top Method

public void * Top();

See Also

Qt.QPtrStack Class, Qt Namespace

QPtrStack.Write Method

protected Qt.QDataStream Write(Qt.QDataStream arg1, int arg2);

See Also

Qt.QPtrStack Class, Qt Namespace