OGS
Applications/DataExplorer/Base/Utils.h
Go to the documentation of this file.
1
10
11
#include <QListView>
12
#include <QStringList>
13
#include <QStringListModel>
14
#include <string>
15
#include <vector>
16
17
namespace
Utils
18
{
19
std::vector<std::string>
getSelectedObjects
(QStringList
const
& list);
20
21
void
moveSelectedItems
(QListView* sourceView,
22
QStringListModel& sourceModel,
23
QStringListModel& targetModel);
24
}
// namespace Utils
Utils
Definition
Applications/DataExplorer/Base/Utils.cpp:14
Utils::getSelectedObjects
std::vector< std::string > getSelectedObjects(QStringList const &list)
Definition
Applications/DataExplorer/Base/Utils.cpp:15
Utils::moveSelectedItems
void moveSelectedItems(QListView *sourceView, QStringListModel &sourceModel, QStringListModel &targetModel)
Definition
Applications/DataExplorer/Base/Utils.cpp:23
Applications
DataExplorer
Base
Utils.h
Generated by
1.14.0