10 #ifndef FUNNEL_STRING_DIALOG_H 11 #define FUNNEL_STRING_DIALOG_H 15 #include "epan/funnel.h" 31 explicit FunnelStringDialog(
const QString title,
const QStringList field_name_list, funnel_dlg_cb_t dialog_cb,
void *dialog_cb_data);
35 static void stringDialogNew(
const QString title,
const QStringList field_name_list, funnel_dlg_cb_t dialog_cb,
void* dialog_cb_data);
41 void on_buttonBox_accepted();
45 funnel_dlg_cb_t dialog_cb_;
46 void *dialog_cb_data_;
47 QList<QLineEdit *> field_edits_;
55 void emitCloseDialogs();
62 void string_dialog_new(
const gchar* title,
const gchar** fieldnames, funnel_dlg_cb_t dialog_cb,
void* dialog_cb_data);
63 void string_dialogs_close(
void);
66 #endif // FUNNEL_STRING_DIALOG_H Definition: ui_about_dialog.h:291
Definition: ui_funnel_string_dialog.h:66
Definition: funnel_string_dialog.h:50
Definition: funnel_string_dialog.h:26