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

Method GetText

DuiLib/Control/UILabel.cpp:557–569  ·  view source on GitHub ↗

Method: GetText FullName: CLabelUI::GetText Access: public Returns: UiLib::CDuiString Qualifier: const Note:

Source from the content-addressed store, hash-verified

555 // Note:
556 //************************************
557 CDuiString CLabelUI::GetText() const
558 {
559 try
560 {
561 if(!m_EnableEffect)
562 return CControlUI::GetText();
563 return m_TextValue;
564 }
565 catch (...)
566 {
567 throw "CLabelUI::GetText";
568 }
569 }
570
571 //************************************
572 // Method: SetEnabledEffect

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected