xoreos  0.0.5
Public Attributes | List of all members
Graphics::Aurora::Model::State Struct Reference

A model state. More...

#include <model.h>

Collaboration diagram for Graphics::Aurora::Model::State:
Collaboration graph
[legend]

Public Attributes

Common::UString name
 The state's name. More...
 
NodeList nodeList
 The nodes within the state. More...
 
NodeMap nodeMap
 The nodes within the state, indexed by name. More...
 
NodeList rootNodes
 The nodes in the state without a parent. More...
 

Detailed Description

A model state.

Definition at line 203 of file model.h.

Member Data Documentation

◆ name

Common::UString Graphics::Aurora::Model::State::name

◆ nodeList

NodeList Graphics::Aurora::Model::State::nodeList

◆ nodeMap

NodeMap Graphics::Aurora::Model::State::nodeMap

◆ rootNodes

NodeList Graphics::Aurora::Model::State::rootNodes

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