File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef ControlPointEditView_h
2 #define ControlPointEditView_h
15 #include <QWidgetAction>
16 #include <QPushButton>
18 #include "AbstractProjectItemView.h"
22 class ControlPointEditWidget;
68 QPointer<ControlPointEditWidget> m_controlPointEditWidget;
74 #endif // CONTROLPOINTEDITVIEW_H
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
ControlPointEditView(Directory *directory, QWidget *parent=0)
Constructor.
ControlPointEditWidget * controlPointEditWidget()
Returns the ControlPointEditWidget.
void enableActions()
Enables buttons/actions.
void disableActions()
Disables buttons/actions.
~ControlPointEditView()
Destructor.
View for editing a single ControlPoint.
QMap< Control *, ProjectItem * > m_controlItemMap
Maps control net to project item.
This is free and unencumbered software released into the public domain.
This is free and unencumbered software released into the public domain.