OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cellnameloader.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_CELLNAMELOADER_H
2 #define OPENMW_CELLNAMELOADER_H
3 
4 #include <QComboBox>
5 #include <QSet>
6 #include <QString>
7 
9 
10 namespace ESM {class ESMReader; struct Cell;}
11 namespace ContentSelectorView {class ContentSelector;}
12 
14 
15 public:
16 
22  QSet<QString> getCellNames(QStringList &contentPaths);
23 
24 private:
31 
37  QString getCellName(ESM::ESMReader &esmReader);
38 };
39 
40 
41 #endif //OPENMW_CELLNAMELOADER_H
Definition: esmreader.hpp:21
bool isCellRecord(ESM::NAME &name)
Definition: cellnameloader.cpp:36
Definition: esmcommon.hpp:89
Definition: cellnameloader.hpp:13
QSet< QString > getCellNames(QStringList &contentPaths)
Definition: cellnameloader.cpp:6
const char * name
Definition: crashcatcher.cpp:67
QString getCellName(ESM::ESMReader &esmReader)
Definition: cellnameloader.cpp:41