OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
CellNameLoader Class Reference

#include <cellnameloader.hpp>

Collaboration diagram for CellNameLoader:

Public Member Functions

QSet< QString > getCellNames (QStringList &contentPaths)
 

Private Member Functions

bool isCellRecord (ESM::NAME &name)
 
QString getCellName (ESM::ESMReader &esmReader)
 

Member Function Documentation

QString CellNameLoader::getCellName ( ESM::ESMReader esmReader)
private

Returns the name of the cell

Parameters
esmReaderthe reader currently pointed to a loaded cell
Returns
the name of the cell

Here is the call graph for this function:

Here is the caller graph for this function:

QSet< QString > CellNameLoader::getCellNames ( QStringList &  contentPaths)

Returns the names of all cells contained within the given content files

Parameters
contentPathsthe file paths of each content file to be examined
Returns
the names of all cells

Here is the call graph for this function:

Here is the caller graph for this function:

bool CellNameLoader::isCellRecord ( ESM::NAME name)
private

Returns whether or not the given record is of type "Cell"

Parameters
nameThe name associated with the record
Returns
whether or not the given record is of type "Cell"

Here is the caller graph for this function:


The documentation for this class was generated from the following files: