Developer Documentation
|
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... | |
Definition at line 135 of file UpdateType.cc.
|
inline |
Definition at line 139 of file UpdateType.cc.
QString UpdateTypeInfo::name |
The name of the UpdateType.
Definition at line 150 of file UpdateType.cc.
bool UpdateTypeInfo::resetNeeded |
is a sceneGraph reset needed for this update
Definition at line 153 of file UpdateType.cc.
UpdateType UpdateTypeInfo::type |
The id of the UpdateType.
Definition at line 147 of file UpdateType.cc.