12#ifndef CAPTURE_FILE_PROPERTIES_DIALOG_H
13#define CAPTURE_FILE_PROPERTIES_DIALOG_H
35class CaptureFilePropertiesDialog;
136 Ui::CaptureFilePropertiesDialog *ui;
142 QString summaryToHtml();
158 void addCaptureComment();
163 void on_buttonBox_helpRequested();
169 void on_buttonBox_clicked(QAbstractButton *button);
174 void on_buttonBox_rejected();
struct _capture_file capture_file
Represents a capture file and its associated metadata.
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
virtual QString getRowTitleString() const
Retrieves the title string for the row.
Definition capture_file_properties_dialog.cpp:107
virtual QString getFirstItemString() const
Retrieves the string representing the first item.
Definition capture_file_properties_dialog.cpp:81
virtual QString getCreatedByString() const
Retrieves the string showing who created the file or capture.
Definition capture_file_properties_dialog.cpp:122
virtual QString getStartTextString() const
Retrieves the start text string for the dialog.
Definition capture_file_properties_dialog.cpp:76
void captureCommentChanged()
Signal emitted when a capture comment has been changed.
virtual QString getAvgItemSizeString() const
Retrieves the string displaying the average item size.
Definition capture_file_properties_dialog.cpp:112
virtual QString getEndTextString() const
Retrieves the end text string for the dialog.
Definition capture_file_properties_dialog.cpp:91
void changeEvent(QEvent *event) override
Handles state change events for the dialog.
Definition capture_file_properties_dialog.cpp:695
virtual QString getDroppedItemString() const
Retrieves the string indicating dropped items.
Definition capture_file_properties_dialog.cpp:96
virtual QString getItemSizeLimitString() const
Retrieves the string displaying the item size limit.
Definition capture_file_properties_dialog.cpp:101
virtual QString getItemCommentString() const
Retrieves the string associated with the item comment.
Definition capture_file_properties_dialog.cpp:117
virtual ~CaptureFilePropertiesDialog()
Destroys the CaptureFilePropertiesDialog.
Definition capture_file_properties_dialog.cpp:71
CaptureFilePropertiesDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new CaptureFilePropertiesDialog.
Definition capture_file_properties_dialog.cpp:36
virtual QString getLastItemString() const
Retrieves the string representing the last item.
Definition capture_file_properties_dialog.cpp:86
virtual void updateWidgets()
Updates the state and contents of the dialog's widgets.
Definition wireshark_dialog.cpp:92
WiresharkDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new WiresharkDialog object.
Definition wireshark_dialog.cpp:30