12#ifndef CAPTURE_FILE_PROPERTIES_DIALOG_H
13#define CAPTURE_FILE_PROPERTIES_DIALOG_H
136 Ui::CaptureFilePropertiesDialog *ui;
142 QString summaryToHtml();
153 void updateWidgets();
158 void addCaptureComment();
163 void on_buttonBox_helpRequested();
169 void on_buttonBox_clicked(QAbstractButton *button);
174 void on_buttonBox_rejected();
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
A dialog for displaying and modifying properties and statistics of a capture file.
Definition capture_file_properties_dialog.h:44
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
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
void changeEvent(QEvent *event)
Handles state change events for the dialog.
Definition capture_file_properties_dialog.cpp:695
virtual QString getLastItemString() const
Retrieves the string representing the last item.
Definition capture_file_properties_dialog.cpp:86
Base class for Wireshark specific dialogs that require interaction with a CaptureFile.
Definition wireshark_dialog.h:38
Represents a capture file and its associated metadata.
Definition cfile.h:84