WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
WxpResrc.h
1#ifndef _WINC_WXPRESRC
2#define _WINC_WXPRESRC
3
4#include <WXP/ResrcDBList.h>
5
6namespace WXP {
7 class WxpResrc {
8 public:
9 static int get( const char *name, ResrcDBItem &item );
10 static int get( int type, ResrcDBItem &item );
11 static int add( ResrcDBList &list, int type );
12
14 enum Resources {
17 city_file,
18 color_clabel,
19 color_cont,
20 color_data,
21 color_fgrid,
22 color_fill,
23 color_flabel,
24 color_fmap,
25 color_front,
26 color_grid,
27 color_label,
28 color_latlon,
29 color_map,
30 color_parcel,
31 color_table,
32 color_watch,
33 con_base,
34 con_path,
35 con_interval,
36 current,
37 data_path,
38 device,
39 draw,
40 file_path,
41 filename,
42 font_list,
43 format,
44 geometry,
45 grid_domain,
46 grid_path,
47 grid_num,
48 grid_type,
49 help,
50 hour,
51 icon,
52 identifier,
53 image_path,
54 in_file,
55 input,
56 inverse,
57 label,
58 level,
59 log_file,
60 logo,
61 map_file,
62 message,
63 model,
64 model_path,
65 name_conv,
66 num_hour,
67 object_param,
68 out_file,
69 output,
70 parameter,
71 plot_domain,
72 plot_range,
73 plot_scale,
74 plot_type,
75 product,
76 prod_file,
77 raw_path,
78 sat_path,
79 stat_prior,
80 text_path,
81 time,
82 timezone,
83 title,
84 type,
85 variable,
86 var_file,
87 vect_mag,
88 // Resource groups
89 BASE,
90 PATH,
91 FILE,
92 CURRENT,
93 CITY,
94 IO,
95 GRID,
96 DOMAIN,
97 DATABASE,
98 PLOT,
99 COLOR,
100 COLOR_CONT,
101 IDENT,
102 OBJECT,
103 CONT,
104 DEVICE,
105 };
106 };
107}
108#endif
This class stores resource database information.
Definition: ResrcDBList.h:7
This class sets up WXP specific resources.
Definition: WxpResrc.h:7
static int add(ResrcDBList &list, int type)
Definition: WxpResrc.cc:190
Resources
Definition: WxpResrc.h:14
@ background
Definition: WxpResrc.h:15
@ calibration
Definition: WxpResrc.h:16
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct defines specific resource parameters.
Definition: ResrcDBItem.h:5