10 #ifndef SEQUENCE_DIAGRAM_H 11 #define SEQUENCE_DIAGRAM_H 17 #include <epan/address.h> 36 typedef QMap<double, WSCPSeqData> WSCPSeqDataMap;
47 int adjacentPacket(
bool next);
49 double selectedKey() {
return selected_key_; }
59 virtual double selectTest(
const QPointF &pos,
bool onlySelectable, QVariant *details=0)
const;
62 void setSelectedPacket(
int selected_packet);
66 virtual void drawLegendIcon(
QCPPainter *painter,
const QRectF &rect)
const;
68 virtual QCPRange getValueRange(
bool &validRange,
SignDomain inSignDomain=sdBoth)
const;
74 WSCPSeqDataMap *data_;
76 guint32 selected_packet_;
80 #endif // SEQUENCE_DIAGRAM_H virtual void clearData()
Definition: sequence_diagram.h:58
The abstract base class for all data representing objects in a plot.
Definition: qcustomplot.h:1390
Definition: sequence_analysis.h:58
Manages a single axis inside a QCustomPlot.
Definition: qcustomplot.h:982
QPainter subclass used internally.
Definition: qcustomplot.h:314
SignDomain
Definition: qcustomplot.h:1457
Definition: sequence_analysis.h:38
Definition: sequence_diagram.h:38
Definition: sequence_diagram.h:27
Represents the range an axis is encompassing.
Definition: qcustomplot.h:478