Commit 998579f7 authored by Adam Goins's avatar Adam Goins
Browse files

Added history comments with respect to the signal / slot changes that Jesse and I made.

parent 1b61a812
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -177,7 +177,12 @@ namespace Isis {
   *   @history 2018-01-26 Kristin Berry - Removed code related to now-unused ControlCubeGraphNode,
   *                           as part of the switch to using the boost graph library.
   *                           References #5434
   *
   *   @history 2018-06-15 Adam Goins & Jesse Mapel - Added the ModType enum, as well as a series
   *                           of calls to parentNetwork()->emitPointModified() whenever a change
   *                           is made to a Control Point or any of it's measures. This is done
   *                           to allow for communication between the ControlNetVitals class
   *                           and changes made to the Control Network that it is observing.
   *                           Fixes #5435.
   */
  class ControlMeasure : public QObject {

+6 −2
Original line number Diff line number Diff line
@@ -228,12 +228,16 @@ namespace Isis {
   *                           CalcBWAndCE(), CubeGraphToString(), getGraphNode(). References #5434
   *  @history 2018-01-26 Kristin Berry - Updated to use the boost graph library instead of our
   *                           custom graph structure ControlCubeGraphNode.
   *
   *
   *   @history 2018-04-05 Adam Goins - Added a check to the versionedReader targetRadii
   *                           group to set radii values to those ingested from the versioner
   *                           if they exist. Otherwise, we call SetTarget with the targetname.
   *                           Fixes #5361.
   *   @history 2018-06-15 Adam Goins & Jesse Mapel - Added the ModType enum, as well as a series
   *                           of signals that are emitted whenever a change is made to a
   *                           Control Point or any of it's measures, or to the network itself.
   *                           These signals exist for the purpose of communication between the
   *                           ControlNetVitals class, and the network that it is observing.
   *                           Fixes #5435.
   */
  class ControlNet : public QObject {
      Q_OBJECT
+6 −0
Original line number Diff line number Diff line
@@ -343,6 +343,12 @@ namespace Isis {
   *   @history 2018-01-05 Adam Goins - Added HasDateTime() and HasChooserName() methods to allow
   *                           to allow the value of these variables to be read without being
   *                           overriden if they're empty. (Getters override if they're empty).
   *   @history 2018-06-15 Adam Goins & Jesse Mapel - Added the ModType enum, as well as a series
   *                           of calls to parentNetwork()->emitPointModified() whenever a change
   *                           is made to a Control Point or any of it's measures. This is done
   *                           to allow for communication between the ControlNetVitals class
   *                           and changes made to the Control Network that it is observing.
   *                           Fixes #5435.
   */
  class ControlPoint : public QObject {