* Construct the view. */
| 70 | * Construct the view. |
| 71 | */ |
| 72 | TextViewGeneric() : |
| 73 | ITextView(), |
| 74 | m_fontType(Fonts::FONT_TYPE_DEFAULT), |
| 75 | m_textWidget(TEXT_WIDTH, TEXT_HEIGHT, TEXT_X, TEXT_Y) |
| 76 | { |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Destroy the view. |
nothing calls this directly
no outgoing calls
no test coverage detected