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 rtpPlayerReplace();
66 void rtpPlayerRemove();
67 void rtpAnalysisReplace();
68 void rtpAnalysisAdd();
69 void rtpAnalysisRemove();
75 bool eventFilter(QObject *obj, QEvent *event);
81 static std::mutex mutex_;
83 Ui::RtpStreamDialog *ui;
85 QToolButton *find_reverse_button_;
86 QPushButton *prepare_button_;
87 QPushButton *export_button_;
88 QPushButton *copy_button_;
89 QToolButton *analyze_button_;
90 QToolButton *player_button_;
93 QList<rtpstream_id_t> last_selected_;
100 void updateWidgets();
105 QList<QVariant> streamRowData(
int row)
const;
106 void freeLastSelected();
107 void invertSelection();
108 QVector<rtpstream_id_t *>getSelectedRtpIds();
111 void showStreamMenu(QPoint pos);
112 void on_actionCopyAsCsv_triggered();
113 void on_actionCopyAsYaml_triggered();
114 void on_actionFindReverseNormal_triggered();
115 void on_actionFindReversePair_triggered();
116 void on_actionFindReverseSingle_triggered();
117 void on_actionGoToSetup_triggered();
118 void on_actionMarkPackets_triggered();
119 void on_actionPrepareFilter_triggered();
120 void on_streamTreeWidget_itemSelectionChanged();
121 void on_buttonBox_helpRequested();
122 void on_actionExportAsRtpDump_triggered();
124 void displayFilterCheckBoxToggled(
bool checked);
125 void on_todCheckBox_toggled(
bool checked);
126 void on_actionSelectAll_triggered();
127 void on_actionSelectInvert_triggered();
128 void on_actionSelectNone_triggered();
129 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:721