GnuCashew ~ GnuCash Enabled Web
GCW
Public Attributes | List of all members
GCW::Gui::BillPay::COLUMNDEF Struct Reference

#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...
 

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), and toolTip (which is applied to the model but gets displayed in the table).

Definition at line 25 of file Model.h.

Member Data Documentation

◆ alignment

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

alignment flag for the table view

Definition at line 34 of file Model.h.

◆ name

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

field name

Definition at line 28 of file Model.h.

◆ toolTip

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

tool tip for the table view

Definition at line 37 of file Model.h.

◆ width

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

column width for the table view

Definition at line 31 of file Model.h.


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