|
| GUILongLabel (uint16_t leftX, uint16_t topY, uint16_t rightX, uint16_t bottomY, const char *text) |
|
void | SetText (const char *text) |
|
void | Refresh () |
|
template<typename T > |
T * | GetWrapped () |
|
|
| Wrapped (Wrapped const &)=delete |
|
void | operator= (Wrapped const &)=delete |
|
void * | m_wrapped |
| A pointer to the wrapped class.
|
|
◆ GUILongLabel()
GUILongLabel::GUILongLabel |
( |
uint16_t |
leftX, |
|
|
uint16_t |
topY, |
|
|
uint16_t |
rightX, |
|
|
uint16_t |
bottomY, |
|
|
const char * |
text |
|
) |
| |
Creates a long label, capable of displaying multiple lines of text.
- Parameters
-
| leftX,topY,rightX,bottomY | The coordinates of the bounding box of the long label, in screen pixels relative to the top left of the display. |
[in] | text | The text for the long label to display. |
◆ Refresh()
void GUILongLabel::Refresh |
( |
| ) |
|
Refreshes the long label, redrawing it.
◆ SetText()
void GUILongLabel::SetText |
( |
const char * |
text | ) |
|
Sets the long label's text.
- Parameters
-
[in] | text | The new string for the long label. |
The documentation for this class was generated from the following files: