Loading isis/src/qisis/objs/ControlNetTool/ControlNetTool.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ using namespace std; namespace Isis { /** * Ipce (Qnet) tool - Handles mouse button actions and drawing control points on viewports * ControlNet (Qnet) tool - Handles mouse button actions and drawing control points on viewports * * @param parent Pointer to the parent widget for the Ipce tool * @param parent Pointer to the parent widget for the ControlNet tool * * @author 2016-09-01 Tracie Sucharski * Loading @@ -56,10 +56,10 @@ namespace Isis { /** * Adds the Ipce tool action to the tool pad. * Adds the ControlNet tool action to the tool pad. * * @param pad Tool pad * @return @b QAction* Pointer to Tie tool action * @return @b QAction* Pointer to ControlNet tool action * * @internal * @history 2017-07-25 Tyler Wilson - Set the Loading isis/src/qisis/objs/ControlNetTool/ControlNetTool.h +4 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,8 @@ namespace Isis { class UniversalGroundMap; /** * @brief ControlNetTool operations ipce, handles mouse events on views for control point editing * for the ipce app. * @brief ControlNetTool Handles mouse events on CubeDnViews for control point editing for the * ipce app. * * @ingroup Visualization Tools * Loading @@ -52,6 +52,8 @@ namespace Isis { * @history 2017-08-08 Cole Neubauer - Renamed from IpceTool. Fixes #5090. * @history 2017-08-09 Cole Neubauer - Added loadNetwork() for changing inbetween active * networks Fixes #4567 * @history 2018-03-12 Tracie Sucharski - Fixed some documentation leftover from renaming from * IpceTool. References #5090. */ class ControlNetTool : public Tool { Q_OBJECT Loading Loading
isis/src/qisis/objs/ControlNetTool/ControlNetTool.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ using namespace std; namespace Isis { /** * Ipce (Qnet) tool - Handles mouse button actions and drawing control points on viewports * ControlNet (Qnet) tool - Handles mouse button actions and drawing control points on viewports * * @param parent Pointer to the parent widget for the Ipce tool * @param parent Pointer to the parent widget for the ControlNet tool * * @author 2016-09-01 Tracie Sucharski * Loading @@ -56,10 +56,10 @@ namespace Isis { /** * Adds the Ipce tool action to the tool pad. * Adds the ControlNet tool action to the tool pad. * * @param pad Tool pad * @return @b QAction* Pointer to Tie tool action * @return @b QAction* Pointer to ControlNet tool action * * @internal * @history 2017-07-25 Tyler Wilson - Set the Loading
isis/src/qisis/objs/ControlNetTool/ControlNetTool.h +4 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,8 @@ namespace Isis { class UniversalGroundMap; /** * @brief ControlNetTool operations ipce, handles mouse events on views for control point editing * for the ipce app. * @brief ControlNetTool Handles mouse events on CubeDnViews for control point editing for the * ipce app. * * @ingroup Visualization Tools * Loading @@ -52,6 +52,8 @@ namespace Isis { * @history 2017-08-08 Cole Neubauer - Renamed from IpceTool. Fixes #5090. * @history 2017-08-09 Cole Neubauer - Added loadNetwork() for changing inbetween active * networks Fixes #4567 * @history 2018-03-12 Tracie Sucharski - Fixed some documentation leftover from renaming from * IpceTool. References #5090. */ class ControlNetTool : public Tool { Q_OBJECT Loading