publicslots:/** @brief Set all plots active/inactive */voidsetActive(boolactive);/** @brief Select plot for one system */voidselectSystem(intsystemid);/** @brief Add a new system to the list of plots */voidaddSystem(UASInterface*uas);protected:QMap<int,LinechartWidget*>plots;boolactive;};#endif // LINECHARTS_H