public class QMapPrivate: QMapPrivateBase, System.IDisposable
System.Object
QtSupport
QShared
QMapPrivateBase
QMapPrivateThis type implements System.IDisposable.
Qt Namespace
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
public void QMapPrivate();
Qt.QMapPrivate Class, Qt Namespace
public void QMapPrivate(void * ptr);
Qt.QMapPrivate Class, Qt Namespace
public void * Begin();
Qt.QMapPrivate Class, Qt Namespace
public void Clear();
Qt.QMapPrivate Class, Qt Namespace
public void Clear(int p);
Qt.QMapPrivate Class, Qt Namespace
public int Copy(int p);
Qt.QMapPrivate Class, Qt Namespace
public void * End();
Qt.QMapPrivate Class, Qt Namespace
protected override void Finalize();
Qt.QMapPrivate Class, Qt Namespace
public int Find(Qt.Key k);
Qt.QMapPrivate Class, Qt Namespace
public void Inorder(Qt.QMapNodeBase x, int level);
Qt.QMapPrivate Class, Qt Namespace
public void Inorder();
Qt.QMapPrivate Class, Qt Namespace
public void Inorder(Qt.QMapNodeBase x);
Qt.QMapPrivate Class, Qt Namespace
public void * Insert(Qt.QMapNodeBase x, Qt.QMapNodeBase y, Qt.Key k);
Qt.QMapPrivate Class, Qt Namespace
public void * InsertMulti(Qt.Key v);
Qt.QMapPrivate Class, Qt Namespace
public void * InsertSingle(Qt.Key k);
Qt.QMapPrivate Class, Qt Namespace
protected Qt.Key Key(Qt.QMapNodeBase b);
Qt.QMapPrivate Class, Qt Namespace
public void Remove(void * it);
Qt.QMapPrivate Class, Qt Namespace