Loading isis/src/qisis/objs/AbstractProjectItemView/AbstractProjectItemView.h +4 −1 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ namespace Isis { * to be main windows themselves, changing from an mdi interface to an * sdi interface. * @history 2018-05-30 Tracie Sucharski - Added the WindowFlag to set this as a Widget. * @History 2018-06-18 Summer Stapleton - Overloaded moveEvent and resizeEvent and added a * windowChangeEvent signal to allow project to recognize a new save * state. Fixes #5114 */ class AbstractProjectItemView : public QMainWindow { Loading isis/src/qisis/objs/Directory/Directory.h +3 −0 Original line number Diff line number Diff line Loading @@ -238,6 +238,9 @@ namespace Isis { * @history 2018-05-14 Tracie Sucharski - Serialize Footprint2DView rather than * MosaicSceneWidget. This will allow all parts of Footprint2DView to be * saved/restored including the ImageFileListWidget. Fixes #5422. * @history 2018-06-18 Summer Stapleton - Added connection to each view on creation to * catch a windowChangeEvent on moveEvent or resizeEvent of these views * to allow for saving of the project at these times. Fixes #5114. */ class Directory : public QObject { Q_OBJECT Loading Loading
isis/src/qisis/objs/AbstractProjectItemView/AbstractProjectItemView.h +4 −1 Original line number Diff line number Diff line Loading @@ -66,6 +66,9 @@ namespace Isis { * to be main windows themselves, changing from an mdi interface to an * sdi interface. * @history 2018-05-30 Tracie Sucharski - Added the WindowFlag to set this as a Widget. * @History 2018-06-18 Summer Stapleton - Overloaded moveEvent and resizeEvent and added a * windowChangeEvent signal to allow project to recognize a new save * state. Fixes #5114 */ class AbstractProjectItemView : public QMainWindow { Loading
isis/src/qisis/objs/Directory/Directory.h +3 −0 Original line number Diff line number Diff line Loading @@ -238,6 +238,9 @@ namespace Isis { * @history 2018-05-14 Tracie Sucharski - Serialize Footprint2DView rather than * MosaicSceneWidget. This will allow all parts of Footprint2DView to be * saved/restored including the ImageFileListWidget. Fixes #5422. * @history 2018-06-18 Summer Stapleton - Added connection to each view on creation to * catch a windowChangeEvent on moveEvent or resizeEvent of these views * to allow for saving of the project at these times. Fixes #5114. */ class Directory : public QObject { Q_OBJECT Loading