GnuCash  5.6-150-g038405b370+
Functions
cell-factory.h File Reference
#include "basiccell.h"

Go to the source code of this file.

Functions

CellFactory * gnc_cell_factory_new (void)
 
void gnc_cell_factory_destroy (CellFactory *cf)
 
void gnc_cell_factory_add_cell_type (CellFactory *cf, const char *cell_type_name, CellCreateFunc cell_creator)
 
BasicCell * gnc_cell_factory_make_cell (CellFactory *cf, const char *cell_type_name)