10 #ifndef EXPORT_OBJECT_DIALOG_H
11 #define EXPORT_OBJECT_DIALOG_H
24 class QTreeWidgetItem;
25 class QAbstractButton;
43 virtual void keyPressEvent(QKeyEvent *evt);
48 void on_buttonBox_helpRequested();
49 void on_buttonBox_clicked(QAbstractButton *button);
50 void on_cmbContentType_currentIndexChanged(
int index);
52 void modelDataChanged(
const QModelIndex &topLeft,
int from,
int to);
53 void modelRowsReset();
55 void currentHasChanged(QModelIndex current);
58 bool mimeTypeIsPreviewable(QString mime_type);
59 void saveCurrentEntry(QString *tempFile = Q_NULLPTR);
60 void saveAllEntries();
62 Ui::ExportObjectDialog *eo_ui_;
64 QPushButton *save_bt_;
65 QPushButton *save_all_bt_;
69 QStringList contentTypes;
71 void updateContentTypes();
Definition: capture_event.h:21
Definition: capture_file.h:21
Definition: export_object_dialog.h:32
Definition: export_objects_model.h:29
Definition: export_objects_model.h:73
Definition: wireshark_dialog.h:35
Definition: export_object.c:19