MesCustomer Class

Header: #include <MesCustomer>

Public Functions

MesCustomer(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
~MesCustomer()
void setObjectState(QStringList iObjNames, QString iStateStr)

Public Slots

void clearData()
QVariantList contactSelectedItems()
void copy()
void create()
QVariantMap getData() const
QStringList getEditableComboBoxList(const QString &iEnumName)
void moveRowOrientation(const QString &iViewName, const QString pOrientation)
TopClassAbs *newContact()
QObject *newDataItem(QObject *iObj, const QString &type, const QVariant &param)
void onAddRelevantContacts()
void onAddRelevantCustomers()
QVariantList relatedSelectedItems()
void reload()
void removeSelectedRows(const QString &iViewName)
void saveData()
void setCustomerBusiness()
void setCustomerRelation()
void setData(const QVariantMap &iDataMap)
void setDefaultContactInfo(QVariantMap iDefaultMap)

Signals

void countChanged()

Detailed Description

Member Function Documentation

MesCustomer::MesCustomer(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)

Default constructs an instance of MesCustomer.

MesCustomer::~MesCustomer()

Destroys the instance of MesCustomer.

[slot] void MesCustomer::clearData()

[slot] QVariantList MesCustomer::contactSelectedItems()

[slot] void MesCustomer::copy()

[signal] void MesCustomer::countChanged()

[slot] void MesCustomer::create()

[slot] QVariantMap MesCustomer::getData() const

[slot] QStringList MesCustomer::getEditableComboBoxList(const QString &iEnumName)

[slot] void MesCustomer::moveRowOrientation(const QString &iViewName, const QString pOrientation)

[slot] TopClassAbs *MesCustomer::newContact()

[static slot] QObject *MesCustomer::newDataItem(QObject *iObj, const QString &type, const QVariant &param)

[slot] void MesCustomer::onAddRelevantContacts()

[slot] void MesCustomer::onAddRelevantCustomers()

[slot] QVariantList MesCustomer::relatedSelectedItems()

[slot] void MesCustomer::reload()

[slot] void MesCustomer::removeSelectedRows(const QString &iViewName)

[slot] void MesCustomer::saveData()

[slot] void MesCustomer::setCustomerBusiness()

[slot] void MesCustomer::setCustomerRelation()

[slot] void MesCustomer::setData(const QVariantMap &iDataMap)

[slot] void MesCustomer::setDefaultContactInfo(QVariantMap iDefaultMap)

void MesCustomer::setObjectState(QStringList iObjNames, QString iStateStr)