Beispiel #1
0
 public void valuesChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     if (countChanged)
     {
         if (editorChange)
         {
             beforeValCount.Add(values.Count);
             afterValCount.Add(_values.Count);
         }
         else
         {
             beforeValCount.Add(_values.Count);
             afterValCount.Add(values.Count);
         }
     }
     WMG_Util.listChanged(editorChange, ref values, ref _values, oneValChanged, index);
     if (countChanged)
     {
         AllChanged();
     }
     else
     {
         if (oneValChanged)
         {
             aRingValChangeIndices.Add(index);
             aRingValC.Changed();
         }
         else
         {
             degreesC.Changed();
         }
     }
 }
Beispiel #2
0
 public void labelsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref labels, ref _labels, oneValChanged, index);
     labelsC.Changed();
 }
Beispiel #3
0
 public void fillColorsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref fillColors, ref _fillColors, oneValChanged, index);
     colorsC.Changed();
 }
Beispiel #4
0
 public void valuesChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref values, ref _values, oneValChanged, index);
     allC.Changed();
 }
Beispiel #5
0
 void sliceColorsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref sliceColors, ref _sliceColors, oneValChanged, index);
     graphC.Changed();
 }
Beispiel #6
0
 public void ringIDsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref ringIDs, ref _ringIDs, oneValChanged, index);
 }
Beispiel #7
0
 public void hideRingsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref hideRings, ref _hideRings, oneValChanged, index);
     hideRingsC.Changed();
 }
Beispiel #8
0
 public void bandColorsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref bandColors, ref _bandColors, oneValChanged, index);
     bandColorC.Changed();
 }
Beispiel #9
0
 public void dataSeriesColorsChanged(bool editorChange, bool countChanged, bool oneValChanged, int index)
 {
     WMG_Util.listChanged(editorChange, ref dataSeriesColors, ref _dataSeriesColors, oneValChanged, index);
     dataSeriesC.Changed();
 }