Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
PanelCabinetsEditor.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_PANELS_PANELCABINETSEDITOR_HPP_
2#define IV_SRC_UI_PANELS_PANELCABINETSEDITOR_HPP_
3
6
7#include <memory>
8
9namespace iv::panels
10{
11
13{
14public:
16
17 void update() override;
18
19private:
20 AbstractComponentGUI *buildPanel(CDialog *dialogFather) override;
21
23
24 std::shared_ptr<AbstractSheetModel> m_sheetModelRef;
26};
27
28}// namespace iv::panels
29
30#endif//IV_SRC_UI_PANELS_PANELCABINETSEDITOR_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractViewPanelEditor.hpp:12
Definition CDialog.hpp:21
Definition CSheet.hpp:20
Definition PanelCabinetsEditor.hpp:13
PanelCabinetsEditor()
Definition PanelCabinetsEditor.cpp:296
AbstractComponentGUI * prvBuildButtonsLayout()
Definition PanelCabinetsEditor.cpp:357
std::shared_ptr< AbstractSheetModel > m_sheetModelRef
Definition PanelCabinetsEditor.hpp:24
CSheet * m_sheetRef
Definition PanelCabinetsEditor.hpp:25
AbstractComponentGUI * buildPanel(CDialog *dialogFather) override
Definition PanelCabinetsEditor.cpp:301
void update() override
Definition PanelCabinetsEditor.cpp:341
Definition ButtonAccessFactory.cpp:11