Method: GetTransText FullName: CLabelUI::GetTransText Access: public Returns: int Qualifier: Note:
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected