MesUiFormConf Class
| Header: | #include <MesUiFormConf> |
Public Functions
| MesUiFormConf(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr) | |
| ~MesUiFormConf() |
Public Slots
| void | cancel() |
| QString | formTag() |
| QString | getCurComBoxStatus() const |
| QString | getCurComBoxVersion() const |
| QString | getMaxVersion() |
| QString | getNameById(const QString &iId) |
| QVariantList | getVersionLstByName(const QString &iName) |
| bool | isDetailChanged() const |
| bool | isDynamicForm() |
| void | onSetUiClicked() |
| void | onUiTemplateApplied(QString iUiStr) |
| void | onVersionComboxChanged() |
| void | refresh() |
| void | refreshActionStateEx() |
| void | refreshByVersion(const QString &iVersion) |
| void | refreshComBox() |
| void | refreshDynamicForm(const QVariantMap &iMap) |
| void | refreshFunctionConf(const QVariantMap &iMap) |
| void | refreshUiConf(const QVariantMap &iMap) |
| void | refreshUiConfUiLoader() |
| void | saveData() |
| void | saveUiStrToUiConf(const QString &iUiStr) |
| void | setFormTag(const QString &iTag) |
| void | setVersionComboLst(const QVariantList &dataLst) |
| void | updateMgt(const QString &iUid) |
Protected Functions
| void | uidChangeEvent(const QString &iUidStr) |
Detailed Description
Member Function Documentation
MesUiFormConf::MesUiFormConf(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
Default constructs an instance of MesUiFormConf.
MesUiFormConf::~MesUiFormConf()
Destroys the instance of MesUiFormConf.
[slot] void MesUiFormConf::cancel()
[slot] QString MesUiFormConf::formTag()
See also setFormTag().
[slot] QString MesUiFormConf::getCurComBoxStatus() const
[slot] QString MesUiFormConf::getCurComBoxVersion() const
[slot] QString MesUiFormConf::getMaxVersion()
[slot] QString MesUiFormConf::getNameById(const QString &iId)
[slot] QVariantList MesUiFormConf::getVersionLstByName(const QString &iName)
[slot] bool MesUiFormConf::isDetailChanged() const
[slot] bool MesUiFormConf::isDynamicForm()
[slot] void MesUiFormConf::onSetUiClicked()
[slot] void MesUiFormConf::onUiTemplateApplied(QString iUiStr)
[slot] void MesUiFormConf::onVersionComboxChanged()
[slot] void MesUiFormConf::refresh()
[slot] void MesUiFormConf::refreshActionStateEx()
[slot] void MesUiFormConf::refreshByVersion(const QString &iVersion)
[slot] void MesUiFormConf::refreshComBox()
[slot] void MesUiFormConf::refreshDynamicForm(const QVariantMap &iMap)
[slot] void MesUiFormConf::refreshFunctionConf(const QVariantMap &iMap)
[slot] void MesUiFormConf::refreshUiConf(const QVariantMap &iMap)
[slot] void MesUiFormConf::refreshUiConfUiLoader()
[slot] void MesUiFormConf::saveData()
[slot] void MesUiFormConf::saveUiStrToUiConf(const QString &iUiStr)
[slot] void MesUiFormConf::setFormTag(const QString &iTag)
See also formTag().