10 #ifndef SCTP_GRAPH_DIALOG_H
11 #define SCTP_GRAPH_DIALOG_H
24 class QCPAbstractPlottable;
68 guint16 nr_of_nr_gaps;
83 static void save_graph(QDialog *dlg, QCustomPlot *plot);
86 void setCaptureFile(
capture_file *cf) { cap_file_ = cf; }
89 void on_pushButton_clicked();
91 void on_pushButton_2_clicked();
93 void on_pushButton_3_clicked();
95 void on_pushButton_4_clicked();
97 void graphClicked(QCPAbstractPlottable* plottable,
int, QMouseEvent* event);
99 void on_saveButton_clicked();
101 void on_relativeTsn_stateChanged(
int arg1);
104 Ui::SCTPGraphDialog *ui;
105 guint16 selected_assoc_id;
109 QVector<double> xt, yt, xs, ys, xg, yg, xd, yd, xn, yn;
110 QVector<guint32> ft, fs, fg, fd, fn;
111 QVector<QString> typeStrings;
Definition: sctp_graph_dialog.h:76
Definition: tap-sctp-analysis.h:192
Definition: sctp_graph_dialog.h:45