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

Has name, extra-data and controller. More...

#include <base.hpp>

Inheritance diagram for Nif::Named:
Collaboration diagram for Nif::Named:

Public Member Functions

void read (NIFStream *nif)
 Parses the record from file. More...
 
- Public Member Functions inherited from Nif::Controlled
void post (NIFFile *nif)
 Does post-processing, after the entire tree is loaded. More...
 
- Public Member Functions inherited from Nif::Record
 Record ()
 
virtual ~Record ()
 

Public Attributes

std::string name
 
- Public Attributes inherited from Nif::Controlled
ControllerPtr controller
 
- Public Attributes inherited from Nif::Extra
ExtraPtr extra
 
- Public Attributes inherited from Nif::Record
int recType
 
std::string recName
 
size_t recIndex
 

Detailed Description

Has name, extra-data and controller.

Member Function Documentation

void Nif::Named::read ( NIFStream nif)
inlinevirtual

Parses the record from file.

Reimplemented from Nif::Controlled.

Reimplemented in Nif::NiLODNode, Nif::NiSwitchNode, Nif::NiRotatingParticles, Nif::NiAutoNormalParticles, Nif::NiCamera, Nif::NiTriShape, Nif::StructPropT< T >, Nif::StructPropT< S_AlphaProperty >, Nif::StructPropT< S_StencilProperty >, Nif::StructPropT< S_MaterialProperty >, Nif::StructPropT< S_VertexColorProperty >, Nif::NiFogProperty, Nif::NiTexturingProperty, Nif::NiNode, Nif::NiTextureEffect, Nif::NiSpotLight, Nif::NiSourceTexture, Nif::NiPointLight, Nif::NiLight, Nif::Node, Nif::Property, and Nif::NiDynamicEffect.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::string Nif::Named::name

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