MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetEnabledEffect

Method SetEnabledEffect

DuiLib/Control/UILabel.cpp:580–590  ·  view source on GitHub ↗

Method: SetEnabledEffect FullName: CLabelUI::SetEnabledEffect Access: public Returns: void Qualifier: Parameter: bool _EnabledEffect Note:

Source from the content-addressed store, hash-verified

578 // Note:
579 //************************************
580 void CLabelUI::SetEnabledEffect( bool _EnabledEffect )
581 {
582 try
583 {
584 m_EnableEffect = _EnabledEffect;
585 }
586 catch (...)
587 {
588 throw "CLabelUI::SetEnabledEffect";
589 }
590 }
591
592 //************************************
593 // Method: GetEnabledEffect

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected