CheckBox.hpp
Go to the documentation of this file.
void CheckStatus()
update the status with the internal satte of the button ...
Definition: Entry.hpp:13
eproperty::Value< std::string > propertyShape
shape of the widget
Definition: CheckBox.hpp:30
void onDraw() override
Common widget drawing function (called by the drawing thread [Android, X11, ...]) ...
Definition: Input.hpp:12
eproperty::Value< bool > propertyValue
Current state of the checkbox.
Definition: CheckBox.hpp:29
bool onEventEntry(const ewol::event::Entry &_event) override
Entry event. represent the physical event :
void onRegenerateDisplay() override
Event generated when a redraw is needed.
the Cotainer widget is a widget that have an only one subWidget
Definition: Container2.hpp:22
Definition: CheckBox.hpp:21
Definition: Time.hpp:14
void periodicCall(const ewol::event::Time &_event)
Periodic call to update grapgic display.
void changeStatusIn(int32_t _newStatusId)
internal system to change the property of the current status
Definition: Area.hpp:16
void calculateMinMaxSize() override
calculate the minimum and maximum size (need to estimate expend properties of the widget) ...
the Shaper system is a basic theme configuration for every widget, it corespond at a background displ...
Definition: Shaper.hpp:39
bool onEventInput(const ewol::event::Input &_event) override
Event on an input of this Widget (finger, mouse, stilet)
esignal::Connection m_PCH
Periodic call handle to remove it when needed.
Definition: CheckBox.hpp:73
void onChangeSize() override
Parent have set the size and the origin. the container need to update the subwidget property...