Label.hpp
Go to the documentation of this file.
Definition: Label.hpp:24
void onDraw() override
Common widget drawing function (called by the drawing thread [Android, X11, ...]) ...
Definition: Input.hpp:12
void onRegenerateDisplay() override
Event generated when a redraw is needed.
Definition: Text.hpp:22
eproperty::Value< bool > propertyAutoTranslate
if at true the data is translate automaticaly translate.
Definition: Label.hpp:28
bool onEventInput(const ewol::event::Input &_event) override
Event on an input of this Widget (finger, mouse, stilet)
Definition: Area.hpp:16
Widget class is the main widget interface, it hase some generic properties: :** known his parent :** ...
Definition: Widget.hpp:73
bool loadXML(const exml::Element &_node) override
load properties with an XML node.
void calculateMinMaxSize() override
calculate the minimum and maximum size (need to estimate expend properties of the widget) ...
eproperty::Value< std::string > propertyValue
decorated text to display.
Definition: Label.hpp:29