45 void selectRtpStream(QVector<rtpstream_id_t *> stream_ids);
47 void deselectRtpStream(QVector<rtpstream_id_t *> stream_ids);
54 void updateFilter(QString filter,
bool force =
false);
55 void goToPacket(
int packet_num);
56 void rtpPlayerDialogReplaceRtpStreams(QVector<rtpstream_id_t *> stream_ids);
57 void rtpPlayerDialogAddRtpStreams(QVector<rtpstream_id_t *> stream_ids);
58 void rtpPlayerDialogRemoveRtpStreams(QVector<rtpstream_id_t *> stream_ids);
59 void rtpAnalysisDialogReplaceRtpStreams(QVector<rtpstream_id_t *> stream_infos);
60 void rtpAnalysisDialogAddRtpStreams(QVector<rtpstream_id_t *> stream_infos);
61 void rtpAnalysisDialogRemoveRtpStreams(QVector<rtpstream_id_t *> stream_infos);
64 void displayFilterSuccess(
bool success);
65 void rtpPlayerReplace();
67 void rtpPlayerRemove();
68 void rtpAnalysisReplace();
69 void rtpAnalysisAdd();
70 void rtpAnalysisRemove();
76 bool eventFilter(QObject *obj, QEvent *event);
82 static std::mutex mutex_;
84 Ui::RtpStreamDialog *ui;
86 QToolButton *find_reverse_button_;
87 QPushButton *prepare_button_;
88 QPushButton *export_button_;
89 QPushButton *copy_button_;
90 QToolButton *analyze_button_;
91 QToolButton *player_button_;
94 QList<rtpstream_id_t> last_selected_;
100 void updateStreams();
101 void updateWidgets();
106 QList<QVariant> streamRowData(
int row)
const;
107 void freeLastSelected();
108 void invertSelection();
109 QVector<rtpstream_id_t *>getSelectedRtpIds();
112 void showStreamMenu(QPoint pos);
113 void on_actionCopyAsCsv_triggered();
114 void on_actionCopyAsYaml_triggered();
115 void on_actionFindReverseNormal_triggered();
116 void on_actionFindReversePair_triggered();
117 void on_actionFindReverseSingle_triggered();
118 void on_actionGoToSetup_triggered();
119 void on_actionMarkPackets_triggered();
120 void on_actionPrepareFilter_triggered();
121 void on_streamTreeWidget_itemSelectionChanged();
122 void on_buttonBox_helpRequested();
123 void on_actionExportAsRtpDump_triggered();
125 void displayFilterCheckBoxToggled(
bool checked);
126 void on_todCheckBox_toggled(
bool checked);
127 void on_actionSelectAll_triggered();
128 void on_actionSelectInvert_triggered();
129 void on_actionSelectNone_triggered();
130 void on_actionAnalyze_triggered();
void captureFileClosing()
Called when the capture file is about to close. This can be used to disconnect taps and similar actio...
Definition rtp_stream_dialog.cpp:723