21 #ifndef EMODULESTATEDIALOG_H 22 #define EMODULESTATEDIALOG_H 47 Q_FLAGS(ActiveButtons)
60 Q_DECLARE_FLAGS(ActiveButtons, ActiveButton)
66 ActiveButtons enabledButtons = ActiveButtons());
69 void tabChanged(
int index);
73 void reloadAllButton();
77 Ui::EModuleStateDialog *
ui;
86 Q_DECLARE_OPERATORS_FOR_FLAGS(EModuleStateDialog::ActiveButtons)
88 #endif // EMODULESTATEDIALOG_H QList< EModuleListWidgetItem * > ModuleListWidgetItems
A type to replace QList<EModuleListWidgetItem*> with a shorter name.
Definition: eglobal.h:168
Definition: eaboutdialog.h:28
Definition: eglobal.h:126
#define E_CORE_EXPORT
Definition: eglobal.h:107
Dialog to display EModuleStateWidgets.
Definition: emodulestatedialog.h:44
ActiveButton
Enum to identify which buttons should be enabled.
Definition: emodulestatedialog.h:56
EModuleListWidgetItem * activeItem
Definition: emodulestatedialog.h:76
QMap< int, ActiveButtons > activeButtons
Definition: emodulestatedialog.h:78
Mostly the same as EWidget but for QDialog as base class.
Definition: edialog.h:54
Ui::EModuleStateDialog * ui
Definition: emodulestatedialog.h:77