Qt.QMapPrivate Class

public class QMapPrivate: QMapPrivateBase, System.IDisposable

Base Types

System.Object
  QtSupport
    QShared
      QMapPrivateBase
        QMapPrivate

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMapPrivate Constructors

QMapPrivate() Constructor
QMapPrivate(void *) Constructor

QMapPrivate Methods

QMapPrivate.Begin Method
QMapPrivate.Clear() Method
QMapPrivate.Clear(int) Method
QMapPrivate.Copy Method
QMapPrivate.End Method
QMapPrivate.Finalize Method
QMapPrivate.Find Method
QMapPrivate.Inorder(Qt.QMapNodeBase, int) Method
QMapPrivate.Inorder() Method
QMapPrivate.Inorder(Qt.QMapNodeBase) Method
QMapPrivate.Insert Method
QMapPrivate.InsertMulti Method
QMapPrivate.InsertSingle Method
QMapPrivate.Key Method
QMapPrivate.Remove Method


QMapPrivate() Constructor

public void QMapPrivate();

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate(void *) Constructor

public void QMapPrivate(void * ptr);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Begin Method

public void * Begin();

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Clear() Method

public void Clear();

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Clear(int) Method

public void Clear(int p);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Copy Method

public int Copy(int p);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.End Method

public void * End();

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Finalize Method

protected override void Finalize();

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Find Method

public int Find(Qt.Key k);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Inorder(Qt.QMapNodeBase, int) Method

public void Inorder(Qt.QMapNodeBase x, int level);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Inorder() Method

public void Inorder();

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Inorder(Qt.QMapNodeBase) Method

public void Inorder(Qt.QMapNodeBase x);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Insert Method

public void * Insert(Qt.QMapNodeBase x, Qt.QMapNodeBase y, Qt.Key k);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.InsertMulti Method

public void * InsertMulti(Qt.Key v);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.InsertSingle Method

public void * InsertSingle(Qt.Key k);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Key Method

protected Qt.Key Key(Qt.QMapNodeBase b);

See Also

Qt.QMapPrivate Class, Qt Namespace

QMapPrivate.Remove Method

public void Remove(void * it);

See Also

Qt.QMapPrivate Class, Qt Namespace