WmsStockListMgt Class
| Header: | #include <WmsStockListMgt> |
| Inherits: | TopClassAbs |
Public Functions
| WmsStockListMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap iUrlPars = QVariantMap(), QWidget *iParent = nullptr) | |
| ~WmsStockListMgt() |
- 1 public function inherited from TopClassAbs
- 3 public functions inherited from TMainWindow
Public Slots
| void | addStockinWhere(const QString &iKey, const QString &iWhere) |
| void | addStockoutWhere(const QString &iKey, const QString &iWhere) |
| void | clearWhere() |
| QVariantList | getExportDataList() |
| QVariantMap | getTableHeadItemMap() |
| QVariantList | getViewDataList() |
| void | refresh(bool iResetPageBol = true) |
| void | setTotalStockinCount(const QVariant &iCount) |
| void | setTotalStockoutCount(const QVariant &iCount) |
| QString | stockinCountSql() |
| QString | stockinSql() |
| QString | stockinWhere() |
| QString | stockoutCountSql() |
| QString | stockoutSql() |
| QString | stockoutWhere() |
| TTableView * | tableView() |
- 81 public slots inherited from TopClassAbs
- 4 public slots inherited from TMainWindow
- 9 public slots inherited from TUiInterface
Additional Inherited Members
- 4 signals inherited from TopClassAbs
- 2 signals inherited from TMainWindow
- 1 signal inherited from TUiInterface
- 13 protected functions inherited from TopClassAbs
- 2 protected functions inherited from TMainWindow
- 2 protected functions inherited from TUiInterface
- 1 protected type inherited from TopClassAbs
- 1 protected type inherited from TMainWindow
- 1 protected type inherited from TUiInterface
Detailed Description
Member Function Documentation
WmsStockListMgt::WmsStockListMgt(const QString &iModuleNameStr = QString( "" ), const QVariantMap iUrlPars = QVariantMap(), QWidget *iParent = nullptr)
Default constructs an instance of WmsStockListMgt.
WmsStockListMgt::~WmsStockListMgt()
Destroys the instance of WmsStockListMgt.