Searched defs:PlotDeclaration (Results 1 – 1 of 1) sorted by relevance
127 struct PlotDeclaration { struct128 PlotDeclaration(const std::string& label, std::function<void(Plot*)> f) in PlotDeclaration() argument130 const std::string label;131 bool enabled;133 const std::function<void(Plot*)> plot_func;