Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
PanelStationsEditor.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_PANELS_PANELSTATIONSEDITOR_HPP_
2#define IV_SRC_UI_PANELS_PANELSTATIONSEDITOR_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_PANELSTATIONSEDITOR_HPP_
Definition AbstractComponentGUI.hpp:30
Definition AbstractViewPanelEditor.hpp:12
Definition CDialog.hpp:21
Definition CSheet.hpp:20
Definition PanelStationsEditor.hpp:13
std::shared_ptr< AbstractSheetModel > m_sheetModelRef
Definition PanelStationsEditor.hpp:24
AbstractComponentGUI * prvBuildButtonsLayout()
Definition PanelStationsEditor.cpp:606
void update() override
Definition PanelStationsEditor.cpp:550
CSheet * m_sheetRef
Definition PanelStationsEditor.hpp:25
PanelStationsEditor()
Definition PanelStationsEditor.cpp:545
AbstractComponentGUI * buildPanel(CDialog *dialogFather) override
Definition PanelStationsEditor.cpp:566
Definition ButtonAccessFactory.cpp:11