MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / TextViewGeneric

Method TextViewGeneric

lib/Views/src/layout/TextViewGeneric.h:72–77  ·  view source on GitHub ↗

* Construct the view. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected