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
4
#include "
ui/gui/AbstractComponentGUI.hpp
"
5
6
#include <string>
7
#include <vector>
8
9
class
CListCheckSelection
10
{
11
public
:
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_ */
AbstractComponentGUI.hpp
AbstractComponentGUI
Definition
AbstractComponentGUI.hpp:30
CListCheckSelection
Definition
CListCheckSelection.hpp:10
CListCheckSelection::createListCheckSelection
static AbstractComponentGUI * createListCheckSelection(const std::vector< std::string > *descriptions, std::vector< std::string > *selectedRef, bool isEditable)
Definition
CListCheckSelection.cpp:274
src
ui
gui
CListCheckSelection.hpp
Generated by
1.12.0