|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to draw the frame. More...
Go to the source code of this file.
Functions | |
| void | prep_frame (cairo_t *fr, int da, double ti, ColRGBA dcol) |
| draw frame line | |
| void | show_frame (cairo_t *cd, int tf, int da, int res[2], double ti, double x[2], double y[2], ColRGBA dcol) |
| draw frame | |
| void | prep_axis_data (Curve *this_curve, int ax) |
| prepare axis data | |
| void | draw_frame (cairo_t *cr, Curve *this_curve, int rid, int cid) |
| draw frame and axis data | |
Functions to draw the frame.
Definition in file frame.c.
| void draw_frame | ( | cairo_t * | cr, |
| Curve * | this_curve, | ||
| int | rid, | ||
| int | cid ) |
| void prep_axis_data | ( | Curve * | this_curve, |
| int | ax ) |
| void prep_frame | ( | cairo_t * | fr, |
| int | da, | ||
| double | ti, | ||
| ColRGBA | dcol ) |
| void show_frame | ( | cairo_t * | cd, |
| int | tf, | ||
| int | da, | ||
| int | res[2], | ||
| double | ti, | ||
| double | x[2], | ||
| double | y[2], | ||
| ColRGBA | dcol ) |