10#ifndef MULTICASTSTATISTICSDIALOG_H
11#define MULTICASTSTATISTICSDIALOG_H
65 QList<QWidget *> line_edits_;
89 virtual QList<QVariant> treeItemData(QTreeWidgetItem *ti)
const override;
95 virtual const QString filterExpression()
override;
106 void updateMulticastParameters();
111 virtual void fillTree()
override;
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
MulticastStatisticsDialog(QWidget &parent, CaptureFile &cf, const char *filter=NULL)
Constructs a new MulticastStatisticsDialog.
Definition multicast_statistics_dialog.cpp:177
~MulticastStatisticsDialog()
Destroys the MulticastStatisticsDialog.
Definition multicast_statistics_dialog.cpp:269
void captureFileClosing() override
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
void updateWidgets() override
Refreshes the enabled/disabled state of UI widgets based on current capture and filter state.
Definition tap_parameter_dialog.cpp:505
TapParameterDialog(QWidget &parent, CaptureFile &cf, int help_topic=0)
Constructs the tap parameter dialog and registers it for retapping.
Definition tap_parameter_dialog.cpp:69
struct _mcaststream_tapinfo mcaststream_tapinfo_t
Forward declaration of the multicast stream tap info aggregate structure.
Definition mcast_stream.h:78
Aggregate tap structure holding information about all detected multicast streams.
Definition mcast_stream.h:95