11 #ifndef EXTCAP_OPTIONS_DIALOG_H
12 #define EXTCAP_OPTIONS_DIALOG_H
18 #include <QPushButton>
30 typedef QList<ExtcapArgument *> ExtcapArgumentList;
38 static ExtcapOptionsDialog * createForDevice(QString &device_name,
bool startCaptureOnClose, QWidget *parent = 0);
40 ExtcapValueList loadValuesFor(
int argNum, QString call, QString parent =
"");
43 void on_buttonBox_clicked(QAbstractButton *button);
44 void on_buttonBox_helpRequested();
46 void anyValueChanged();
51 Ui::ExtcapOptionsDialog *ui;
54 QIcon defaultValueIcon_;
56 ExtcapArgumentList extcapArguments;
60 bool saveOptionToCaptureInfo();
61 GHashTable * getArgumentSettings(
bool useCallsAsKey =
false,
bool includeEmptyValues =
true);
Definition: extcap_options_dialog.h:33