/[pengfork]/pengfork/src/fdo/atoms/chart.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/chart.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:07 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 37  Line 37 
37    
38    
39  const atomdef_t chart_atom_tab[] = {  const atomdef_t chart_atom_tab[] = {
40    {"chart_type"                   , CHART_TYPE                   , dword},    {"chart-type"                   , CHART_TYPE                   , dword},
41    {"chart_xmax"                   , CHART_XMAX                   , dword},    {"chart-xmax"                   , CHART_XMAX                   , dword},
42    {"chart_ymax"                   , CHART_YMAX                   , dword},    {"chart-ymax"                   , CHART_YMAX                   , dword},
43    {"chart_xmin"                   , CHART_XMIN                   , dword},    {"chart-xmin"                   , CHART_XMIN                   , dword},
44    {"chart_ymin"                   , CHART_YMIN                   , dword},    {"chart-ymin"                   , CHART_YMIN                   , dword},
45    {"chart_scale"                  , CHART_SCALE                  , dword},    {"chart-scale"                  , CHART_SCALE                  , dword},
46    {"chart_set_stripe_top"         , CHART_SET_STRIPE_TOP         , dword},    {"chart-set-stripe-top"         , CHART_SET_STRIPE_TOP         , dword},
47    {"chart_bottom_label"           , CHART_BOTTOM_LABEL           , str},    {"chart-bottom-label"           , CHART_BOTTOM_LABEL           , str},
48    {"chart_left_label"             , CHART_LEFT_LABEL             , str},    {"chart-left-label"             , CHART_LEFT_LABEL             , str},
49    {"chart_title"                  , CHART_TITLE                  , str},    {"chart-title"                  , CHART_TITLE                  , str},
50    {"chart_checkpoint"             , CHART_CHECKPOINT             , raw},    {"chart-checkpoint"             , CHART_CHECKPOINT             , raw},
51    {"chart_request_interval"       , CHART_REQUEST_INTERVAL       , dword},    {"chart-request-interval"       , CHART_REQUEST_INTERVAL       , dword},
52    {"chart_start_dataset"          , CHART_START_DATASET          , dword},    {"chart-start-dataset"          , CHART_START_DATASET          , dword},
53    {"chart_end_dataset"            , CHART_END_DATASET            , raw},    {"chart-end-dataset"            , CHART_END_DATASET            , raw},
54    {"chart_set_dataset_context"    , CHART_SET_DATASET_CONTEXT    , dword},    {"chart-set-dataset-context"    , CHART_SET_DATASET_CONTEXT    , dword},
55    {"chart_end_dataset_context"    , CHART_END_DATASET_CONTEXT    , raw},    {"chart-end-dataset-context"    , CHART_END_DATASET_CONTEXT    , raw},
56    {"chart_set_dataset_shape"      , CHART_SET_DATASET_SHAPE      , dword},    {"chart-set-dataset-shape"      , CHART_SET_DATASET_SHAPE      , dword},
57    {"chart_right_label"            , CHART_RIGHT_LABEL            , str},    {"chart-right-label"            , CHART_RIGHT_LABEL            , str},
58    {"chart_set_dataset_color"      , CHART_SET_DATASET_COLOR      , raw},    {"chart-set-dataset-color"      , CHART_SET_DATASET_COLOR      , raw},
59    {"chart_set_bar_init_value"     , CHART_SET_BAR_INIT_VALUE     , dword},    {"chart-set-bar-init-value"     , CHART_SET_BAR_INIT_VALUE     , dword},
60    {"chart_set_point_context"      , CHART_SET_POINT_CONTEXT      , dword},    {"chart-set-point-context"      , CHART_SET_POINT_CONTEXT      , dword},
61    {"chart_set_point_value"        , CHART_SET_POINT_VALUE        , dword},    {"chart-set-point-value"        , CHART_SET_POINT_VALUE        , dword},
62    {"chart_set_constant"           , CHART_SET_CONSTANT           , dword},    {"chart-set-constant"           , CHART_SET_CONSTANT           , dword},
63    {"chart_set_xvalue"             , CHART_SET_XVALUE             , dword},    {"chart-set-xvalue"             , CHART_SET_XVALUE             , dword},
64    {"chart_set_stripe_bottom"      , CHART_SET_STRIPE_BOTTOM      , dword},    {"chart-set-stripe-bottom"      , CHART_SET_STRIPE_BOTTOM      , dword},
65    {"chart_set_ylegend_context"    , CHART_SET_YLEGEND_CONTEXT    , dword},    {"chart-set-ylegend-context"    , CHART_SET_YLEGEND_CONTEXT    , dword},
66    {"chart_set_3d_x_rotation"      , CHART_SET_3D_X_ROTATION      , dword},    {"chart-set-3d-x-rotation"      , CHART_SET_3D_X_ROTATION      , dword},
67    {"chart_set_3d_y_rotation"      , CHART_SET_3D_Y_ROTATION      , dword},    {"chart-set-3d-y-rotation"      , CHART_SET_3D_Y_ROTATION      , dword},
68    {"chart_set_marker_size"        , CHART_SET_MARKER_SIZE        , dword},    {"chart-set-marker-size"        , CHART_SET_MARKER_SIZE        , dword},
69    {"chart_set_dataset_bkcolor"    , CHART_SET_DATASET_BKCOLOR    , dword},    {"chart-set-dataset-bkcolor"    , CHART_SET_DATASET_BKCOLOR    , dword},
70    {"chart_set_point_type"         , CHART_SET_POINT_TYPE         , dword},    {"chart-set-point-type"         , CHART_SET_POINT_TYPE         , dword},
71    {"chart_set_decimals"           , CHART_SET_DECIMALS           , dword},    {"chart-set-decimals"           , CHART_SET_DECIMALS           , dword},
72    {"chart_set_constant_bkcolor"   , CHART_SET_CONSTANT_BKCOLOR   , raw},    {"chart-set-constant-bkcolor"   , CHART_SET_CONSTANT_BKCOLOR   , raw},
73    {"chart_set_constant_color"     , CHART_SET_CONSTANT_COLOR     , raw},    {"chart-set-constant-color"     , CHART_SET_CONSTANT_COLOR     , raw},
74    {"chart_set_constant_width"     , CHART_SET_CONSTANT_WIDTH     , dword},    {"chart-set-constant-width"     , CHART_SET_CONSTANT_WIDTH     , dword},
75    {"chart_set_constant_label"     , CHART_SET_CONSTANT_LABEL     , str},    {"chart-set-constant-label"     , CHART_SET_CONSTANT_LABEL     , str},
76    {"chart_set_pattern_scheme"     , CHART_SET_PATTERN_SCHEME     , dword},    {"chart-set-pattern-scheme"     , CHART_SET_PATTERN_SCHEME     , dword},
77    {"chart_set_line_bkcolor"       , CHART_SET_LINE_BKCOLOR       , raw},    {"chart-set-line-bkcolor"       , CHART_SET_LINE_BKCOLOR       , raw},
78    {"chart_set_line_color"         , CHART_SET_LINE_COLOR         , raw},    {"chart-set-line-color"         , CHART_SET_LINE_COLOR         , raw},
79    {"chart_set_line_style"         , CHART_SET_LINE_STYLE         , dword},    {"chart-set-line-style"         , CHART_SET_LINE_STYLE         , dword},
80    {"chart_set_line_width"         , CHART_SET_LINE_WIDTH         , dword},    {"chart-set-line-width"         , CHART_SET_LINE_WIDTH         , dword},
81    {"chart_set_chart_bkcolor"      , CHART_SET_CHART_BKCOLOR      , raw},    {"chart-set-chart-bkcolor"      , CHART_SET_CHART_BKCOLOR      , raw},
82    {"chart_set_bkcolor"            , CHART_SET_BKCOLOR            , raw},    {"chart-set-bkcolor"            , CHART_SET_BKCOLOR            , raw},
83    {"chart_title_font_sis"         , CHART_TITLE_FONT_SIS         , raw},    {"chart-title-font-sis"         , CHART_TITLE_FONT_SIS         , raw},
84    {"chart_right_font_sis"         , CHART_RIGHT_FONT_SIS         , raw},    {"chart-right-font-sis"         , CHART_RIGHT_FONT_SIS         , raw},
85    {"chart_left_font_sis"          , CHART_LEFT_FONT_SIS          , raw},    {"chart-left-font-sis"          , CHART_LEFT_FONT_SIS          , raw},
86    {"chart_bottom_font_sis"        , CHART_BOTTOM_FONT_SIS        , raw},    {"chart-bottom-font-sis"        , CHART_BOTTOM_FONT_SIS        , raw},
87    {"chart_add_dataset_legend"     , CHART_ADD_DATASET_LEGEND     , str},    {"chart-add-dataset-legend"     , CHART_ADD_DATASET_LEGEND     , str},
88    {"chart_bool_stacked"           , CHART_BOOL_STACKED           , bool},    {"chart-bool-stacked"           , CHART_BOOL_STACKED           , bool},
89    {"chart_bool_horiz_grid"        , CHART_BOOL_HORIZ_GRID        , bool},    {"chart-bool-horiz-grid"        , CHART_BOOL_HORIZ_GRID        , bool},
90    {"chart_bool_vert_grid"         , CHART_BOOL_VERT_GRID         , bool},    {"chart-bool-vert-grid"         , CHART_BOOL_VERT_GRID         , bool},
91    {"chart_bool_horiz_bar"         , CHART_BOOL_HORIZ_BAR         , bool},    {"chart-bool-horiz-bar"         , CHART_BOOL_HORIZ_BAR         , bool},
92    {"chart_bool_show_tools"        , CHART_BOOL_SHOW_TOOLS        , bool},    {"chart-bool-show-tools"        , CHART_BOOL_SHOW_TOOLS        , bool},
93    {"chart_bool_3d_view"           , CHART_BOOL_3D_VIEW           , bool},    {"chart-bool-3d-view"           , CHART_BOOL_3D_VIEW           , bool},
94    {"chart_bool_show_palette"      , CHART_BOOL_SHOW_PALETTE      , bool},    {"chart-bool-show-palette"      , CHART_BOOL_SHOW_PALETTE      , bool},
95    {"chart_bool_show_patterns"     , CHART_BOOL_SHOW_PATTERNS     , bool},    {"chart-bool-show-patterns"     , CHART_BOOL_SHOW_PATTERNS     , bool},
96    {"chart_bool_show_menu"         , CHART_BOOL_SHOW_MENU         , bool},    {"chart-bool-show-menu"         , CHART_BOOL_SHOW_MENU         , bool},
97    {"chart_bool_show_legend"       , CHART_BOOL_SHOW_LEGEND       , bool},    {"chart-bool-show-legend"       , CHART_BOOL_SHOW_LEGEND       , bool},
98    {"chart_bool_bars_together"     , CHART_BOOL_BARS_TOGETHER     , bool},    {"chart-bool-bars-together"     , CHART_BOOL_BARS_TOGETHER     , bool},
99    {"chart_bool_show_points"       , CHART_BOOL_SHOW_POINTS       , bool},    {"chart-bool-show-points"       , CHART_BOOL_SHOW_POINTS       , bool},
100    {"chart_bool_show_zero"         , CHART_BOOL_SHOW_ZERO         , bool},    {"chart-bool-show-zero"         , CHART_BOOL_SHOW_ZERO         , bool},
101    {"chart_bool_each_bar"          , CHART_BOOL_EACH_BAR          , bool},    {"chart-bool-each-bar"          , CHART_BOOL_EACH_BAR          , bool},
102    {"chart_bool_cluster"           , CHART_BOOL_CLUSTER           , bool},    {"chart-bool-cluster"           , CHART_BOOL_CLUSTER           , bool},
103    {"chart_bool_showdata"          , CHART_BOOL_SHOWDATA          , bool},    {"chart-bool-showdata"          , CHART_BOOL_SHOWDATA          , bool},
104    {"chart_bool_dlggray"           , CHART_BOOL_DLGGRAY           , bool},    {"chart-bool-dlggray"           , CHART_BOOL_DLGGRAY           , bool},
105    {"chart_add_ylegend_text"       , CHART_ADD_YLEGEND_TEXT       , str},    {"chart-add-ylegend-text"       , CHART_ADD_YLEGEND_TEXT       , str},
106    {"chart_add_xlegend_text"       , CHART_ADD_XLEGEND_TEXT       , str},    {"chart-add-xlegend-text"       , CHART_ADD_XLEGEND_TEXT       , str},
107    {"chart_set_constant_context"   , CHART_SET_CONSTANT_CONTEXT   , dword},    {"chart-set-constant-context"   , CHART_SET_CONSTANT_CONTEXT   , dword},
108    {"chart_set_stripe_color"       , CHART_SET_STRIPE_COLOR       , raw},    {"chart-set-stripe-color"       , CHART_SET_STRIPE_COLOR       , raw},
109    {"chart_set_stripe_context"     , CHART_SET_STRIPE_CONTEXT     , dword},    {"chart-set-stripe-context"     , CHART_SET_STRIPE_CONTEXT     , dword},
110    {"chart_start_stripe"           , CHART_START_STRIPE           , dword},    {"chart-start-stripe"           , CHART_START_STRIPE           , dword},
111    {"chart_end_stripe"             , CHART_END_STRIPE             , raw},    {"chart-end-stripe"             , CHART_END_STRIPE             , raw},
112    {"chart_add_key_legend_text"    , CHART_ADD_KEY_LEGEND_TEXT    , str},    {"chart-add-key-legend-text"    , CHART_ADD_KEY_LEGEND_TEXT    , str},
113    {"chart_set_ylegend_gap"        , CHART_SET_YLEGEND_GAP        , dword},    {"chart-set-ylegend-gap"        , CHART_SET_YLEGEND_GAP        , dword},
114    {"chart_start_constant"         , CHART_START_CONSTANT         , dword},    {"chart-start-constant"         , CHART_START_CONSTANT         , dword},
115    {"chart_end_constant"           , CHART_END_CONSTANT           , dword},    {"chart-end-constant"           , CHART_END_CONSTANT           , dword},
116    {"chart_set_constant_style"     , CHART_SET_CONSTANT_STYLE     , dword},    {"chart-set-constant-style"     , CHART_SET_CONSTANT_STYLE     , dword},
117    {"chart_get_attribute"          , CHART_GET_ATTRIBUTE          , dword},    {"chart-get-attribute"          , CHART_GET_ATTRIBUTE          , dword},
118    {"chart_set_atom_decimal_places", CHART_SET_ATOM_DECIMAL_PLACES, dword},    {"chart-set-atom-decimal-places", CHART_SET_ATOM_DECIMAL_PLACES, dword},
119    {"chart_xlegend_font_sis"       , CHART_XLEGEND_FONT_SIS       , raw},    {"chart-xlegend-font-sis"       , CHART_XLEGEND_FONT_SIS       , raw},
120    {"chart_ylegend_font_sis"       , CHART_YLEGEND_FONT_SIS       , raw},    {"chart-ylegend-font-sis"       , CHART_YLEGEND_FONT_SIS       , raw},
121    {"chart_constant_font_sis"      , CHART_CONSTANT_FONT_SIS      , raw},    {"chart-constant-font-sis"      , CHART_CONSTANT_FONT_SIS      , raw},
122    {"chart_legend_font_sis"        , CHART_LEGEND_FONT_SIS        , raw},    {"chart-legend-font-sis"        , CHART_LEGEND_FONT_SIS        , raw},
123    {"chart_set_response_token"     , CHART_SET_RESPONSE_TOKEN     , token},    {"chart-set-response-token"     , CHART_SET_RESPONSE_TOKEN     , token},
124    {"chart_atr_num_datasets"       , CHART_ATR_NUM_DATASETS       , dword},    {"chart-atr-num-datasets"       , CHART_ATR_NUM_DATASETS       , dword},
125    {"chart_dataset_chart_type"     , CHART_DATASET_CHART_TYPE     , dword},    {"chart-dataset-chart-type"     , CHART_DATASET_CHART_TYPE     , dword},
126    {"chart_set_close_token"        , CHART_SET_CLOSE_TOKEN        , token},    {"chart-set-close-token"        , CHART_SET_CLOSE_TOKEN        , token},
127    {"chart_set_close_arg"          , CHART_SET_CLOSE_ARG          , dword},    {"chart-set-close-arg"          , CHART_SET_CLOSE_ARG          , dword},
128    {"chart_set_tools"              , CHART_SET_TOOLS              , dword},    {"chart-set-tools"              , CHART_SET_TOOLS              , dword},
129    {"chart_set_gallery"            , CHART_SET_GALLERY            , dword},    {"chart-set-gallery"            , CHART_SET_GALLERY            , dword},
130    {"chart_set_pattern"            , CHART_SET_PATTERN            , dword},    {"chart-set-pattern"            , CHART_SET_PATTERN            , dword},
131    {"chart_set_toolbar_pos"        , CHART_SET_TOOLBAR_POS        , dword},    {"chart-set-toolbar-pos"        , CHART_SET_TOOLBAR_POS        , dword},
132    {"chart_set_legend_pos"         , CHART_SET_LEGEND_POS         , dword},    {"chart-set-legend-pos"         , CHART_SET_LEGEND_POS         , dword},
133    {"chart_set_dataset_legend_pos" , CHART_SET_DATASET_LEGEND_POS , dword},    {"chart-set-dataset-legend-pos" , CHART_SET_DATASET_LEGEND_POS , dword},
134    {"chart_bool_show_ds_legend"    , CHART_BOOL_SHOW_DS_LEGEND    , bool},    {"chart-bool-show-ds-legend"    , CHART_BOOL_SHOW_DS_LEGEND    , bool},
135    {"chart_mac_set_attr"           , CHART_MAC_SET_ATTR           , raw},    {"chart-mac-set-attr"           , CHART_MAC_SET_ATTR           , raw},
136    {"chart_bool_legend_2level"     , CHART_BOOL_LEGEND_2LEVEL     , bool},    {"chart-bool-legend-2level"     , CHART_BOOL_LEGEND_2LEVEL     , bool},
137    {"chart_bool_legend_vertical"   , CHART_BOOL_LEGEND_VERTICAL   , bool},    {"chart-bool-legend-vertical"   , CHART_BOOL_LEGEND_VERTICAL   , bool},
138    {"chart_manage"                 , CHART_MANAGE                 , raw},    {"chart-manage"                 , CHART_MANAGE                 , raw},
139    {"chart_set_y_inc_gap"          , CHART_SET_Y_INC_GAP          , dword},    {"chart-set-y-inc-gap"          , CHART_SET_Y_INC_GAP          , dword},
140    {"chart_set_margins"            , CHART_SET_MARGINS            , raw},    {"chart-set-margins"            , CHART_SET_MARGINS            , raw},
141    {"chart_add_date_legend_text"   , CHART_ADD_DATE_LEGEND_TEXT   , raw},    {"chart-add-date-legend-text"   , CHART_ADD_DATE_LEGEND_TEXT   , raw},
142    {NULL, -1, na}    {NULL, -1, na}
143  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26