Rocket::Controls::ElementDataGrid::Column Struct Reference

#include <ElementDataGrid.h>

Collaboration diagram for Rocket::Controls::ElementDataGrid::Column:

Data Fields

Rocket::Core::StringList fields
DataFormatterformatter
Core::Elementheader
float current_width
 The width of this column.
bool refresh_on_child_change

Detailed Description

A column inside a table.

Author:
Robert Curry

Field Documentation

The list of fields that this column reads from the data source for each row.

The data formatter this is used to process the field information into what is finally displayed in the data grid.

The header that is displayed at the top of the column, in the header row.

Whether this column has a forced refresh when a child node changes. This is to allow the expand/collapse buttons to be added or removed when a child node is added.


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