GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Public Attributes | List of all members
GCW::Gui::BillPay::COLUMNDEF Struct Reference

#include <TableModel.h>

Public Attributes

const char * name
 field name
 
Wt::WLength width
 column width for the table view
 
Wt::AlignmentFlag alignment
 alignment flag for the table view
 

Detailed Description

\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). The tool tip is derived from the 'name' value and is applied to the table accordingly.

Definition at line 25 of file TableModel.h.

Member Data Documentation

◆ alignment

Wt::AlignmentFlag GCW::Gui::BillPay::COLUMNDEF::alignment

alignment flag for the table view

Definition at line 34 of file TableModel.h.

◆ name

const char* GCW::Gui::BillPay::COLUMNDEF::name

field name

Definition at line 28 of file TableModel.h.

◆ width

Wt::WLength GCW::Gui::BillPay::COLUMNDEF::width

column width for the table view

Definition at line 31 of file TableModel.h.


The documentation for this struct was generated from the following file: