swift
Public Member Functions | List of all members
swift::gui::CSharedStringListCompleter Class Reference

Completer shared among multiple UI elements. More...

Public Member Functions

 CSharedStringListCompleter ()
 Constructor.
 
bool updateData (const QStringList &data, int cacheTimeMs)
 Update data.
 
void clearData ()
 Clear completer data.
 
bool wasUpdatedWithinTime (int checkTimeMs) const
 Was updated within check time.
 
bool contains (const QString &value, Qt::CaseSensitivity cs=Qt::CaseInsensitive) const
 Contains the string completer the given value.
 
QStringList stringList () const
 Values.
 
QCompleter * completer () const
 Completer.
 
 operator QCompleter * () const
 Convert to completer.
 

Detailed Description

Completer shared among multiple UI elements.

Normally used as static member

Definition at line 21 of file sharedstringlistcompleter.h.


The documentation for this class was generated from the following files: