34 #ifndef __QGoDeleteFromListDialog_h
35 #define __QGoDeleteFromListDialog_h
38 #include <QStringList>
39 #include <QListWidget>
40 #include <QListWidgetItem>
43 #include "QGoGUILibConfigure.h"
61 std::string iEntityName =
"");
66 std::string iEntityName =
"");
79 void SetUpUi(std::string iEntityName);
94 void SetItemsFromTheVector(std::vector< std::string > iVectorItems);
101 void SetItemsInTheListWithColor(std::list< ItemColorComboboxData > iDataList);
109 void SelectionValidation();
113 void CancelRequested();
115 void ListEntitiesToDelete(std::vector< std::string > );
std::list< ItemColorComboboxData > ListOfItemColorComboboxData
std::pair< std::string, QColor > ItemColorComboboxData
QListWidget * m_ListWidget
this class displays a list of entities and return the list of the ones selected by the user...