11 #ifndef EXTCAP_OPTIONS_DIALOG_H 12 #define EXTCAP_OPTIONS_DIALOG_H 18 #include <QPushButton> 21 #include "ui/qt/extcap_argument.h" 24 #include <extcap_parser.h> 30 typedef QList<ExtcapArgument *> ExtcapArgumentList;
40 ExtcapValueList loadValuesFor(
int argNum, QString call, QString parent =
"");
43 void on_buttonBox_accepted();
44 void on_buttonBox_rejected();
45 void on_buttonBox_clicked(QAbstractButton *button);
46 void on_buttonBox_helpRequested();
48 void anyValueChanged();
57 ExtcapArgumentList extcapArguments;
61 bool saveOptionToCaptureInfo();
62 GHashTable * getArgumentSettings(
bool useCallsAsKey =
false);
68 #endif // EXTCAP_OPTIONS_DIALOG_H Definition: ui_about_dialog.h:291
Definition: extcap_options_dialog.h:32
Definition: ui_extcap_options_dialog.h:81