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

Method GetTransText

DuiLib/Control/UILabel.cpp:764–774  ·  view source on GitHub ↗

Method: GetTransText FullName: CLabelUI::GetTransText Access: public Returns: int Qualifier: Note:

Source from the content-addressed store, hash-verified

762 // Note:
763 //************************************
764 int CLabelUI::GetTransText()
765 {
766 try
767 {
768 return m_TransText;
769 }
770 catch (...)
771 {
772 throw "CLabelUI::GetTransText";
773 }
774 }
775
776 //************************************
777 // Method: SetTransShadow1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected