[DEV] set ewol::Widget::markToRedraw() in public
This commit is contained in:
parent
0275a524b2
commit
225633ffeb
@ -429,10 +429,12 @@ namespace ewol {
|
|||||||
// ----------------------------------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------------------------------
|
||||||
protected:
|
protected:
|
||||||
bool m_needRegenerateDisplay; //!< the display might be done the next regeneration
|
bool m_needRegenerateDisplay; //!< the display might be done the next regeneration
|
||||||
|
public:
|
||||||
/**
|
/**
|
||||||
* @brief The widget mark itself that it need to regenerate the nest time.
|
* @brief The widget mark itself that it need to regenerate the nest time.
|
||||||
*/
|
*/
|
||||||
virtual void markToRedraw();
|
virtual void markToRedraw();
|
||||||
|
protected:
|
||||||
/**
|
/**
|
||||||
* @brief get the need of the redrawing of the widget and reset it to false
|
* @brief get the need of the redrawing of the widget and reset it to false
|
||||||
* @return true if we need to redraw
|
* @return true if we need to redraw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user