Go to the source code of this file.
|
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) |
|