Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CListCheckSelection.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_CLISTCHECKSELECTION_HPP_
2#define LIBS_GUI_CLISTCHECKSELECTION_HPP_
3
5
6#include <string>
7#include <vector>
8
10{
11public:
12 static AbstractComponentGUI *createListCheckSelection(const std::vector<std::string> *descriptions,
13 std::vector<std::string> *selectedRef, bool isEditable);
14};
15
16#endif /* LIBS_GUI_CLISTCHECKSELECTION_HPP_ */
Definition AbstractComponentGUI.hpp:30
Definition CListCheckSelection.hpp:10
static AbstractComponentGUI * createListCheckSelection(const std::vector< std::string > *descriptions, std::vector< std::string > *selectedRef, bool isEditable)
Definition CListCheckSelection.cpp:274