|
GCC Middle and Back End API Reference
|
#include <types.h>

Public Member Functions | |
| rect (coord< CoordinateSystem > top_left, size< CoordinateSystem > size) | |
| rect (range< CoordinateSystem > x_range, range< CoordinateSystem > y_range) | |
| int | get_min_x () const |
| int | get_min_y () const |
| int | get_max_x () const |
| int | get_max_y () const |
| int | get_next_x () const |
| int | get_next_y () const |
| range< CoordinateSystem > | get_x_range () const |
| range< CoordinateSystem > | get_y_range () const |
| int | get_width () const |
| int | get_height () const |
Data Fields | |
| coord< CoordinateSystem > | m_top_left |
| size< CoordinateSystem > | m_size |
A rectangle area within CoordinateSystem.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by text_art::x_ruler::paint_to_canvas().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by text_art::x_ruler::update_layout().
|
inline |
Referenced by text_art::x_ruler::paint_to_canvas().
|
inline |
| size<CoordinateSystem> text_art::rect< CoordinateSystem >::m_size |
| coord<CoordinateSystem> text_art::rect< CoordinateSystem >::m_top_left |
Referenced by text_art::widget::set_alloc_rect(), and text_art::x_ruler::update_layout().