
Public Member Functions | |
| OCompletionMatchesWrapper (bool sort=false) | |
| ~OCompletionMatchesWrapper () | |
| void | setSorting (bool sort) |
| bool | sorting () const |
| void | append (int i, const QString &string) |
| void | clear () |
| uint | count () const |
| bool | isEmpty () const |
| QString | first () const |
| QString | last () const |
| QStringList | list () const |
Public Attributes | |
| QStringList | stringList |
| OCompletionMatchesList * | sortedList |
| bool | dirty |
|
|
Definition at line 152 of file ocompletion.cpp. |
|
|
Definition at line 156 of file ocompletion.cpp. References sortedList. |
|
||||||||||||
|
Definition at line 175 of file ocompletion.cpp. References QValueList< T >::append(), dirty, OSortableValueList< T, Key >::insert(), sortedList, and stringList. Referenced by OCompletion::extractStringsFromNode(), and OCompletion::findAllCompletions(). |
|
|
Definition at line 183 of file ocompletion.cpp. References QValueList< T >::clear(), dirty, sortedList, and stringList. Referenced by OCompletion::addItem(), OCompletion::clear(), OCompletion::makeCompletion(), and OCompletion::removeItem(). |
|
|
Definition at line 190 of file ocompletion.cpp. References QValueList< T >::count(), sortedList, and stringList. Referenced by OCompletion::findAllCompletions(), and isEmpty(). |
|
|
Definition at line 200 of file ocompletion.cpp. References list(). Referenced by OCompletion::makeCompletion(), and OCompletion::nextMatch(). |
|
|
Definition at line 196 of file ocompletion.cpp. References count(). Referenced by OCompletion::makeCompletion(), OCompletion::nextMatch(), and OCompletion::previousMatch(). |
|
|
Definition at line 204 of file ocompletion.cpp. References list(). Referenced by OCompletion::previousMatch(). |
|
|
Definition at line 916 of file ocompletion.cpp. References QValueList< T >::begin(), QValueList< T >::clear(), dirty, QValueList< T >::end(), QValueList< T >::prepend(), OSortableValueList< T, Key >::sort(), sortedList, and stringList. Referenced by OCompletion::allMatches(), first(), last(), OCompletion::makeCompletion(), OCompletion::nextMatch(), OCompletionMatches::OCompletionMatches(), OCompletion::previousMatch(), and OCompletion::substringCompletion(). |
|
|
Definition at line 160 of file ocompletion.cpp. References QValueList< T >::clear(), dirty, sortedList, and stringList. Referenced by OCompletion::setOrder(). |
|
|
Definition at line 171 of file ocompletion.cpp. References sortedList. |
|
|
Definition at line 212 of file ocompletion.cpp. Referenced by append(), clear(), list(), and setSorting(). |
|
|
Definition at line 211 of file ocompletion.cpp. Referenced by append(), clear(), count(), list(), OCompletionMatches::OCompletionMatches(), setSorting(), sorting(), and ~OCompletionMatchesWrapper(). |
|
|
Definition at line 210 of file ocompletion.cpp. Referenced by append(), clear(), count(), list(), and setSorting(). |
1.4.2