#include <configscreen.h>
Public Member Functions | |
ConfigScreen () | |
ConfigScreen (const ConfigScreen &other) | |
ConfigScreen (ConfigScreen &&other) | |
virtual | ~ConfigScreen () |
ConfigScreen & | operator= (const ConfigScreen &other) |
ConfigScreen & | operator= (ConfigScreen &&other) |
Private Member Functions | |
void | CreateActiveMQConnectivityWidgets () |
Private Attributes | |
KConfigSkeleton *const | _conf |
KConfigDialogManager *const | _confman |
QWidget *const | _activemqscreen |
QFormLayout *const | _lactivemqscreen |
Definition at line 54 of file configscreen.h.
ConfigScreen::ConfigScreen | ( | ) |
Definition at line 42 of file configscreen.cpp.
AlarmNotifications::ConfigScreen::ConfigScreen | ( | const ConfigScreen & | other | ) |
AlarmNotifications::ConfigScreen::ConfigScreen | ( | ConfigScreen && | other | ) |
ConfigScreen::~ConfigScreen | ( | ) | [virtual] |
Definition at line 59 of file configscreen.cpp.
void ConfigScreen::CreateActiveMQConnectivityWidgets | ( | ) | [private] |
Definition at line 64 of file configscreen.cpp.
ConfigScreen& AlarmNotifications::ConfigScreen::operator= | ( | ConfigScreen && | other | ) |
ConfigScreen& AlarmNotifications::ConfigScreen::operator= | ( | const ConfigScreen & | other | ) |
QWidget* const AlarmNotifications::ConfigScreen::_activemqscreen [private] |
Definition at line 60 of file configscreen.h.
KConfigSkeleton* const AlarmNotifications::ConfigScreen::_conf [private] |
Definition at line 58 of file configscreen.h.
KConfigDialogManager* const AlarmNotifications::ConfigScreen::_confman [private] |
Definition at line 59 of file configscreen.h.
QFormLayout* const AlarmNotifications::ConfigScreen::_lactivemqscreen [private] |
Definition at line 61 of file configscreen.h.