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

Method SetEnabledStroke

DuiLib/Control/UILabel.cpp:908–918  ·  view source on GitHub ↗

Method: SetEnabledStroke FullName: CLabelUI::SetEnabledStroke Access: public Returns: void Qualifier: Parameter: bool _EnabledStroke Note:

Source from the content-addressed store, hash-verified

906 // Note:
907 //************************************
908 void CLabelUI::SetEnabledStroke( bool _EnabledStroke )
909 {
910 try
911 {
912 m_EnabledStroke = _EnabledStroke;
913 }
914 catch (...)
915 {
916 throw "CLabelUI::SetEnabledStroke";
917 }
918 }
919
920 //************************************
921 // Method: GetEnabledStroke

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected