GnuCash c935c2f+
Loading...
Searching...
No Matches
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.
 
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

◆ cell

BasicCell QuickFillCell::cell

Definition at line 48 of file quickfillcell.h.

◆ original

char* QuickFillCell::original

determines order of strings matched.

default is QUICKFILL_LIFO.

Definition at line 52 of file quickfillcell.h.

◆ qf

QuickFill* QuickFillCell::qf

Definition at line 49 of file quickfillcell.h.

◆ sort

QuickFillSort QuickFillCell::sort

quickfill-tree handled by this cell

Definition at line 50 of file quickfillcell.h.

◆ use_quickfill_cache

gboolean QuickFillCell::use_quickfill_cache

original string entered in original case

Definition at line 53 of file quickfillcell.h.


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