|
LibreOffice Module vcl (master) 1
|
Public Member Functions | |
| QuickSelectionEngine_Data (ISearchableStringList &_entryList) | |
| ~QuickSelectionEngine_Data () | |
| DECL_LINK (SearchStringTimeout, Timer *, void) | |
Public Attributes | |
| ISearchableStringList & | rEntryList |
| OUString | sCurrentSearchString |
| ::std::optional< sal_Unicode > | aSingleSearchChar |
| Timer | aSearchTimeout |
Definition at line 33 of file quickselectionengine.cxx.
|
inlineexplicit |
Definition at line 40 of file quickselectionengine.cxx.
References aSearchTimeout, LINK, Timer::SetInvokeHandler(), and Timer::SetTimeout().
|
inline |
Definition at line 48 of file quickselectionengine.cxx.
References aSearchTimeout, and Task::Stop().
| vcl::QuickSelectionEngine_Data::DECL_LINK | ( | SearchStringTimeout | , |
| Timer * | , | ||
| void | |||
| ) |
| Timer vcl::QuickSelectionEngine_Data::aSearchTimeout |
Definition at line 38 of file quickselectionengine.cxx.
Referenced by QuickSelectionEngine_Data(), and ~QuickSelectionEngine_Data().
| ::std::optional< sal_Unicode > vcl::QuickSelectionEngine_Data::aSingleSearchChar |
Definition at line 37 of file quickselectionengine.cxx.
| ISearchableStringList& vcl::QuickSelectionEngine_Data::rEntryList |
Definition at line 35 of file quickselectionengine.cxx.
Referenced by vcl::findMatchingEntry().
| OUString vcl::QuickSelectionEngine_Data::sCurrentSearchString |
Definition at line 36 of file quickselectionengine.cxx.