Public Member Functions | |
ExpensesList (ExpensesType *et, int length, int num_subtotals) | |
uint | GetHeight () const |
uint | GetCategoriesWidth () const |
Compute width of the expenses categories in pixels. | |
Data Fields | |
const ExpensesType * | et |
Expenses items. | |
const uint | length |
Number of items in list. | |
const uint | num_subtotals |
Number of sub-totals in the list. |
Definition at line 84 of file company_gui.cpp.
uint ExpensesList::GetCategoriesWidth | ( | ) | const [inline] |
Compute width of the expenses categories in pixels.
Definition at line 100 of file company_gui.cpp.
References et, GetStringBoundingBox(), length, and max().
Referenced by CompanyFinancesWindow::UpdateWidgetSize().