37 using LinkSet = std::map<Data::AreaName, std::map<Data::AreaName, bool>>;
38 using ThermalClusterSet = std::map<Data::AreaName, std::map<YString, bool>>;
39 using ConstraintSet = std::set<Yuni::String>;
64 ThermalClusterSet cluster;
65 ConstraintSet constraint;
67 std::map<Data::AreaName, Data::AreaName> forceAreaName;
69 bool shouldOverwriteArea;
Definition build-context.h:33
bool checkIdentity()
Check if the items copied are strictly equivalent to the current user selection.
Definition build-context.cpp:35
Data::Area::NameSet area
All areas.
Definition build-context.h:62
bool modifiedWhenCopied
Flag to determine whether the source study was modified when copied.
Definition build-context.h:73
BuildContext()
Default constructor.
Definition build-context.cpp:31
std::set< Data::AreaName > AreaSet
Set of area' names.
Definition build-context.h:36
bool checkIntegrity(bool forceDialog)
Check if the paste can be done.
Definition build-context.cpp:53