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

Method GetEnabledStroke

DuiLib/Control/UILabel.cpp:928–938  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

926 // Note:
927 //************************************
928 bool CLabelUI::GetEnabledStroke()
929 {
930 try
931 {
932 return m_EnabledStroke;
933 }
934 catch (...)
935 {
936 throw "CLabelUI::GetEnabledStroke";
937 }
938 }
939
940 //************************************
941 // Method: SetTransStroke

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected