Inheritance diagram for cwidget::fragment_container:
Public Member Functions | |
virtual size_t | calc_max_width (size_t first_indent, size_t rest_indent) const =0 |
Actually calculate the maximum width. | |
virtual size_t | calc_trailing_width (size_t first_indent, size_t rest_indent) const =0 |
Actually calculate the trailing width. | |
virtual bool | calc_final_newline () const =0 |
Actually calculate the final-nl status. | |
size_t | max_width (size_t first_indent, size_t rest_indent) const |
size_t | trailing_width (size_t first_indent, size_t rest_indent) const |
bool | final_newline () const |
(yum, premature optimization)
|
Implements cwidget::fragment. |
|
Implements cwidget::fragment. |
|
Implements cwidget::fragment. |