Developer Documentation
GuiUpdatingScopeGuard Class Reference

Helper Class for UpdateUI. assigns a bool value and set it to "true". after leaving the scope, set it to false. More...

Public Member Functions

 GuiUpdatingScopeGuard (bool &_in)
 

Private Attributes

bool & v_
 

Detailed Description

Helper Class for UpdateUI. assigns a bool value and set it to "true". after leaving the scope, set it to false.

Definition at line 683 of file SkeletalAnimationPlugin.cc.

Constructor & Destructor Documentation

◆ GuiUpdatingScopeGuard()

GuiUpdatingScopeGuard::GuiUpdatingScopeGuard ( bool &  _in)
inlineexplicit

Definition at line 687 of file SkeletalAnimationPlugin.cc.

◆ ~GuiUpdatingScopeGuard()

GuiUpdatingScopeGuard::~GuiUpdatingScopeGuard ( )
inline

Definition at line 688 of file SkeletalAnimationPlugin.cc.

Member Data Documentation

◆ v_

bool& GuiUpdatingScopeGuard::v_
private

Definition at line 685 of file SkeletalAnimationPlugin.cc.


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