1 #ifndef SERVICEPRIVATE_H 2 #define SERVICEPRIVATE_H 17 IService* service =
nullptr, QObject *parent =
nullptr);
21 bool sendCmd(
const QList<Feature>& result);
32 void handleReceve(QByteArray data);
36 #endif // SERVICEPRIVATE_H ServicePrivate(const QString &name, IController *controller=nullptr, IService *service=nullptr, QObject *parent=nullptr)
The LocalSocket class this socket work only with locale data.
bool sendCmd(const QList< Feature > &result)
bool sendCmdResult(const QVariantMap &result)
bool sendFeaturesRequest()
void sigListFeatures(QList< Feature >)