Home · All Classes · All Namespaces · Modules · Functions · Files |
The Features class represents a list of Feature. More...
#include <TelepathyQt/Features>
Public Member Functions | |
Features () | |
Features (const Feature &feature) | |
Features (const QSet< Feature > &s) | |
![]() | |
QSet () | |
QSet (const QSet< T > &other) | |
QSet< T > & | operator= (const QSet< T > &other) |
void | swap (QSet< T > &other) |
bool | operator== (const QSet< T > &other) const |
bool | operator!= (const QSet< T > &other) const |
int | size () const |
bool | isEmpty () const |
int | capacity () const |
void | reserve (int size) |
void | squeeze () |
void | clear () |
bool | remove (const T &value) |
bool | contains (const T &value) const |
bool | contains (const QSet< T > &other) const |
iterator | begin () |
const_iterator | begin () const |
const_iterator | constBegin () const |
iterator | end () |
const_iterator | end () const |
const_iterator | constEnd () const |
iterator | erase (iterator pos) |
int | count () const |
const_iterator | insert (const T &value) |
iterator | find (const T &value) |
const_iterator | find (const T &value) const |
const_iterator | constFind (const T &value) const |
QSet< T > & | unite (const QSet< T > &other) |
QSet< T > & | intersect (const QSet< T > &other) |
QSet< T > & | subtract (const QSet< T > &other) |
bool | empty () const |
QSet< T > & | operator<< (const T &value) |
QSet< T > & | operator|= (const QSet< T > &other) |
QSet< T > & | operator|= (const T &value) |
QSet< T > & | operator&= (const QSet< T > &other) |
QSet< T > & | operator&= (const T &value) |
QSet< T > & | operator+= (const QSet< T > &other) |
QSet< T > & | operator+= (const T &value) |
QSet< T > & | operator-= (const QSet< T > &other) |
QSet< T > & | operator-= (const T &value) |
QSet< T > | operator| (const QSet< T > &other) const |
QSet< T > | operator& (const QSet< T > &other) const |
QSet< T > | operator+ (const QSet< T > &other) const |
QSet< T > | operator- (const QSet< T > &other) const |
QList< T > | toList () const |
QList< T > | values () const |
Additional Inherited Members | |
![]() | |
QSet< T > | fromList (const QList< T > &list) |
![]() | |
typedef | Iterator |
typedef | ConstIterator |
typedef | key_type |
typedef | value_type |
typedef | pointer |
typedef | const_pointer |
typedef | reference |
typedef | const_reference |
typedef | difference_type |
typedef | size_type |
|
inline |
|
inline |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.4 |