|
Isis 3 Programmer Reference
|
1 #ifndef ControlHealthMonitorView_h
2 #define ControlHealthMonitorView_h
15 #include <QWidgetAction>
17 #include "AbstractProjectItemView.h"
23 class ControlHealthMonitorWidget;
68 QPointer<ControlHealthMonitorWidget> m_controlHealthMonitorWidget;
78 #endif // ControlHealthMonitorVIEW_H
virtual QList< QAction * > permToolBarActions()
Returns a list of actions for the permanent tool bar.
void openImageEditor(QList< QString > serials)
This SLOT is designed to intercept the openImageEditor() signal that's emitted Whenever an image is d...
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
ToolPad * m_toolPad
The tool pad.
QToolBar * m_permToolBar
The permanent tool bar.
~ControlHealthMonitorView()
Destructor.
virtual QList< QAction * > toolPadActions()
Returns a list of actions for the tool pad.
virtual QList< QAction * > activeToolBarActions()
Returns a list of actions for the active tool bar.
QWidgetAction * m_activeToolBarAction
Stores the active tool bar.
virtual QSize sizeHint() const
Return a reasonable size.
View for the Control Net Health Monitor.
void openPointEditor(ControlPoint *point)
This SLOT is designed to intercept the openPointEditor() signal that's emitted Whenever a point is do...
ControlHealthMonitorView(Directory *directory, QWidget *parent=0)
Constructor.
QToolBar * m_activeToolBar
The active tool bar.
ControlHealthMonitorWidget * controlHealthMonitorWidget()
Returns the ControlHealthMonitorWidget.
This is free and unencumbered software released into the public domain.