#include <dialog_with_itemlist.h>
Public Member Functions | |
| DialogWithItemList (QWidget *parent, QString title, QString text, std::unordered_set< std::string > list) | |
| ~DialogWithItemList () | |
Static Public Member Functions | |
| static void | warning (const QString &message, std::unordered_set< std::string > list) |
Private Slots | |
| void | on_buttonBox_clicked (QAbstractButton *button) |
Private Attributes | |
| Ui::DialogWithItemList * | ui |
Definition at line 16 of file dialog_with_itemlist.h.
| DialogWithItemList::DialogWithItemList | ( | QWidget * | parent, |
| QString | title, | ||
| QString | text, | ||
| std::unordered_set< std::string > | list | ||
| ) | [inline, explicit] |
Definition at line 23 of file dialog_with_itemlist.h.
| DialogWithItemList::~DialogWithItemList | ( | ) | [inline] |
Definition at line 40 of file dialog_with_itemlist.h.
| void DialogWithItemList::on_buttonBox_clicked | ( | QAbstractButton * | button | ) | [inline, private, slot] |
Definition at line 53 of file dialog_with_itemlist.h.
| static void DialogWithItemList::warning | ( | const QString & | message, |
| std::unordered_set< std::string > | list | ||
| ) | [inline, static] |
Definition at line 45 of file dialog_with_itemlist.h.
Ui::DialogWithItemList* DialogWithItemList::ui [private] |
Definition at line 20 of file dialog_with_itemlist.h.