GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <Model.h>
Public Attributes | |
const char * | name |
field name More... | |
Wt::WLength | width |
column width for the table view More... | |
Wt::AlignmentFlag | alignment |
alignment flag for the table view More... | |
const char * | toolTip |
tool tip for the table view More... | |
\Brief Model Column Definitions
This holds the column definitions for the Model and Table. It includes the field name, field width (for the table), alignment (also for the table), and toolTip (which is applied to the model but gets displayed in the table).
Wt::AlignmentFlag GCW::Gui::BillPay::COLUMNDEF::alignment |
const char* GCW::Gui::BillPay::COLUMNDEF::toolTip |
Wt::WLength GCW::Gui::BillPay::COLUMNDEF::width |