| 123 | UString TextButton::getText() const { return label->getText(); } |
| 124 | |
| 125 | void TextButton::setText(const UString &Text) { label->setText(Text); } |
| 126 | |
| 127 | sp<BitmapFont> TextButton::getFont() const { return label->getFont(); } |
| 128 |
no outgoing calls
no test coverage detected