Qt:Документация 4.3.2/qmultimap-members

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

[править] List of All Members for QMultiMap

This is the complete list of members for QMultiMap, including inherited members.


  • insert ( const Key &, const T & ) : QMap<Key, T>::iterator
  • insertMulti ( const Key &, const T & ) : iterator
  • isEmpty () const : bool
  • key ( const T & ) const : const Key
  • key ( const T &, const Key & ) const : const Key
  • keys () const : QList<Key>
  • keys ( const T & ) const : QList<Key>
  • lowerBound ( const Key & ) : iterator
  • lowerBound ( const Key & ) const : const_iterator
  • remove ( const Key &, const T & ) : int
  • remove ( const Key & ) : int
  • replace ( const Key &, const T & ) : QMap<Key, T>::iterator
  • size () const : int
  • take ( const Key & ) : T
  • toStdMap () const : std::map<Key, T>
  • uniqueKeys () const : QList<Key>
  • unite ( const QMap<Key, T> & ) : QMap<Key, T> &
  • upperBound ( const Key & ) : iterator
  • upperBound ( const Key & ) const : const_iterator
  • value ( const Key & ) const : const T
  • value ( const Key &, const T & ) const : const T
  • values () const : QList<T>
  • values ( const Key & ) const : QList<T>
  • operator!= ( const QMap<Key, T> & ) const : bool
  • operator+ ( const QMultiMap & ) const : QMultiMap
  • operator+= ( const QMultiMap & ) : QMultiMap &
  • operator= ( const QMap<Key, T> & ) : QMap<Key, T> &
  • operator== ( const QMap<Key, T> & ) const : bool
  • operator[ ] ( const Key & ) : T &
  • operator[ ] ( const Key & ) const : const T



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2