10 #ifndef RTP_AUDIO_GRAPH_H
11 #define RTP_AUDIO_GRAPH_H
15 #include <ui/qt/widgets/qcustomplot.h>
26 void setMuted(
bool isMuted);
27 void setHighlight(
bool isHighlighted);
28 void setSelected(
bool isSelected);
29 void setData(
const QVector<double> &keys,
const QVector<double> &values,
bool alreadySorted=
false);
30 void remove(QCustomPlot *audioPlot);
31 bool isMyPlottable(QCPAbstractPlottable *plottable);
37 QColor selection_color_;
Definition: rtp_audio_graph.h:22