|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to draw the frame. More...
Include dependency graph for frame.c: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 (project *this_proj, int rid, int cid, int ax) |
| prepare axis data | |
| void | draw_frame (cairo_t *cr, project *this_proj, 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, |
| project * | this_proj, | ||
| int | rid, | ||
| int | cid ) |
| void prep_axis_data | ( | project * | this_proj, |
| int | rid, | ||
| int | cid, | ||
| 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 ) |