Page MenuHomePhabricator

Provide possibility to load configs description directly from iostream
Closed, ResolvedPublic

Event Timeline

New remote branch pushed: bug-14915-LoadConfigsFromIoStream

Extends the EventConfig object to be created providing an ifstream to the configuration file.
This functionality is tested in mitkEventConfigTest.cpp which covers basic,
construction tests, as well as construction by ifstream via a test file.
Also EventConfiguration via mitk::PropertyLists is implemented and tested.

New remote branch pushed: bug-14915-add-iostream-eventconfig-constructor

[e6a1a4]: Merge branch 'bug-14915-add-iostream-eventconfig-constructor'

Merged commits:

2013-04-26 13:30:11 Sascha Zelzer [d82728]
Use the stack instead of expensive new.


2013-04-26 11:26:52 Christian Weber [d30ce4]
Changes to the construtor interface event config objects


2013-04-24 14:33:12 Christian Weber [d609d8]
Added test execution to cmake
Finalized doxygen description of mitkEventConfig


2013-04-17 18:06:11 Christian Weber [915be4]
Deactivate legacy handling in ToolManager


2013-04-17 18:05:42 Christian Weber [1b6b31]
Deactivate legacy handling in ToolManager


2013-04-17 16:57:28 Christian Weber [4f4054]
Finished Test.

  • working support for loading via ifstream
  • working support for initializing with property lists

2013-04-09 10:55:13 unknown [d23b86]
Adapted test - problem with ifstream conversion


2013-04-08 13:12:29 Christian Weber [26f969]
Re-enabled event-config test


2013-04-08 13:11:28 Christian Weber [8974f7]
Provide interface for ifstream based config object creation,
as well as for PorpetyLists