Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
AbstractViewPanelEditor.hpp
Go to the documentation of this file.
1#ifndef LIBS_PANELS_ABSTRACTVIEWPANELEDITOR_HPP_
2#define LIBS_PANELS_ABSTRACTVIEWPANELEDITOR_HPP_
3
5
24
25#endif /* LIBS_PANELS_ABSTRACTVIEWPANELEDITOR_HPP_ */
Definition AbstractComponentGUI.hpp:30
Definition AbstractViewPanelEditor.hpp:12
virtual ~AbstractViewPanelEditor()=default
virtual void update()=0
AbstractViewPanelEditor(AbstractViewPanelEditor &&other)=delete
virtual AbstractComponentGUI * buildPanel(CDialog *dialogFather)=0
AbstractViewPanelEditor()=default
AbstractViewPanelEditor & operator=(const AbstractViewPanelEditor &other)=delete
AbstractViewPanelEditor(const AbstractViewPanelEditor &other)=delete
AbstractViewPanelEditor & operator=(AbstractViewPanelEditor &&other)=delete
Definition CDialog.hpp:21