score
Home
Classes
Namespaces
Files
ScoreDeviceLoader.hpp
1
#pragma once
2
#include <Device/Node/DeviceNode.hpp>
3
4
#include <QString>
5
6
namespace
Device
7
{
8
SCORE_LIB_DEVICE_EXPORT
bool
9
loadDeviceFromScoreJSON(
const
QString& filePath,
Device::Node
& node);
10
SCORE_LIB_DEVICE_EXPORT
bool
11
loadDeviceFromScoreJSON(
const
rapidjson::Document& jsonContent,
Device::Node
& node);
12
}
TreeNode< DeviceExplorerNode >
Device
Manipulation of Devices from Qt.
Definition:
AddressSettings.cpp:14