Skip to content
Snippets Groups Projects
Commit 3ea0e7e5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

ParameterPool now has an attribute IParameterized* m_parent.

This will allow us to notify the parent about changed parameter values.
Accompanying changes and problems:
- The default constructor ParameterPool() is deleted, to enforce
  presence of a parent.
- Therefore several tests had to be outcommented (marked as
  TEMPORARILY DISABLED). Improved tests should make more
  realistic use of ParameterPool, providing it an IParameterized* parent.
- The function IParameterized::getParameters() is outcommented.
  It was only used in some tests, and for printout. In printout
  functions, it is temporarily replaced by fixed text.
parent 095f0084
No related branches found
No related tags found
No related merge requests found
Showing
with 96 additions and 90 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment