|
GnuCash c935c2f+
|
holds information about each virtual cell. More...
#include <table-allgui.h>
Data Fields | |
| CellBlock * | cellblock |
| gpointer | vcell_data |
| Array of physical cells. | |
| unsigned int | visible: 1 |
| Used by higher-level code. | |
| unsigned int | start_primary_color: 1 |
| visible in the GUI | |
holds information about each virtual cell.
Definition at line 132 of file table-allgui.h.
| CellBlock* VirtualCell::cellblock |
Definition at line 134 of file table-allgui.h.
| unsigned int VirtualCell::start_primary_color |
visible in the GUI
Definition at line 139 of file table-allgui.h.
| gpointer VirtualCell::vcell_data |
Array of physical cells.
Definition at line 135 of file table-allgui.h.
| unsigned int VirtualCell::visible |
Used by higher-level code.
Definition at line 138 of file table-allgui.h.