PdmPanelMgt Class
| Header: | #include <PdmPanelMgt> |
Public Functions
| PdmPanelMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr) | |
| ~PdmPanelMgt() |
Public Slots
| void | collapseAll() |
| void | copyItem() |
| void | copyToNewVersion() |
| void | deleteItem(const QVariantList &iIdLst) |
| void | deleteTmpItem(const QVariantList &iIdLst) |
| void | deleteVersion(const QString &category = QString( "" ), const int &version = -1) |
| bool | deleteVersion(const QString &category, const QString &version, bool iInImport) |
| void | expandAll() |
| void | exportData() |
| QVariantList | getChildrenData(const QVariantMap &iItemMap, const QVariantList &iAllDataMaps) |
| QString | getCurrentCategory() |
| QString | getCurrentVersion() |
| QVariant | getData() const |
| QVariantList | getRowCache() |
| void | importData() |
| void | moveDown() |
| void | moveToBottom() |
| void | moveToTop() |
| void | moveUp() |
| void | newItem(QString iRowType) |
| TopClassAbs * | openItem(int iUid) |
| void | pasteItem() |
| void | refresh() |
| void | save() |
| QModelIndexList | selectedIndexs() |
| QVariantList | selectedItems() |
Detailed Description
Member Function Documentation
PdmPanelMgt::PdmPanelMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
Default constructs an instance of PdmPanelMgt.
PdmPanelMgt::~PdmPanelMgt()
Destroys the instance of PdmPanelMgt.