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

Method GetEnabledEffect

DuiLib/Control/UILabel.cpp:600–610  ·  view source on GitHub ↗

Method: GetEnabledEffect FullName: CLabelUI::GetEnabledEffect Access: public Returns: bool Qualifier: Note:

Source from the content-addressed store, hash-verified

598 // Note:
599 //************************************
600 bool CLabelUI::GetEnabledEffect()
601 {
602 try
603 {
604 return m_EnableEffect;
605 }
606 catch (...)
607 {
608 throw "CLabelUI::GetEnabledEffect";
609 }
610 }
611
612 //************************************
613 // Method: SetTextColor1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected