#include <esmfile.hpp>
Enumerator |
---|
FileProperty_FileName |
|
FileProperty_Author |
|
FileProperty_Format |
|
FileProperty_DateModified |
|
FileProperty_FilePath |
|
FileProperty_Description |
|
FileProperty_GameFile |
|
ContentSelectorModel::EsmFile::EsmFile |
( |
QString |
fileName = QString() , |
|
|
ModelItem * |
parent = 0 |
|
) |
| |
ContentSelectorModel::EsmFile::~EsmFile |
( |
| ) |
|
|
inline |
void ContentSelectorModel::EsmFile::addGameFile |
( |
const QString & |
name | ) |
|
|
inline |
QString ContentSelectorModel::EsmFile::author |
( |
| ) |
const |
|
inline |
QString ContentSelectorModel::EsmFile::description |
( |
| ) |
const |
|
inline |
QByteArray ContentSelectorModel::EsmFile::encodedData |
( |
| ) |
const |
QString ContentSelectorModel::EsmFile::fileName |
( |
| ) |
const |
|
inline |
QString ContentSelectorModel::EsmFile::filePath |
( |
| ) |
const |
|
inline |
QVariant ContentSelectorModel::EsmFile::fileProperty |
( |
const FileProperty |
prop | ) |
const |
float ContentSelectorModel::EsmFile::format |
( |
| ) |
const |
|
inline |
const QStringList& ContentSelectorModel::EsmFile::gameFiles |
( |
| ) |
const |
|
inline |
- Note
- Contains file names, not paths.
bool ContentSelectorModel::EsmFile::isGameFile |
( |
| ) |
const |
QDateTime ContentSelectorModel::EsmFile::modified |
( |
| ) |
const |
|
inline |
void ContentSelectorModel::EsmFile::setAuthor |
( |
const QString & |
author | ) |
|
void ContentSelectorModel::EsmFile::setDate |
( |
const QDateTime & |
modified | ) |
|
void ContentSelectorModel::EsmFile::setDescription |
( |
const QString & |
description | ) |
|
void ContentSelectorModel::EsmFile::setFileName |
( |
const QString & |
fileName | ) |
|
void ContentSelectorModel::EsmFile::setFilePath |
( |
const QString & |
path | ) |
|
void ContentSelectorModel::EsmFile::setFileProperty |
( |
const FileProperty |
prop, |
|
|
const QString & |
value |
|
) |
| |
void ContentSelectorModel::EsmFile::setFormat |
( |
const int |
format | ) |
|
void ContentSelectorModel::EsmFile::setGameFiles |
( |
const QStringList & |
gameFiles | ) |
|
void ContentSelectorModel::EsmFile::setSize |
( |
const int |
size | ) |
|
QString ContentSelectorModel::EsmFile::toolTip |
( |
| ) |
const |
|
inline |
QString ContentSelectorModel::EsmFile::mAuthor |
|
private |
QString ContentSelectorModel::EsmFile::mDescription |
|
private |
QString ContentSelectorModel::EsmFile::mFileName |
|
private |
int ContentSelectorModel::EsmFile::mFormat |
|
private |
QStringList ContentSelectorModel::EsmFile::mGameFiles |
|
private |
QDateTime ContentSelectorModel::EsmFile::mModified |
|
private |
QString ContentSelectorModel::EsmFile::mPath |
|
private |
QString ContentSelectorModel::EsmFile::mToolTip |
|
private |
int ContentSelectorModel::EsmFile::sPropertyCount = 7 |
|
static |
QString ContentSelectorModel::EsmFile::sToolTip |
|
static |
Initial value:= QString("<b>Author:</b> %1<br/> \
<b>Version:</b> %2<br/> \
<b>Modified:</b> %3<br/> \
<b>Path:</b><br/>%4<br/> \
<br/><b>Description:</b><br/>%5<br/> \
<br/><b>Dependencies: </b>%6<br/>")
QString ContentSelectorModel::EsmFile::filename |
|
read |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/components/contentselector/model/esmfile.hpp
- /home/travis/build/OpenMW/openmw/components/contentselector/model/esmfile.cpp