|
Antares Simulator
Power System Simulator
|
Collection of items to view/edit from an inspector. More...
#include <data.h>
Public Types | |
| using | Ptr = std::shared_ptr< InspectorData > |
| The most suitable smart pointer for the class. | |
Constructor & Destructor | |
| Data::Study::Ptr | study |
| Reference to the study. | |
| bool | empty |
| Flag to fastly know if the selection is empty. | |
| Data::Area::Set | areas |
| All selected areas. | |
| Data::AreaLink::Set | links |
| All selected links. | |
| Data::ThermalCluster::Set | ThClusters |
| All selected thermal clusters. | |
| Data::RenewableCluster::Set | RnClusters |
| All selected renewable clusters. | |
| Data::BindingConstraint::Set | constraints |
| All selected binding constraints. | |
| Data::Study::Set | studies |
| All studies. | |
| InspectorData (Data::Study::Ptr study) | |
| Default constructor. | |
| ~InspectorData () | |
| Destructor. | |
| void | clear () |
| void | determineEmpty () |
| uint | totalNbOfItems () const |
| Get the total number of items in this set. | |
Collection of items to view/edit from an inspector.