1 Star 0 Fork 0

AdrianW / SDMonitor_GUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spcontroller.h 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
AdrianW 提交于 2018-07-27 09:56 . Init Files
#ifndef SPCONTROLLER_H
#define SPCONTROLLER_H
#include <QObject>
#include "BuildingMapModel/buildingmapmodel.h"
class SPController : public QObject
{
Q_OBJECT
public:
explicit SPController(QObject *parent = nullptr);
void processData(QByteArray data);
void setSPQmlViewRootItem(const QObject *rootqmlview);
signals:
void spEvent(QString isn , QString event , bool islt = false);
void spInit(QString devtype,QString sdisn , QString state , int x , int y , int emgno);
public slots:
void getFloorDevice(int buildtype, QVariant buildindex);
private:
void initSPDevices();
BuildingMapModel *mp_SPBuildingMapModel;
};
#endif // SPCONTROLLER_H
1
https://gitee.com/adrianW/SDMonitor_GUI.git
git@gitee.com:adrianW/SDMonitor_GUI.git
adrianW
SDMonitor_GUI
SDMonitor_GUI
master

搜索帮助