23 static void _bind_methods();
25#define DEFINE_DEFAULT_PROP(name, type, def) \
30 type get_##name() const { return name; } \
31 void set_##name(int64_t val) {}
33 DEFINE_DEFAULT_PROP(overlay_text_groups, int64_t, 0);
34 DEFINE_DEFAULT_PROP(overlay_text_lines, int64_t, 0);
36 DEFINE_DEFAULT_PROP(overlay_graphs_enabled, int64_t, 0);
37 DEFINE_DEFAULT_PROP(overlay_graphs_total, int64_t, 0);
39#undef DEFINE_DEFAULT_PROP
45 const int64_t &p_overlay_text_groups,
46 const int64_t &p_overlay_text_lines,
47 const int64_t &p_overlay_graphs_enabled,
48 const int64_t &p_overlay_graphs_total);