KDECore
KCompletionMatchesWrapper Class Reference
#include <kcompletion_private.h>
Public Member Functions | |
void | append (int i, const QString &string) |
void | clear () |
uint | count () const |
QString | first () const |
bool | isEmpty () const |
KCompletionMatchesWrapper (bool sort=false) | |
QString | last () const |
QStringList | list () const |
void | setSorting (bool sort) |
bool | sorting () const |
~KCompletionMatchesWrapper () | |
Public Attributes | |
bool | dirty |
KCompletionMatchesList * | sortedList |
QStringList | stringList |
Detailed Description
For internal use only.
Definition at line 149 of file kcompletion_private.h.
Constructor & Destructor Documentation
KCompletionMatchesWrapper::KCompletionMatchesWrapper | ( | bool | sort = false |
) | [inline] |
Definition at line 152 of file kcompletion_private.h.
KCompletionMatchesWrapper::~KCompletionMatchesWrapper | ( | ) | [inline] |
Definition at line 156 of file kcompletion_private.h.
Member Function Documentation
void KCompletionMatchesWrapper::append | ( | int | i, | |
const QString & | string | |||
) | [inline] |
Definition at line 175 of file kcompletion_private.h.
void KCompletionMatchesWrapper::clear | ( | ) | [inline] |
Definition at line 183 of file kcompletion_private.h.
uint KCompletionMatchesWrapper::count | ( | ) | const [inline] |
Definition at line 190 of file kcompletion_private.h.
QString KCompletionMatchesWrapper::first | ( | ) | const [inline] |
Definition at line 200 of file kcompletion_private.h.
bool KCompletionMatchesWrapper::isEmpty | ( | ) | const [inline] |
Definition at line 196 of file kcompletion_private.h.
QString KCompletionMatchesWrapper::last | ( | ) | const [inline] |
Definition at line 204 of file kcompletion_private.h.
QStringList KCompletionMatchesWrapper::list | ( | ) | const |
Definition at line 746 of file kcompletion.cpp.
void KCompletionMatchesWrapper::setSorting | ( | bool | sort | ) | [inline] |
Definition at line 160 of file kcompletion_private.h.
bool KCompletionMatchesWrapper::sorting | ( | ) | const [inline] |
Definition at line 171 of file kcompletion_private.h.
Member Data Documentation
bool KCompletionMatchesWrapper::dirty [mutable] |
Definition at line 212 of file kcompletion_private.h.
Definition at line 211 of file kcompletion_private.h.
Definition at line 210 of file kcompletion_private.h.
The documentation for this class was generated from the following files: