|
GnuCash 2.4.99
|
Common declarations for the register core. More...
#include <glib.h>#include "basiccell.h"Go to the source code of this file.
Data Structures | |
| struct | _VirtualCellLocation |
| struct | _VirtualLocation |
Defines | |
| #define | BASIC_CELL_TYPE_NAME "basic-cell" |
| #define | COMBO_CELL_TYPE_NAME "combo-cell" |
| #define | DATE_CELL_TYPE_NAME "date-cell" |
| #define | NUM_CELL_TYPE_NAME "num-cell" |
| #define | PRICE_CELL_TYPE_NAME "price-cell" |
| #define | RECN_CELL_TYPE_NAME "recn-cell" |
| #define | QUICKFILL_CELL_TYPE_NAME "quickfill-cell" |
| #define | FORMULA_CELL_TYPE_NAME "formula-cell" |
| #define | CHECKBOX_CELL_TYPE_NAME "checkbox-cell" |
Typedefs | |
| typedef struct _VirtualCellLocation | VirtualCellLocation |
| typedef struct _VirtualLocation | VirtualLocation |
Functions | |
| void | gnc_register_init (void) |
| void | gnc_register_shutdown (void) |
| void | gnc_register_add_cell_type (const char *cell_type_name, CellCreateFunc cell_creator) |
| BasicCell * | gnc_register_make_cell (const char *cell_type_name) |
| gboolean | virt_cell_loc_equal (VirtualCellLocation vcl1, VirtualCellLocation vcl2) |
| gboolean | virt_loc_equal (VirtualLocation vl1, VirtualLocation vl2) |
Common declarations for the register core.
Definition in file register-common.h.
1.7.4