Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/14 16:37:56 (11 years ago)
Author:
bburlacu
Message:

#1772: Small changes to the GenealogyGraph. Added generic Fragment class and interface. Added the SymbolicDataAnalysisPopulationDiversityAnalyzer. Added specialized tracking operators for symbolic data analysis. Merged trunk changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphView.cs

    r10302 r10347  
    77  [View("GenealogyGraphView")]
    88  [Content(typeof(GenealogyGraph), IsDefaultView = false)]
    9   public sealed partial class GenealogyGraphView : ItemView {
     9  public partial class GenealogyGraphView : ItemView {
    1010    public new IGenealogyGraph Content {
    1111      get { return (IGenealogyGraph)base.Content; }
     
    3131    #region Event Handlers (Content)
    3232
    33     public void graphChart_GenealogyGraphNodeClicked(object sender, MouseEventArgs args) {
     33    public virtual void graphChart_GenealogyGraphNodeClicked(object sender, MouseEventArgs args) {
    3434      var content = ((VisualGenealogyGraphNode)sender).Data.Content;
    3535      if (content != null) {
Note: See TracChangeset for help on using the changeset viewer.