KDECore
KSycocaFactoryList Class Reference
#include <ksycocafactory.h>
Inheritance diagram for KSycocaFactoryList:

Public Member Functions | |
| KSycocaFactoryList () | |
Public Member Functions inherited from QList< KSycocaFactory * > | |
| QList () | |
| QList (const QList< KSycocaFactory * > &other) | |
| QList (std::initializer_list< KSycocaFactory * > args) | |
| ~QList () | |
| void | append (const KSycocaFactory *&value) |
| void | append (const QList< KSycocaFactory * > &value) |
| const KSycocaFactory *& | at (int i) const |
| KSycocaFactory *& | back () |
| const KSycocaFactory *& | back () const |
| iterator | begin () |
| const_iterator | begin () const |
| void | clear () |
| const_iterator | constBegin () const |
| const_iterator | constEnd () const |
| bool | contains (const KSycocaFactory *&value) const |
| int | count (const KSycocaFactory *&value) const |
| int | count () const |
| bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| bool | endsWith (const KSycocaFactory *&value) const |
| iterator | erase (iterator pos) |
| iterator | erase (iterator begin, iterator end) |
| iterator | find (iterator from, const KSycocaFactory *&t) |
| iterator | find (const KSycocaFactory *&t) |
| const_iterator | find (const KSycocaFactory *&t) const |
| const_iterator | find (const_iterator from, const KSycocaFactory *&t) const |
| int | findIndex (const KSycocaFactory *&t) const |
| KSycocaFactory *& | first () |
| const KSycocaFactory *& | first () const |
| KSycocaFactory *& | front () |
| const KSycocaFactory *& | front () const |
| int | indexOf (const KSycocaFactory *&value, int from) const |
| void | insert (int i, const KSycocaFactory *&value) |
| iterator | insert (iterator before, const KSycocaFactory *&value) |
| bool | isEmpty () const |
| KSycocaFactory *& | last () |
| const KSycocaFactory *& | last () const |
| int | lastIndexOf (const KSycocaFactory *&value, int from) const |
| int | length () const |
| QList< KSycocaFactory * > | mid (int pos, int length) const |
| void | move (int from, int to) |
| bool | operator!= (const QList< KSycocaFactory * > &other) const |
| QList< KSycocaFactory * > | operator+ (const QList< KSycocaFactory * > &other) const |
| QList< KSycocaFactory * > & | operator+= (const QList< KSycocaFactory * > &other) |
| QList< KSycocaFactory * > & | operator+= (const KSycocaFactory *&value) |
| QList< KSycocaFactory * > & | operator<< (const KSycocaFactory *&value) |
| QList< KSycocaFactory * > & | operator<< (const QList< KSycocaFactory * > &other) |
| QList< KSycocaFactory * > & | operator= (const QList< KSycocaFactory * > &other) |
| bool | operator== (const QList< KSycocaFactory * > &other) const |
| KSycocaFactory *& | operator[] (int i) |
| const KSycocaFactory *& | operator[] (int i) const |
| void | pop_back () |
| void | pop_front () |
| void | prepend (const KSycocaFactory *&value) |
| void | push_back (const KSycocaFactory *&value) |
| void | push_front (const KSycocaFactory *&value) |
| iterator | remove (iterator pos) |
| int | remove (const KSycocaFactory *&t) |
| int | removeAll (const KSycocaFactory *&value) |
| void | removeAt (int i) |
| void | removeFirst () |
| void | removeLast () |
| bool | removeOne (const KSycocaFactory *&value) |
| void | replace (int i, const KSycocaFactory *&value) |
| void | reserve (int alloc) |
| int | size () const |
| bool | startsWith (const KSycocaFactory *&value) const |
| void | swap (int i, int j) |
| void | swap (QList< KSycocaFactory * > &other) |
| KSycocaFactory * | takeAt (int i) |
| KSycocaFactory * | takeFirst () |
| KSycocaFactory * | takeLast () |
| QSet< KSycocaFactory * > | toSet () const |
| std::list< KSycocaFactory * > | toStdList () const |
| QVector< KSycocaFactory * > | toVector () const |
| KSycocaFactory * | value (int i, const KSycocaFactory *&defaultValue) const |
| KSycocaFactory * | value (int i) const |
Additional Inherited Members | |
Static Public Member Functions inherited from QList< KSycocaFactory * > | |
| QList< KSycocaFactory * > | fromSet (const QSet< KSycocaFactory * > &set) |
| QList< KSycocaFactory * > | fromStdList (const std::list< KSycocaFactory * > &list) |
| QList< KSycocaFactory * > | fromVector (const QVector< KSycocaFactory * > &vector) |
Public Attributes inherited from QList< KSycocaFactory * > | |
| typedef | const_pointer |
| typedef | const_reference |
| typedef | ConstIterator |
| typedef | difference_type |
| typedef | Iterator |
| typedef | pointer |
| typedef | reference |
| typedef | size_type |
| typedef | value_type |
Detailed Description
This, instead of a typedef, allows to declare "class ..." in header files.
Definition at line 148 of file ksycocafactory.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 151 of file ksycocafactory.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from