Developer Documentation
UpdateTypeInfo Class Reference

Public Member Functions

 UpdateTypeInfo (const UpdateType &_type, const QString &_name, bool _needsScenegraphReset)
 

Public Attributes

UpdateType type
 The id of the UpdateType. More...
 
QString name
 The name of the UpdateType. More...
 
bool resetNeeded
 is a sceneGraph reset needed for this update More...
 

Detailed Description

Definition at line 135 of file UpdateType.cc.

Constructor & Destructor Documentation

◆ UpdateTypeInfo()

UpdateTypeInfo::UpdateTypeInfo ( const UpdateType _type,
const QString &  _name,
bool  _needsScenegraphReset 
)
inline

Definition at line 139 of file UpdateType.cc.

Member Data Documentation

◆ name

QString UpdateTypeInfo::name

The name of the UpdateType.

Definition at line 150 of file UpdateType.cc.

◆ resetNeeded

bool UpdateTypeInfo::resetNeeded

is a sceneGraph reset needed for this update

Definition at line 153 of file UpdateType.cc.

◆ type

UpdateType UpdateTypeInfo::type

The id of the UpdateType.

Definition at line 147 of file UpdateType.cc.


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