10 #ifndef SCTP_GRAPH_DIALOG_H 11 #define SCTP_GRAPH_DIALOG_H 68 guint16 nr_of_nr_gaps;
82 static void save_graph(QDialog *dlg,
QCustomPlot *plot);
85 void setCaptureFile(
capture_file *cf) { cap_file_ = cf; }
88 void on_pushButton_clicked();
90 void on_pushButton_2_clicked();
92 void on_pushButton_3_clicked();
94 void on_pushButton_4_clicked();
98 void on_saveButton_clicked();
106 QVector<double> xt, yt, xs, ys, xg, yg, xd, yd, xn, yn;
107 QVector<guint32> ft, fs, fg, fd, fn;
108 QVector<QString> typeStrings;
109 bool gIsSackChunkPresent;
110 bool gIsNRSackChunkPresent;
112 void drawGraph(
int which);
114 void drawSACKGraph();
115 void drawNRSACKGraph();
118 #endif // SCTP_GRAPH_DIALOG_H Definition: ui_about_dialog.h:291
Definition: sctp_graph_dialog.h:45
The abstract base class for all data representing objects in a plot.
Definition: qcustomplot.h:1390
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition: qcustomplot.h:1682
Definition: ui_sctp_graph_dialog.h:146
Definition: tap-sctp-analysis.h:190
Definition: sctp_graph_dialog.h:75