Skip to content

Commit 14e952a

Browse files
committed
Rename FeatureSet to FeatureToggle.
1 parent e0b8574 commit 14e952a

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Sources/MacOSEmbeddingDemo/Application.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "MAS_IncludeCocoaHeaders.hpp"
88

99
#include "NUIE_NodeTree.hpp"
10-
#include "NUIE_FeatureSet.hpp"
10+
#include "NUIE_FeatureToggle.hpp"
1111
#include "BI_BuiltInNodes.hpp"
1212

1313
static const std::vector<NSString*> IconResourceNames = {

Sources/NodeEngineTest/NodeEditorVisualTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "SimpleTest.hpp"
22
#include "NUIE_NodeEditor.hpp"
33
#include "NUIE_NodeCommonMenuCommands.hpp"
4-
#include "NUIE_FeatureSet.hpp"
4+
#include "NUIE_FeatureToggle.hpp"
55
#include "BI_InputUINodes.hpp"
66
#include "BI_ViewerUINodes.hpp"
77
#include "VisualTestFramework.hpp"

Sources/NodeEngineTest/NodeEditorVisualTestSlotMarkers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "SimpleTest.hpp"
22
#include "NUIE_NodeEditor.hpp"
33
#include "NUIE_NodeCommonMenuCommands.hpp"
4-
#include "NUIE_FeatureSet.hpp"
4+
#include "NUIE_FeatureToggle.hpp"
55
#include "BI_InputUINodes.hpp"
66
#include "BI_ViewerUINodes.hpp"
77
#include "VisualTestFramework.hpp"

Sources/NodeUIEngine/NUIE_FeatureSet.cpp renamed to Sources/NodeUIEngine/NUIE_FeatureToggle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "NUIE_FeatureSet.hpp"
1+
#include "NUIE_FeatureToggle.hpp"
22

33
#include <unordered_map>
44
#include <functional>

Sources/NodeUIEngine/NUIE_FeatureSet.hpp renamed to Sources/NodeUIEngine/NUIE_FeatureToggle.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef NUIE_FEATURESET_HPP
2-
#define NUIE_FEATURESET_HPP
1+
#ifndef NUIE_FEATURETOGGLE_HPP
2+
#define NUIE_FEATURETOGGLE_HPP
33

44
#include <string>
55

Sources/NodeUIEngine/NUIE_UIInputSlot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "NUIE_UIInputSlot.hpp"
22
#include "NUIE_NodeMenuCommands.hpp"
33
#include "NUIE_NodeUIManagerCommands.hpp"
4-
#include "NUIE_FeatureSet.hpp"
4+
#include "NUIE_FeatureToggle.hpp"
55

66
namespace NUIE
77
{

Sources/WindowsReferenceApp/Application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "Application.hpp"
2-
#include "NUIE_FeatureSet.hpp"
2+
#include "NUIE_FeatureToggle.hpp"
33
#include "WAS_WindowsAppUtils.hpp"
44
#include "WAS_GdiplusUtils.hpp"
55

0 commit comments

Comments
 (0)