10#ifndef MULTICASTSTATISTICSDIALOG_H
11#define MULTICASTSTATISTICSDIALOG_H
65 QList<QWidget *> line_edits_;
89 virtual QList<QVariant> treeItemData(QTreeWidgetItem *ti)
const;
95 virtual const QString filterExpression();
101 void updateWidgets();
106 void updateMulticastParameters();
111 virtual void fillTree();
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
Dialog for displaying multicast stream statistics.
Definition multicast_statistics_dialog.h:22
~MulticastStatisticsDialog()
Destroys the MulticastStatisticsDialog.
Definition multicast_statistics_dialog.cpp:269
void captureFileClosing()
Handles the event when the capture file is closing.
Definition multicast_statistics_dialog.cpp:478
QLineEdit subclass that adds syntax-state colouring, error messaging, and partial token-based autocom...
Definition syntax_line_edit.h:28
Base class for statistics dialogs driven by a tap and an optional display filter, presenting results ...
Definition tap_parameter_dialog.h:58
Definition mcast_stream.h:77