10#ifndef COMPILEDFILTEROUTPUT_H
11#define COMPILEDFILTEROUTPUT_H
19#include <QListWidgetItem>
22typedef QList<interface_t *> InterfaceList;
25class CompiledFilterOutput;
37 InterfaceList intList_;
40 Ui::CompiledFilterOutput *ui;
43 QHash<QString, QString> compile_results;
46 QPushButton *copy_bt_;
64 void compileFilters();
73 explicit CompiledFilterOutput(QWidget *parent = 0, InterfaceList &intList = *
new InterfaceList());
86 void on_interfaceList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
91 void copyFilterText();
CompiledFilterOutput(QWidget *parent=0, InterfaceList &intList= *new InterfaceList())
Constructs a new CompiledFilterOutput dialog.
Definition compiled_filter_output.cpp:40
~CompiledFilterOutput()
Destroys the CompiledFilterOutput dialog.
Definition compiled_filter_output.cpp:66
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition geometry_state_dialog.h:91
Definition androiddump.c:219
Represents a network interface and its full capture configuration as shown in the UI.
Definition capture_opts.h:154