PdmJobMeasureReportInfo Class
| Header: | #include <PdmJobMeasureReportInfo> |
| Inherits: | PdmJobAbs |
Public Functions
| PdmJobMeasureReportInfo(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr) | |
| ~PdmJobMeasureReportInfo() |
Public Slots
| void | adaptiveWidth() |
| QVariantList | generateAllImage(int iVersion = -1) |
| QVariantList | generateAllOrgImage(int iVersion = -1) |
| QVariantMap | generateImage() |
| QVariantList | generateImageByVersion(int iVersion = -1) |
| QVariantMap | generateOrgImage() |
| QVariantList | generateOrgImageByVersion(int iVersion = -1) |
| QString | getCurVersion() |
| QVariantMap | getPackedV2(QVariantMap &iDataMap, qreal iMaxWidth, qreal iMaxHeight, int column = 2, qreal spacing = 0) |
| QString | getStatus() |
| TTableView * | getTableView() |
| bool | isDraft() |
| bool | isReleased() |
| void | move() |
| void | onTableViewChanged() |
| void | onTableViewItemClicked() |
| void | onTableViewSelectionChanged() |
| void | onVersionComboBoxValueChanged() |
| void | refresh() |
| void | refreshDetailedGraphic(const QVariantMap &iMap, const QVariantMap &iOrgMap) |
| void | refreshOverViewGraphic(const QVariantMap &iMap, const QVariantMap &iOrgMap) |
| void | refreshTableView() |
| void | release() |
| void | save() |
| void | select() |
| void | setCurConfType(const QString &iType) |
| void | setMainAttributes(const QString &iId, const QString &iLayer, const QString &iType, bool autoVersion = true) |
| void | upgradeVersion() |
| void | uploadMergeImage(int iVersion = -1) |
| void | zoomArea() |
| void | zoomHome() |
| void | zoomIn() |
| void | zoomOut() |
- 25 public slots inherited from PdmJobAbs
Additional Inherited Members
Detailed Description
Member Function Documentation
PdmJobMeasureReportInfo::PdmJobMeasureReportInfo(const QString &iModuleNameStr = QString( "" ), const QVariantMap &iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
Default constructs an instance of PdmJobMeasureReportInfo.
PdmJobMeasureReportInfo::~PdmJobMeasureReportInfo()
Destroys the instance of PdmJobMeasureReportInfo.