00001 #ifndef _WINC_REDBOOKPLOTPARAM 00002 #define _WINC_REDBOOKPLOTPARAM 00003 00004 namespace WXP { 00005 struct RedbookPlotParam { 00006 int z; 00007 int zthres; 00008 int zfact; 00009 int plt_color; 00010 int bg_color; 00011 int ln_style; 00012 int ln_width; 00013 char ln_type[5]; 00014 int fill_type; 00015 int fill_pat; 00016 00017 int init(); 00018 }; 00019 } 00020 #endif 00021
1.6.1