Revision: 288
Author: jjhatf02
Date: Sun Jan 16 17:26:56 2011
Log: The modifications to the clusters by adding or removing a group or
modifying the items contained within a group automatically update the GUI.
Nothing is actually causing these changes yet, but the processing algorithm
will eventually manipulate the clusters.
This required certain parts of the GUI to completely re-drawn when certain
changes occur. For a small test file this caused no performance problems,
but it may not work for files with a large number of panels with multiple
answer boxes.
This update also refactored the the property of AnswerRect formerly called
Panels to Cluster to more accurately describe the content.
http://code.google.com/p/dyknow-panel-extractor/source/detail?r=288
Modified:
/trunk/DPX/DPXAnswers/AnswerManager.cs
/trunk/DPX/DPXAnswers/AnswerRect.cs
/trunk/DPX/DPXAnswers/AnswerWindow.xaml.cs
/trunk/DPX/DPXAnswers/GradeGroup.xaml.cs
/trunk/DPX/DPXAnswers/GradeRow.cs
/trunk/DPX/DPXAnswers/PanelAnswer.cs