|
GnuCash c935c2f+
|
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. | |
| 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.
| BasicCell QuickFillCell::cell |
Definition at line 48 of file quickfillcell.h.
| char* QuickFillCell::original |
determines order of strings matched.
default is QUICKFILL_LIFO.
Definition at line 52 of file quickfillcell.h.
| QuickFill* QuickFillCell::qf |
Definition at line 49 of file quickfillcell.h.
| QuickFillSort QuickFillCell::sort |
quickfill-tree handled by this cell
Definition at line 50 of file quickfillcell.h.
| gboolean QuickFillCell::use_quickfill_cache |
original string entered in original case
Definition at line 53 of file quickfillcell.h.