LibreOffice Module fpicker (master) 1
Functions
autocmpledit.cxx File Reference
#include <vcl/event.hxx>
#include "autocmpledit.hxx"
Include dependency graph for autocmpledit.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK (AutocompleteEdit, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 IMPL_LINK_NOARG (AutocompleteEdit, ChangedHdl, weld::Entry &, void)
 
 IMPL_LINK_NOARG (AutocompleteEdit, TryAutoComplete, Timer *, void)
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( AutocompleteEdit  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

Definition at line 24 of file autocmpledit.cxx.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( AutocompleteEdit  ,
ChangedHdl  ,
weld::Entry ,
void   
)

Definition at line 30 of file autocmpledit.cxx.

References KEY_BACKSPACE, and KEY_DELETE.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( AutocompleteEdit  ,
TryAutoComplete  ,
Timer ,
void   
)

Definition at line 61 of file autocmpledit.cxx.