12#ifndef STRATOSHARK_CAPTURE_FILE_PROPERTIES_DIALOG_H
13#define STRATOSHARK_CAPTURE_FILE_PROPERTIES_DIALOG_H
18class StratosharkCaptureFilePropertiesDialog;
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
CaptureFilePropertiesDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new CaptureFilePropertiesDialog.
Definition capture_file_properties_dialog.cpp:36
virtual QString getFirstItemString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:27
virtual QString getStartTextString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:22
virtual QString getItemSizeLimitString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:47
virtual QString getRowTitleString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:52
virtual ~StratosharkCaptureFilePropertiesDialog()
Destroys the dialog.
Definition stratoshark_capture_file_properties_dialog.cpp:18
virtual QString getItemCommentString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:62
virtual QString getAvgItemSizeString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:57
StratosharkCaptureFilePropertiesDialog(QWidget &parent, CaptureFile &capture_file)
Constructs the Stratoshark capture file properties dialog.
Definition stratoshark_capture_file_properties_dialog.cpp:13
virtual QString getCreatedByString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:67
virtual QString getEndTextString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:37
virtual QString getDroppedItemString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:42
virtual QString getLastItemString() const override
Definition stratoshark_capture_file_properties_dialog.cpp:32