15 std::string m_pattern;
16 Device::ProtocolFactory::ConcreteKey m_key;
17 std::function<QVariant(QByteArray)> m_createDeviceSettings;
21 std::string pattern, QStringList extension, Device::ProtocolFactory::ConcreteKey k,
24 void next(std::string_view path);
27 onDevice)
const override;
34 using ret_type = std::vector<std::pair<QString, QVariant>>;
35 using func_type = std::function<ret_type(QString)>;
36 Device::ProtocolFactory::ConcreteKey m_key;
37 func_type m_createDeviceSettings;
40 QStringList rootFolder, Device::ProtocolFactory::ConcreteKey k,
43 void next(std::string_view path);
46 onDevice)
const override;
Definition DocumentContext.hpp:18