The implementation for finding parameters from the full component with the correct ID.
More...
#include <ComponentAndInstantiationsParameterFinder.h>
|
QSharedPointer< const Component > | getComponent () const noexcept |
|
The implementation for finding parameters from the full component with the correct ID.
Definition at line 24 of file ComponentAndInstantiationsParameterFinder.h.
◆ ComponentAndInstantiationsParameterFinder() [1/2]
ComponentAndInstantiationsParameterFinder::ComponentAndInstantiationsParameterFinder |
( |
QSharedPointer< Component const > | component | ) |
|
|
explicitnoexcept |
Constructor.
- Parameters
-
[in] | component | The component which parameters are being searched for. |
◆ ComponentAndInstantiationsParameterFinder() [2/2]
No copying. No assignment.
◆ ~ComponentAndInstantiationsParameterFinder()
ComponentAndInstantiationsParameterFinder::~ComponentAndInstantiationsParameterFinder |
( |
| ) |
|
|
finaldefault |
◆ allInstantiationsParameters()
QList< QSharedPointer< Parameter > > ComponentAndInstantiationsParameterFinder::allInstantiationsParameters |
( |
| ) |
const |
Get all the instantiation parameters.
- Returns
- The instantiation parameters.
◆ getAllParameterIds()
QStringList ComponentAndInstantiationsParameterFinder::getAllParameterIds |
( |
| ) |
const |
|
finalvirtual |
Gets all of the ids of components parameters.
- Returns
- A list containing all of the ids.
Reimplemented from ComponentParameterFinder.
◆ getNumberOfParameters()
int ComponentAndInstantiationsParameterFinder::getNumberOfParameters |
( |
| ) |
const |
|
finalvirtual |
Gets the number of parameters in the component.
- Returns
- The number of parameters in the component.
Reimplemented from ComponentParameterFinder.
◆ operator=()
The documentation for this class was generated from the following file: