WSlider.hpp
Go to the documentation of this file.
85 std::ostream& operator <<(std::ostream& _os, const enum ewol::widget::WSlider::sladingMode _obj);
void subWidgetSelectSet(int32_t _id)
Select a new subwidget to display.
void onRegenerateDisplay() override
Event generated when a redraw is needed.
the Cotainer widget is a widget that have an only one subWidget
Definition: ContainerN.hpp:22
Definition: DrawProperty.hpp:15
Definition: Time.hpp:14
Definition: Area.hpp:16
esignal::Connection m_PCH
Periodic call handle to remove it when needed.
Definition: WSlider.hpp:74
void onChangeSize() override
Parent have set the size and the origin. the container need to update the subwidget property...
eproperty::Value< std::string > propertySelectWidget
current select configuration
Definition: WSlider.hpp:35
Definition: WSlider.hpp:22
void systemDraw(const ewol::DrawProperty &_displayProp) override
{SYSTEM} extern interface to request a draw ... (called by the drawing thread [Android, X11, ...]) This function generate a clipping with the viewport openGL system. Like this a widget draw can not draw over an other widget
void subWidgetSelectSetVectorId(int32_t _id)
Generate the move on the specific vector ID (This is not a public acces, because the vector can have ...
eproperty::List< enum sladingMode > propertyTransitionMode
mode to slide the widgets
Definition: WSlider.hpp:34
eproperty::Range< float > propertyTransitionSpeed
speed of the transition (default 1 == > 1s)
Definition: WSlider.hpp:33
ewol::WidgetShared getWidgetAtPos(const vec2 &_pos) override
get the widget at the specific windows absolute position
void periodicCall(const ewol::event::Time &_event)
Periodic call to update grapgic display.