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