15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_PROPERTYEDITOR_COMPONENTEDITOR_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_PROPERTYEDITOR_COMPONENTEDITOR_H
72 Q_DECLARE_OPERATORS_FOR_FLAGS(ComponentEditor::EditorType)
Component editor for SessionItem.
void addItem(SessionItem *item)
ComponentEditor(EditorType editorType=HeaderTree, const QString &title="")
void setItem(SessionItem *item)
void dialogRequest(SessionItem *item, const QString &names)
ComponentView * createComponentView()
ComponentView * m_componentView
Base class for ComponentTreeView and ComponentFlatView.