Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CLayoutVertical.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_CLAYOUTVERTICAL_HPP_
2#define LIBS_GUI_CLAYOUTVERTICAL_HPP_
3
5
7{
8public:
9 void addStartLabeled(AbstractComponentGUI *components, std::string_view label) override;
10
11private:
12 IWidget *createLayout() override;
13};
14
15#endif /* LIBS_GUI_CLAYOUTVERTICAL_HPP_ */
Definition AbstractComponentGUI.hpp:30
Definition AbstractLayout.hpp:11
Definition CLayoutVertical.hpp:7
IWidget * createLayout() override
Definition CLayoutVertical.cpp:21
void addStartLabeled(AbstractComponentGUI *components, std::string_view label) override
Definition CLayoutVertical.cpp:8
Definition IWidget.hpp:5