Refactor all element name pairs into clearer struct names - definitions

This commit is contained in:
bgbsww
2024-07-19 16:22:49 -04:00
parent 608cb182e5
commit 3db680c7de
3 changed files with 35 additions and 1 deletions

View File

@@ -32,6 +32,8 @@
#include <boost/any.hpp>
#include <FCConfig.h>
#include "ElementNamingUtils.h"
namespace Py {
class Object;
}
@@ -486,7 +488,7 @@ protected:
String documentName;
String documentObjectName;
String subObjectName;
std::pair<std::string,std::string> shadowSub;
ElementNamePair shadowSub;
std::vector<Component> components;
bool documentNameSet;
bool documentObjectNameSet;