ResultViewItemList class is used to add result items to be displayed in the Result View Dialog
The class can be called from the Study class or AnalysisGroup.
.
More...
Public Member Functions | |
| void | AddItemFromCalculation (CalculationDefinition *calculation) |
| Adds the given calculation to the ResultViewItemList. More... | |
| void | AddItemFromCapture (Variant &var, Variant &studyVar=-1) |
| Adds the given image to the ResultViewItemList. More... | |
| void | AddItemFromCompositeResult (CompositeResultDefinition *composite) |
| Adds the composite result to the ResultViewItemList. More... | |
| void | AddItemFromContour (ContourDefinition *contour) |
| Adds the given contour to the ResultViewItemList. More... | |
| void | AddItemFromDataSet (DataSet *dataSet) |
| Adds the given dataSet to the ResultViewItemList. More... | |
| void | AddItemFromDifferenceEfficiencyMap (DifferenceEfficiencyMapDefinition *efficiencyMap) |
| Adds the difference efficiencyMap to the ResultViewItemList. More... | |
| void | AddItemFromEfficiencyMap (EfficiencyMapDefinition *efficiencyMap) |
| Adds the given efficiencyMap to the ResultViewItemList. More... | |
| void | AddItemFromEfficiencyMapGraph (EfficiencyMapDefinition *efficiencyMap, int type) |
| Adds the efficiency map NT curve graph to the ResultViewItemList. More... | |
| void | AddItemFromExternalEfficiencyMap (ExternalEfficiencyMapDefinition *efficiencyMap) |
| Adds the given external data entry efficiencyMap to the ResultViewItemList. More... | |
| void | AddItemFromFluxLine (FluxLineDefinition *fluxLine) |
| Adds the given fluxLine to the ResultViewItemList. More... | |
| void | AddItemFromGraphModel (GraphModel *graph) |
| Adds the given graph to the ResultViewItemList. More... | |
| void | AddItemFromPostCondition (Condition *condition) |
| Adds the given condition to the ResultViewItemList. More... | |
| void | AddItemFromProbe (ProbeDefinition *probe) |
| Adds the given probe to the ResultViewItemList. More... | |
| void | AddItemFromResponseTableGraph (int type, Variant &studyVar=-1) |
| Add a response value chart to the ResultViewItemList. More... | |
| void | AddItemFromResponseTableGraph (ResponseTableCorrection *correction, int type) |
| Add the response graph created from the corrected response table to the ResultViewItemList. More... | |
| void | AddItemFromSectionGraph (SectionGraph *sectionGraph) |
| Adds the given sectionGraph to the ResultViewItemList. More... | |
| void | AddItemFromThermalEfficiencyMap (ThermalEfficiencyMapDefinition *efficiencyMap) |
| Adds the given efficiencyMap to the ResultViewItemList. More... | |
| void | AddItemFromThermalEfficiencyMapGraph (ThermalEfficiencyMapDefinition *efficiencyMap, int type) |
| Adds the efficiency map NT curve graph to the ResultViewItemList. More... | |
| void | AddItemFromVector (VectorDefinition *vector) |
| Adds the given vector to the ResultViewItemList. More... | |
| void | AddItemFromVectorExpression (VectorExpression *vector) |
| Adds the vector expression to the ResultViewItemList. More... | |
| void | ClearItemList () |
| Clears the ResultViewItemList. | |
| void | DeleteResultViewItem (Variant &var) |
| Deletes the result item with the given var name. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| int | NumResultViewItem () |
| Returns the number of Result View Items. Returns 0 as default is apply has not been selected. More... | |
| void | SetEfficiencyResultType (Variant &var, Variant &type, int displayType=0) |
| Specifies the result type of the efficiency map. More... | |
ResultViewItemList class is used to add result items to be displayed in the Result View Dialog
The class can be called from the Study class or AnalysisGroup.
.
Example of calling the class object:
| void ResultViewItemList::AddItemFromCalculation | ( | CalculationDefinition * | calculation | ) |
Adds the given calculation to the ResultViewItemList.
| calculation | The calculation item to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromCapture | ( | Variant & | var, |
| Variant & | studyVar = -1 |
||
| ) |
Adds the given image to the ResultViewItemList.
| var | The index or name of image to be added to ResultViewItemList |
| studyVar | Study index or name of the image to add |
| void ResultViewItemList::AddItemFromCompositeResult | ( | CompositeResultDefinition * | composite | ) |
Adds the composite result to the ResultViewItemList.
| composite | The composite result object to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromContour | ( | ContourDefinition * | contour | ) |
Adds the given contour to the ResultViewItemList.
| contour | The contour to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromDataSet | ( | DataSet * | dataSet | ) |
Adds the given dataSet to the ResultViewItemList.
| dataSet | The dataSet item to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromDifferenceEfficiencyMap | ( | DifferenceEfficiencyMapDefinition * | efficiencyMap | ) |
Adds the difference efficiencyMap to the ResultViewItemList.
| efficiencyMap | The difference efficiencyMap to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromEfficiencyMap | ( | EfficiencyMapDefinition * | efficiencyMap | ) |
Adds the given efficiencyMap to the ResultViewItemList.
| efficiencyMap | The efficiencyMap to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromEfficiencyMapGraph | ( | EfficiencyMapDefinition * | efficiencyMap, |
| int | type | ||
| ) |
Adds the efficiency map NT curve graph to the ResultViewItemList.
| efficiencyMap | The efficiencyMap to be added to ResultViewItemList |
| type | Curve type |
| void ResultViewItemList::AddItemFromExternalEfficiencyMap | ( | ExternalEfficiencyMapDefinition * | efficiencyMap | ) |
Adds the given external data entry efficiencyMap to the ResultViewItemList.
| efficiencyMap | The external data entry efficiencyMap to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromFluxLine | ( | FluxLineDefinition * | fluxLine | ) |
Adds the given fluxLine to the ResultViewItemList.
| fluxLine | The flux line to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromGraphModel | ( | GraphModel * | graph | ) |
Adds the given graph to the ResultViewItemList.
| graph | The graph item to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromPostCondition | ( | Condition * | condition | ) |
Adds the given condition to the ResultViewItemList.
| condition | The condition item to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromProbe | ( | ProbeDefinition * | probe | ) |
Adds the given probe to the ResultViewItemList.
| probe | The probe to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromResponseTableGraph | ( | int | type, |
| Variant & | studyVar = -1 |
||
| ) |
Add a response value chart to the ResultViewItemList.
| type | Type |
| studyVar | Study index or name |
| void ResultViewItemList::AddItemFromResponseTableGraph | ( | ResponseTableCorrection * | correction, |
| int | type | ||
| ) |
Add the response graph created from the corrected response table to the ResultViewItemList.
| correction | ResponseTableCorrection object |
| type | Type |
| void ResultViewItemList::AddItemFromSectionGraph | ( | SectionGraph * | sectionGraph | ) |
Adds the given sectionGraph to the ResultViewItemList.
| sectionGraph | The sectionGraph to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromThermalEfficiencyMap | ( | ThermalEfficiencyMapDefinition * | efficiencyMap | ) |
Adds the given efficiencyMap to the ResultViewItemList.
| efficiencyMap | The efficiencyMap to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromThermalEfficiencyMapGraph | ( | ThermalEfficiencyMapDefinition * | efficiencyMap, |
| int | type | ||
| ) |
Adds the efficiency map NT curve graph to the ResultViewItemList.
| efficiencyMap | The efficiencyMap to be added to ResultViewItemList |
| type | Curve type |
| void ResultViewItemList::AddItemFromVector | ( | VectorDefinition * | vector | ) |
Adds the given vector to the ResultViewItemList.
| vector | The vector to be added to ResultViewItemList |
| void ResultViewItemList::AddItemFromVectorExpression | ( | VectorExpression * | vector | ) |
Adds the vector expression to the ResultViewItemList.
| vector | The vector expression object to be added to ResultViewItemList |
| void ResultViewItemList::DeleteResultViewItem | ( | Variant & | var | ) |
Deletes the result item with the given var name.
| var | The result item name |
| bool ResultViewItemList::IsValid | ( | ) |
Returns True if an object is valid.
| int ResultViewItemList::NumResultViewItem | ( | ) |
Returns the number of Result View Items. Returns 0 as default is apply has not been selected.
| void ResultViewItemList::SetEfficiencyResultType | ( | Variant & | var, |
| Variant & | type, | ||
| int | displayType = 0 |
||
| ) |
Specifies the result type of the efficiency map.
| var | The result item name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | The result type
If you use the UserParameters, add the index number. Example: SetEfficiencyResultType("var", "UserParameter1"); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| displayType | The display type |