23 #include "IsisDebug.h" 30 #include <QSizePolicy> 32 #include <QVBoxLayout> 33 #include <QWidgetAction> 37 #include "ControlPointEditWidget.h" 57 m_directory = directory;
69 setCentralWidget(m_controlHealthMonitorWidget);
92 setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
101 return QSize(500, 700);
117 if (point && point != widget->editPoint()) {
133 foreach (QString serial, serials) {
136 foreach(
Image *image, *list) {
138 if (imageSerial == serial) {
154 delete m_controlHealthMonitorWidget;
171 return m_controlHealthMonitorWidget;
void openImageEditor(QList< QString > serials)
This SLOT is designed to intercept the openImageEditor() signal that's emitted Whenever an image is d...
Internalizes a list of images and allows for operations on the entire list.
QWidgetAction * m_activeToolBarAction
Stores the active tool bar.
ControlPointEditWidget * controlPointEditWidget()
Returns the ControlPointEditWidget.
virtual QList< QAction * > toolPadActions()
Returns a list of actions for the tool pad.
ToolPad * m_toolPad
The tool pad.
QToolBar * m_permToolBar
The permanent tool bar.
Control * activeControl()
Return the Active Control (control network)
virtual QList< QAction * > permToolBarActions()
Returns a list of actions for the permanent tool bar.
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework...
static QStringList images(QStringList)
Verify that the input fileNames are image files.
ProjectItem * findItemData(const QVariant &data, int role=Qt::UserRole+1)
Returns the first item found that contains the given data in the given role or a null pointer if no i...
virtual QList< QAction * > activeToolBarActions()
Returns a list of actions for the active tool bar.
ProjectItemModel * model()
Gets the ProjectItemModel for this directory.
This represents a cube in a project-based GUI interface.
ControlNet * controlNet()
Open and return a pointer to the ControlNet for this Control.
void addItem(ProjectItem *item)
Adds an item to the view.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
View that displays cubes in a QView-like way.
Represents an item of a ProjectItemModel in Qt's model-view framework.
QString serialNumber()
Returns the serial number of the Cube.
Namespace for ISIS/Bullet specific routines.
ControlHealthMonitorView(Directory *directory, QWidget *parent=0)
Constructor.
Project * project() const
Gets the Project for this directory.
QToolBar * m_activeToolBar
The active tool bar.
virtual QSize sizeHint() const
Return a reasonable size.
ControlHealthMonitorWidget * controlHealthMonitorWidget()
Returns the ControlHealthMonitorWidget.
~ControlHealthMonitorView()
Destructor.
void openPointEditor(ControlPoint *point)
This SLOT is designed to intercept the openPointEditor() signal that's emitted Whenever a point is do...
CubeDnView * addCubeDnView(QString objectName="")
Add the qview workspace to the window.