MesWorkcenterMgt Class
Header: | #include <MesWorkcenterMgt> |
Public Functions
MesWorkcenterMgt(const QString &iModuleName = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr) | |
~MesWorkcenterMgt() |
Public Slots
void | copyNewItem() |
void | deleteItems() |
void | modifySuperior() |
void | moveRowBottom() |
void | moveRowDown() |
void | moveRowTop() |
void | moveRowUp() |
void | newItem(const QString &) |
void | onDetailChanged(QVariant) |
void | onSearch() |
void | onSelectionChanged(const QItemSelection &, const QItemSelection &) |
void | openPermissionModule() |
void | refresh() |
void | saveData() |
QVariantList | selectedIds() |
void | setExpand(bool) |
bool | showDelete() |
bool | showItem(const QString &) |
bool | showModifySuperior() |
Detailed Description
Member Function Documentation
MesWorkcenterMgt::MesWorkcenterMgt(const QString &iModuleName = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
Default constructs an instance of MesWorkcenterMgt.
MesWorkcenterMgt::~MesWorkcenterMgt()
Destroys the instance of MesWorkcenterMgt.