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
4
#include "
ui/gui/AbstractComponentGUI.hpp
"
5
#include "
units/model/Unit.hpp
"
6
7
#include <memory>
8
#include <vector>
9
10
namespace
iv::panels::units
11
{
12
13
class
PanelUnitsEditorFactory
14
{
15
public
:
16
static
AbstractComponentGUI
*
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_
AbstractComponentGUI.hpp
Unit.hpp
AbstractComponentGUI
Definition
AbstractComponentGUI.hpp:30
iv::panels::units::PanelUnitsEditorFactory
Definition
PanelUnitsEditorFactory.hpp:14
iv::panels::units::PanelUnitsEditorFactory::panelListUnitSelectMultiple
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
iv::panels::units
Definition
PanelUnitsEditorFactory.cpp:20
src
ui
panels
editor
units
PanelUnitsEditorFactory.hpp
Generated by
1.12.0