|
GnuCash
5.6-150-g038405b370+
|
The QuickFillCell implements a text cell with quick-fill capabilities. More...
#include <quickfillcell.h>
Data Fields | |
| BasicCell | cell |
| QuickFill * | qf |
| QuickFillSort | sort |
| quickfill-tree handled by this cell | |
| char * | original |
| determines order of strings matched. More... | |
| gboolean | use_quickfill_cache |
| original string entered in original case | |
The QuickFillCell implements a text cell with quick-fill capabilities.
By "quick fill" we mean a cell that will automatically sentence-complete the entry after the user typed a sufficient number of letters to identify a unique entry.
On the output side, this is just a plain text cell.
Definition at line 46 of file quickfillcell.h.
| char* QuickFillCell::original |
determines order of strings matched.
default is QUICKFILL_LIFO.
Definition at line 52 of file quickfillcell.h.
1.8.14