Lysa UI  0.0
Lysa UI —UI components for the Lysa Engine
Table::Column Struct Reference

Detailed Description

A column of the table.

Public Attributes

std::shared_ptr< Buttonheader
 Clickable header of the column. More...
 
std::shared_ptr< Widgettitle
 Widget displayed by the header. More...
 
std::shared_ptr< Arrowindicator
 Arrow displaying the sort direction. More...
 
bool sortable {true}
 True if clicking the header sorts the table. More...
 
bool resizable {true}
 True if the width can be changed with the mouse. More...
 

Member Data Documentation

std::shared_ptr<Button> header

Clickable header of the column.

std::shared_ptr<Arrow> indicator

Arrow displaying the sort direction.

bool resizable {true}

True if the width can be changed with the mouse.

bool sortable {true}

True if clicking the header sorts the table.

std::shared_ptr<Widget> title

Widget displayed by the header.