|
export_options::columns_indexs | get_headers (bool only_visibles) const |
|
std::string | to_string (const export_options &exp_opt) const |
|
const attributes & | attrib () const noexcept |
|
attributes & | attrib () noexcept |
|
size_type | create (essence *ess, native_string_type &&text, unsigned pixels) |
|
void | clear () |
|
unsigned | width_px () const noexcept |
| < the visible width of the whole header More...
|
|
bool | calc_ranged_columns (unsigned width) noexcept |
| Calculates the ranged columns to make the whole header fit a specified width. More...
|
|
const container & | cont () const noexcept |
|
size_type | cast (size_type pos, bool disp_order) const |
|
column & | at (size_type pos, bool disp_order=false) |
| find and return a ref to the column that originally was at position "pos" previous to any list reorganization. More...
|
|
const column & | at (size_type pos, bool disp_order=false) const |
|
size_type | column_from_point (int x) const noexcept |
| Returns the position(original index when it is creating) of the current column at point x. More...
|
|
unsigned | margin () const |
|
std::pair< int, unsigned > | range (size_type pos) const |
|
size_type | next (size_type index) const noexcept |
| return the original index of the visible col currently before(in front of) or after the col originally at index "index" More...
|
|
size_type | boundary (bool get_front) const noexcept |
| Returns the absolute position of the first/last visible column. More...
|
|
void | move_to_view_pos (size_type col, size_type view, bool front) noexcept |
| move col to view pos More...
|
|
void | move (size_type from, size_type to, bool front) noexcept |
| move the col originally at "from" to the position currently in front (or after) the col originally at index "to" invalidating some current index More...
|
|