Project Alice
|
#include <table.hpp>
Public Member Functions | |
void | toggle_sort_column_by_index (uint8_t column_index) |
void | update_rows_order (sys::state &state, ui::element_base *container) |
Public Attributes | |
std::vector< column< item_type > > | columns |
std::vector< sort_data > | sort_priority |
std::vector< item_type > | data |
|
inline |
|
inline |
std::vector<column<item_type> > table::data< item_type >::columns |
std::vector<item_type> table::data< item_type >::data |
std::vector<sort_data> table::data< item_type >::sort_priority |