1#ifndef CnetEditorView_h
2#define CnetEditorView_h
23class QXmlStreamWriter;
27 class CnetEditorWidget;
32 class ProjectItemViewMenu;
78 void createToolBars();
80 void leaveEvent(QEvent *event);
83 QPointer<CnetEditorWidget> m_cnetEditorWidget;
84 QPointer<Control> m_control;
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
Definition AbstractProjectItemView.h:79
Ipce view containing the CnetEditorWidget.
Definition CnetEditorView.h:63
CnetEditorWidget * cnetEditorWidget()
Returns the cnetEditorWidget.
Definition CnetEditorView.cpp:160
CnetEditorView(Directory *directory, Control *control, FileName configFile, QWidget *parent=0)
Constructor.
Definition CnetEditorView.cpp:37
~CnetEditorView()
Destructor.
Definition CnetEditorView.cpp:80
void save(QXmlStreamWriter &stream, Project *project, FileName newProjectRoot) const
This method saves the Controls object ids to the stream.
Definition CnetEditorView.cpp:182
Control * control()
@description Returns the Control displayed in the CnetEditorWidget
Definition CnetEditorView.cpp:170
This represents an ISIS control net in a project-based GUI interface.
Definition Control.h:65
Definition Directory.h:271
File name manipulation and expansion.
Definition FileName.h:100
The main project for ipce.
Definition Project.h:287
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16