|
|
using | AreaSet = std::set< Data::AreaName > |
| | Set of area' names.
|
| |
|
using | LinkSet = std::map< Data::AreaName, std::map< Data::AreaName, bool > > |
| |
|
using | ThermalClusterSet = std::map< Data::AreaName, std::map< YString, bool > > |
| |
|
using | ConstraintSet = std::set< Yuni::String > |
| |
|
|
Data::Area::NameSet | area |
| | All areas.
|
| |
|
LinkSet | link |
| |
|
ThermalClusterSet | cluster |
| |
|
ConstraintSet | constraint |
| |
|
std::map< Data::AreaName, Data::AreaName > | forceAreaName |
| |
|
bool | shouldOverwriteArea |
| |
|
bool | modifiedWhenCopied |
| | Flag to determine whether the source study was modified when copied.
|
| |
|
| BuildContext () |
| | Default constructor.
|
| |
|
bool | checkIdentity () |
| | Check if the items copied are strictly equivalent to the current user selection.
|
| |
|
bool | checkIntegrity (bool forceDialog) |
| | Check if the paste can be done.
|
| |
The documentation for this class was generated from the following files:
- src/ui/simulator/toolbox/ext-source/handler/build-context.h
- src/ui/simulator/toolbox/ext-source/handler/build-context.cpp