ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Refactor the analysis widgets #129

Open ivoflipse opened 10 years ago

ivoflipse commented 10 years ago

When adding the human mode to the analysis widgets I noticed that most widgets have a lot of code in common. Given I would like to add lots of different types of results/visualizations, it would be a good idea to refactor the code so that for example each widget is a subclass of a more general widget, which does most of the book keeping for them.