score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
LearnRollback.hpp
1
#pragma once
2
#include <Device/Node/DeviceNode.hpp>
3
4
#include <score_plugin_deviceexplorer_export.h>
5
6
#include <QString>
7
8
namespace
Explorer
9
{
10
class
DeviceDocumentPlugin;
11
27
SCORE_PLUGIN_DEVICEEXPLORER_EXPORT
28
void
rollbackLearnedNodes(
29
DeviceDocumentPlugin& plug,
const
QString& deviceName,
const
Device::Node
& before);
30
}
TreeNode< DeviceExplorerNode >