From 227f9b8380c1fd3e0f06ca608cb2cb9903c41f57 Mon Sep 17 00:00:00 2001 From: nbollis Date: Fri, 26 Apr 2024 16:26:10 -0500 Subject: [PATCH 01/16] Started MetaDraw Researching with different fragment ions. Got the functional code of the new controls finished, just need to integtrate with the existing MetaDraw structure --- MetaMorpheus/GUI/MetaDraw/MetaDraw.xaml | 38 +++- MetaMorpheus/GUI/MetaDraw/MetaDraw.xaml.cs | 6 +- .../FragmentResearchingViewModel.cs | 190 ++++++++++++++++++ .../FragmentResearching/FragmentViewModel.cs | 33 +++ 4 files changed, 265 insertions(+), 2 deletions(-) create mode 100644 MetaMorpheus/GuiFunctions/MetaDraw/FragmentResearching/FragmentResearchingViewModel.cs create mode 100644 MetaMorpheus/GuiFunctions/MetaDraw/FragmentResearching/FragmentViewModel.cs diff --git a/MetaMorpheus/GUI/MetaDraw/MetaDraw.xaml b/MetaMorpheus/GUI/MetaDraw/MetaDraw.xaml index 959d8418d..e10041548 100644 --- a/MetaMorpheus/GUI/MetaDraw/MetaDraw.xaml +++ b/MetaMorpheus/GUI/MetaDraw/MetaDraw.xaml @@ -248,8 +248,44 @@ - + + + + + + +