|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ControlHealthMonitorView_h
2 #define ControlHealthMonitorView_h
15 #include <QWidgetAction>
23 class ControlHealthMonitorWidget;
68 QPointer<ControlHealthMonitorWidget> m_controlHealthMonitorWidget;
74 QWidgetAction *m_activeToolBarAction;
78 #endif // ControlHealthMonitorVIEW_H
virtual QList< QAction * > permToolBarActions()
Returns a list of actions for the permanent tool bar.
Definition: ControlHealthMonitorView.cpp:166
View that displays cubes in a QView-like way.
Definition: CubeDnView.h:97
Definition: Directory.h:271
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
Definition: AbstractProjectItemView.h:79
QString serialNumber()
Returns the serial number of the Cube.
Definition: Image.cpp:361
ProjectItemModel * model()
Gets the ProjectItemModel for this directory.
Definition: Directory.cpp:1091
CubeDnView * addCubeDnView(QString objectName="")
Add the qview workspace to the window.
Definition: Directory.cpp:706
ControlPointEditWidget * controlPointEditWidget()
Returns the ControlPointEditWidget.
Definition: ControlPointEditView.cpp:65
~ControlHealthMonitorView()
Destructor.
Definition: ControlHealthMonitorView.cpp:139
virtual QList< QAction * > toolPadActions()
Returns a list of actions for the tool pad.
Definition: ControlHealthMonitorView.cpp:188
Control * activeControl()
Return the Active Control (control network)
Definition: Project.cpp:1903
Project * project() const
Gets the Project for this directory.
Definition: Directory.cpp:1311
virtual QList< QAction * > activeToolBarActions()
Returns a list of actions for the active tool bar.
Definition: ControlHealthMonitorView.cpp:176
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:55
static QStringList images(QStringList)
Verify that the input fileNames are image files.
Definition: Project.cpp:894
A single control point.
Definition: ControlPoint.h:354
ControlNet * controlNet()
Open and return a pointer to the ControlNet for this Control.
Definition: Control.cpp:150
ControlNetVitals.
Definition: ControlNetVitals.h:51
virtual QSize sizeHint() const
Return a reasonable size.
Definition: ControlHealthMonitorView.cpp:85
View for the Control Net Health Monitor.
Definition: ControlHealthMonitorView.h:43
a control network
Definition: ControlNet.h:257
This represents a cube in a project-based GUI interface.
Definition: Image.h:107
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...
Definition: ProjectItemModel.cpp:290
ControlPointEditView * addControlPointEditView()
Definition: Directory.cpp:837
ControlHealthMonitorView(Directory *directory, QWidget *parent=0)
Constructor.
Definition: ControlHealthMonitorView.cpp:41
ControlHealthMonitorWidget * controlHealthMonitorWidget()
Returns the ControlHealthMonitorWidget.
Definition: ControlHealthMonitorView.cpp:156
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Represents an item of a ProjectItemModel in Qt's model-view framework.
Definition: ProjectItem.h:134
void addItem(ProjectItem *item)
Adds an item to the view.
Definition: CubeDnView.cpp:356