Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
PanelUnitsEditorFactory.hpp
Go to the documentation of this file.
1#ifndef IV_UI_PANELS_EDITOR_UNITS_PANELUNITSEDITORFACTORY_HPP_
2#define IV_UI_PANELS_EDITOR_UNITS_PANELUNITSEDITORFACTORY_HPP_
3
6
7#include <memory>
8#include <vector>
9
10namespace iv::panels::units
11{
12
14{
15public:
17 panelListUnitSelectMultiple(std::vector<uint64_t> *indexesSelected,
18 const std::shared_ptr<std::vector<std::weak_ptr<iv::units::Unit>>> &units);
19};
20
21}// namespace iv::panels::units
22
23#endif//IV_UI_PANELS_EDITOR_UNITS_PANELUNITSEDITORFACTORY_HPP_
Definition AbstractComponentGUI.hpp:30
Definition PanelUnitsEditorFactory.hpp:14
static AbstractComponentGUI * panelListUnitSelectMultiple(std::vector< uint64_t > *indexesSelected, const std::shared_ptr< std::vector< std::weak_ptr< iv::units::Unit > > > &units)
Definition PanelUnitsEditorFactory.cpp:125
Definition PanelUnitsEditorFactory.cpp:20