1 #ifndef ControlPointEditView_h
2 #define ControlPointEditView_h
27 #include <QWidgetAction>
33 class ControlPointEditWidget;
83 #endif // CONTROLPOINTEDITVIEW_H
QMap< Control *, ProjectItem * > m_controlItemMap
Maps control net to project item.
virtual QList< QAction * > toolPadActions()
Returns a list of actions for the tool pad.
ControlPointEditView(Directory *directory, QWidget *parent=0)
Constructor.
ToolPad * m_toolPad
The tool pad.
QToolBar * m_permToolBar
The permanent tool bar.
View for editing a single ControlPoint.
virtual QList< QAction * > activeToolBarActions()
Returns a list of actions for the active tool bar.
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework...
ControlPointEditWidget * controlPointEditWidget() const
Returns the ControlPointEditWidget.
QToolBar * m_activeToolBar
The active tool bar.
QSize sizeHint() const
Returns the suggested size for the widget.
~ControlPointEditView()
Destructor.
QWidgetAction * m_activeToolBarAction
Stores the active tool bar.
virtual QList< QAction * > permToolBarActions()
Returns a list of actions for the permanent tool bar.