Project Alice
Loading...
Searching...
No Matches
table Namespace Reference

Classes

class  body
 
struct  column
 
struct  data
 
class  display
 
class  entry
 
class  sort_button
 
struct  sort_data
 
struct  sort_signal
 
struct  table_has_tooltip_signal
 
struct  table_signal
 
struct  table_signal_cell_click
 
struct  table_signal_cell_hover
 
struct  table_signal_scroll
 
struct  table_tooltip_callback_signal
 

Enumerations

enum  column_type { button , text }
 
enum  sort_order { undefined , ascending , descending }
 

Functions

sort_order toggle_sort_order (const sort_order order)
 
template<typename item_type >
void tooltip_fallback (sys::state &state, text::columnar_layout &contents, const item_type &a, std::string fallback)
 

Enumeration Type Documentation

◆ column_type

Enumerator
button 
text 

Definition at line 12 of file table.hpp.

◆ sort_order

Enumerator
undefined 
ascending 
descending 

Definition at line 17 of file table.hpp.

Function Documentation

◆ toggle_sort_order()

sort_order table::toggle_sort_order ( const sort_order  order)
inline

Definition at line 23 of file table.hpp.

Here is the caller graph for this function:

◆ tooltip_fallback()

template<typename item_type >
void table::tooltip_fallback ( sys::state state,
text::columnar_layout contents,
const item_type &  a,
std::string  fallback 
)

Definition at line 42 of file table.hpp.

Here is the call graph for this function: