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

Method GetEnabledShadow

DuiLib/Control/UILabel.cpp:1051–1061  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1049 // Note:
1050 //************************************
1051 bool CLabelUI::GetEnabledShadow()
1052 {
1053 try
1054 {
1055 return m_EnabledShadow;
1056 }
1057 catch (...)
1058 {
1059 throw "CLabelUI::GetEnabledShadow";
1060 }
1061 }
1062
1063 //************************************
1064 // Method: SetGradientLength

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected