comparison src/gl-render.h @ 12369:e23f4609d558 release-3-4-x

Move axes labels and title positioning to axes::properties
author Konstantinos Poulios <logari81@gmail.com>
date Thu, 03 Feb 2011 19:30:13 +0100
parents 1a24d55b1714
children 834f904a3dcb
comparison
equal deleted inserted replaced
12368:3458c5bba6e5 12369:e23f4609d558
171 171
172 void draw_axes_x_grid (const axes::properties& props); 172 void draw_axes_x_grid (const axes::properties& props);
173 void draw_axes_y_grid (const axes::properties& props); 173 void draw_axes_y_grid (const axes::properties& props);
174 void draw_axes_z_grid (const axes::properties& props); 174 void draw_axes_z_grid (const axes::properties& props);
175 175
176 void draw_axes_title (const axes::properties& props);
177 void draw_axes_children (const axes::properties& props); 176 void draw_axes_children (const axes::properties& props);
178 177
179 private: 178 private:
180 // The graphics toolkit associated with the figure being rendered. 179 // The graphics toolkit associated with the figure being rendered.
181 graphics_toolkit toolkit; 180 graphics_toolkit toolkit;