GnuCash  5.6-150-g038405b370+
Data Fields
QuickFillCell Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ original

char* QuickFillCell::original

determines order of strings matched.

default is QUICKFILL_LIFO.

Definition at line 52 of file quickfillcell.h.


The documentation for this struct was generated from the following file: