KDECore
KMimeGlobsFileParser::GlobList Class Reference
#include <kmimeglobsfileparser_p.h>
Inheritance diagram for KMimeGlobsFileParser::GlobList:

Public Member Functions | |
| bool | hasPattern (const QString &mime, const QString &pattern) const |
| void | removeMime (const QString &mime) |
Public Member Functions inherited from QList< Glob > | |
| QList () | |
| QList (const QList< Glob > &other) | |
| QList (std::initializer_list< Glob > args) | |
| ~QList () | |
| void | append (const Glob &value) |
| void | append (const QList< Glob > &value) |
| const Glob & | at (int i) const |
| Glob & | back () |
| const Glob & | back () const |
| iterator | begin () |
| const_iterator | begin () const |
| void | clear () |
| const_iterator | constBegin () const |
| const_iterator | constEnd () const |
| bool | contains (const Glob &value) const |
| int | count (const Glob &value) const |
| int | count () const |
| bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| bool | endsWith (const Glob &value) const |
| iterator | erase (iterator pos) |
| iterator | erase (iterator begin, iterator end) |
| iterator | find (iterator from, const Glob &t) |
| iterator | find (const Glob &t) |
| const_iterator | find (const Glob &t) const |
| const_iterator | find (const_iterator from, const Glob &t) const |
| int | findIndex (const Glob &t) const |
| Glob & | first () |
| const Glob & | first () const |
| Glob & | front () |
| const Glob & | front () const |
| int | indexOf (const Glob &value, int from) const |
| void | insert (int i, const Glob &value) |
| iterator | insert (iterator before, const Glob &value) |
| bool | isEmpty () const |
| Glob & | last () |
| const Glob & | last () const |
| int | lastIndexOf (const Glob &value, int from) const |
| int | length () const |
| QList< Glob > | mid (int pos, int length) const |
| void | move (int from, int to) |
| bool | operator!= (const QList< Glob > &other) const |
| QList< Glob > | operator+ (const QList< Glob > &other) const |
| QList< Glob > & | operator+= (const QList< Glob > &other) |
| QList< Glob > & | operator+= (const Glob &value) |
| QList< Glob > & | operator<< (const Glob &value) |
| QList< Glob > & | operator<< (const QList< Glob > &other) |
| QList< Glob > & | operator= (const QList< Glob > &other) |
| bool | operator== (const QList< Glob > &other) const |
| Glob & | operator[] (int i) |
| const Glob & | operator[] (int i) const |
| void | pop_back () |
| void | pop_front () |
| void | prepend (const Glob &value) |
| void | push_back (const Glob &value) |
| void | push_front (const Glob &value) |
| iterator | remove (iterator pos) |
| int | remove (const Glob &t) |
| int | removeAll (const Glob &value) |
| void | removeAt (int i) |
| void | removeFirst () |
| void | removeLast () |
| bool | removeOne (const Glob &value) |
| void | replace (int i, const Glob &value) |
| void | reserve (int alloc) |
| int | size () const |
| bool | startsWith (const Glob &value) const |
| void | swap (int i, int j) |
| void | swap (QList< Glob > &other) |
| Glob | takeAt (int i) |
| Glob | takeFirst () |
| Glob | takeLast () |
| QSet< Glob > | toSet () const |
| std::list< Glob > | toStdList () const |
| QVector< Glob > | toVector () const |
| Glob | value (int i, const Glob &defaultValue) const |
| Glob | value (int i) const |
Additional Inherited Members | |
Static Public Member Functions inherited from QList< Glob > | |
| QList< Glob > | fromSet (const QSet< Glob > &set) |
| QList< Glob > | fromStdList (const std::list< Glob > &list) |
| QList< Glob > | fromVector (const QVector< Glob > &vector) |
Public Attributes inherited from QList< Glob > | |
| 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
Definition at line 54 of file kmimeglobsfileparser_p.h.
Member Function Documentation
|
inline |
Definition at line 57 of file kmimeglobsfileparser_p.h.
|
inline |
Definition at line 66 of file kmimeglobsfileparser_p.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