PdmJobCheckCfgMgt Class
| Header: | #include <PdmJobCheckCfgMgt> |
Public Functions
| PdmJobCheckCfgMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap iUrlPars = QVariantMap(), QWidget *iParent = 0) | |
| ~PdmJobCheckCfgMgt() |
Public Slots
| void | addFlow() |
| void | addProcess(QVariantList iProcessList = QVariantList()) |
| void | deleteItem(const QVariantList iIdList) |
| void | deleteProcess() |
| int | getFlowViewSelectId() |
| int | getSelectProcessId() |
| bool | isCheckList() |
| bool | isFlowSelectAll() |
| void | moveSelectItems(const QString &iDirection) |
| void | newAddItem() |
| void | openFlow(bool isNew = true) |
| void | openProcess() |
| void | refresh() |
| void | refreshProcess() |
| void | removeItems() |
| void | replaceRow() |
| void | saveProcess() |
| QVariantList | selectedItems() |
| QVariantList | selectedProcessItems() |
Detailed Description
Member Function Documentation
PdmJobCheckCfgMgt::PdmJobCheckCfgMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap iUrlPars = QVariantMap(), QWidget *iParent = 0)
Default constructs an instance of PdmJobCheckCfgMgt.
PdmJobCheckCfgMgt::~PdmJobCheckCfgMgt()
Destroys the instance of PdmJobCheckCfgMgt.