1#ifndef IV_SRC_UI_VIEWS_EDITOR_VIEWCHANNELS_HPP_
2#define IV_SRC_UI_VIEWS_EDITOR_VIEWCHANNELS_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractViewPanelEditor.hpp:12
Definition AbstractView.hpp:11
Definition CDialog.hpp:21
Definition ViewChannels.hpp:10
AbstractComponentGUI * create(CDialog *dialogFather, AbstractViewPanelEditor **viewPanelEditor) override
Definition ViewChannels.cpp:15
~ViewChannels() override=default
ViewChannels & operator=(const ViewChannels &other)=delete
bool isViewEditor() override
Definition ViewChannels.hpp:19
std::optional< iv::views::editor::eEditorView > getEditorViewType() override
Definition ViewChannels.hpp:23
ViewChannels(ViewChannels &&other)=delete
ViewChannels()
Definition ViewChannels.cpp:11
ViewChannels(const ViewChannels &other)=delete
ViewChannels & operator=(ViewChannels &&other)=delete