|
wlmaker
|

Public Attributes | |
| uint64_t | interval_usec |
| uint32_t | margin_logical_px |
| wlm_graph_color_mode_t | color_mode |
| wlm_graph_font_spec_t | font |
| bool | show_label |
Common user preferences (from command line arguments).
| wlm_graph_color_mode_t wlm_graph_prefs_t::color_mode |
Color mode for the graph.
| wlm_graph_font_spec_t wlm_graph_prefs_t::font |
Label font specification.
| uint64_t wlm_graph_prefs_t::interval_usec |
Update interval in microseconds.
| uint32_t wlm_graph_prefs_t::margin_logical_px |
Bezel margin in logical pixels.
| bool wlm_graph_prefs_t::show_label |
Whether to show label. True implies label_fn is set.