KDED
KSycocaResourceList Class Reference
#include <ksycocaresourcelist.h>
Inheritance diagram for KSycocaResourceList:
Public Member Functions | |
KSycocaResourceList () | |
void | add (const QString &resource, const QString &filter) |
Public Member Functions inherited from QLinkedList< KSycocaResource > | |
QLinkedList () | |
QLinkedList (const QLinkedList< T > &other) | |
~QLinkedList () | |
void | append (const T &value) |
T & | back () |
const T & | back () const |
iterator | begin () |
const_iterator | begin () const |
void | clear () |
const_iterator | constBegin () const |
const_iterator | constEnd () const |
bool | contains (const T &value) const |
int | count (const T &value) const |
int | count () const |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
bool | endsWith (const T &value) const |
iterator | erase (iterator pos) |
iterator | erase (iterator begin, iterator end) |
const_iterator | find (const_iterator from, const T &t) const |
iterator | find (iterator from, const T &t) |
iterator | find (const T &t) |
const_iterator | find (const T &t) const |
int | findIndex (const T &t) const |
T & | first () |
const T & | first () const |
T & | front () |
const T & | front () const |
iterator | insert (iterator before, const T &value) |
bool | isEmpty () const |
const T & | last () const |
T & | last () |
bool | operator!= (const QLinkedList< T > &other) const |
QLinkedList< T > | operator+ (const QLinkedList< T > &other) const |
QLinkedList< T > & | operator+= (const QLinkedList< T > &other) |
QLinkedList< T > & | operator+= (const T &value) |
QLinkedList< T > & | operator<< (const QLinkedList< T > &other) |
QLinkedList< T > & | operator<< (const T &value) |
QLinkedList< T > & | operator= (const QLinkedList< T > &other) |
bool | operator== (const QLinkedList< T > &other) const |
void | pop_back () |
void | pop_front () |
void | prepend (const T &value) |
void | push_back (const T &value) |
void | push_front (const T &value) |
iterator | remove (iterator pos) |
int | removeAll (const T &value) |
void | removeFirst () |
void | removeLast () |
bool | removeOne (const T &value) |
int | size () const |
bool | startsWith (const T &value) const |
void | swap (QLinkedList< T > &other) |
T | takeFirst () |
T | takeLast () |
std::list< T > | toStdList () const |
Additional Inherited Members | |
Static Public Member Functions inherited from QLinkedList< KSycocaResource > | |
QLinkedList< T > | fromStdList (const std::list< T > &list) |
Public Attributes inherited from QLinkedList< KSycocaResource > | |
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 32 of file ksycocaresourcelist.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 35 of file ksycocaresourcelist.h.
Member Function Documentation
Definition at line 37 of file ksycocaresourcelist.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:26:11 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:26:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.