comparison src/pt-plot.h @ 999:b989de67b22d

[project @ 1994-12-19 23:50:05 by jwe]
author jwe
date Mon, 19 Dec 1994 23:50:13 +0000
parents e8a677c3f042
children dfe01093f657
comparison
equal deleted inserted replaced
998:032fcf9f45a4 999:b989de67b22d
175 175
176 void print_code (ostream& os); 176 void print_code (ostream& os);
177 177
178 private: 178 private:
179 tree_expression *plot_data; 179 tree_expression *plot_data;
180 subplot_using *using; 180 subplot_using *using_clause;
181 tree_expression *title; 181 tree_expression *title_clause;
182 subplot_style *style; 182 subplot_style *style_clause;
183 }; 183 };
184 184
185 class 185 class
186 subplot_list : public SLList<subplot *>, public tree_print_code 186 subplot_list : public SLList<subplot *>, public tree_print_code
187 { 187 {