10 #ifndef RTP_PLAYER_DIALOG_H 11 #define RTP_PLAYER_DIALOG_H 19 #include "wireshark_dialog.h" 30 class QDialogButtonBox;
37 #ifdef QT_MULTIMEDIA_LIB 38 Q_PROPERTY(QString currentOutputDeviceName READ currentOutputDeviceName)
50 static QPushButton *addPlayerButton(QDialogButtonBox *button_box);
52 #ifdef QT_MULTIMEDIA_LIB 70 void goToPacket(
int packet_num);
73 virtual void showEvent(QShowEvent *);
74 virtual void keyPressEvent(QKeyEvent *event);
83 void rescanPackets(
bool rescale_axes =
false);
85 void graphClicked(QMouseEvent *event);
86 void updateHintLabel();
89 void setPlayPosition(
double secs);
90 void setPlaybackError(
const QString playback_error) {
91 playback_error_ = playback_error;
94 void on_playButton_clicked();
95 void on_stopButton_clicked();
96 void on_actionReset_triggered();
97 void on_actionZoomIn_triggered();
98 void on_actionZoomOut_triggered();
99 void on_actionMoveLeft10_triggered();
100 void on_actionMoveRight10_triggered();
101 void on_actionMoveLeft1_triggered();
102 void on_actionMoveRight1_triggered();
103 void on_actionGoToPacket_triggered();
104 void on_streamTreeWidget_itemSelectionChanged();
105 void on_outputDeviceComboBox_currentIndexChanged(
const QString &);
106 void on_jitterSpinBox_valueChanged(
double);
107 void on_timingComboBox_currentIndexChanged(
int);
108 void on_todCheckBox_toggled(
bool checked);
109 void on_buttonBox_helpRequested();
114 double start_rel_time_;
116 QString playback_error_;
124 static void tapDraw(
void *tapinfo_ptr);
127 void zoomXAxis(
bool in);
128 void panXAxis(
int x_pixels);
129 double getLowestTimestamp();
130 const QString getHoveredTime();
131 int getHoveredPacket();
132 QString currentOutputDeviceName();
134 #else // QT_MULTIMEDIA_LIB 137 #endif // QT_MULTIMEDIA_LIB 140 #endif // RTP_PLAYER_DIALOG_H
Definition: packet_info.h:44
Definition: ui_about_dialog.h:291
Definition: rtp_player_dialog.h:34
A straight line that spans infinitely in both directions.
Definition: qcustomplot.h:3239
Definition: ui_rtp_player_dialog.h:348
Definition: epan_dissect.h:28
Definition: wireshark_dialog.h:32
Definition: packet-rtp.h:26
Definition: capture_file.h:22
Definition: rtp_stream.h:36