libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
#include <UIPosition.hpp>
Public Member Functions | |
virtual void | CustomDraw (DrawContext &c) override |
virtual void | CustomMouseEnter (Point2D) override |
virtual void | CustomMouseLeave (Point2D) override |
virtual void | CustomMouseMotion (Point2D, Point2D) override |
virtual bool | CustomMousePress (bool down, MouseButton b, Point2D) override |
virtual Point2D | GetChildPos () const override |
virtual void | Insert (std::shared_ptr< UIWidget > child) override |
void | Insert (std::shared_ptr< UIWidget > child, Point2D pos) |
virtual void | OnChildRequestedSizeChanged () override |
virtual void | OnChildVisibilityChanged () override |
virtual void | RemoveChild () override |
Public Member Functions inherited from AlgAudio::UIContainerSingle | |
virtual std::shared_ptr< UIWidget > | CustomFindChild (ID id) const override |
virtual void | OnChildFocusRequested (std::shared_ptr< UIWidget >) override |
virtual bool | OnChildFocusTested (std::shared_ptr< const UIWidget >) override |
virtual void | OnFocusChanged (bool has_focus) override |
virtual void | OnKeyboard (KeyData k) override |
virtual void | RequestFocus () override |
Public Member Functions inherited from AlgAudio::UIWidget | |
virtual void | CustomResize (Size2D) |
void | Draw (DrawContext &c) |
std::shared_ptr< UIWidget > | FindChild (ID search_id) |
Size2D | GetCurrentSize () const |
Point2D | GetPosInParent (std::shared_ptr< UIWidget > ancestor) |
Size2D | GetRequestedSize () const |
std::shared_ptr< Window > | GetWindow () |
bool | HasParent () |
bool | HasZeroArea () const |
void | Resize (Size2D s) |
void | SetBackColor (const Color &c) |
void | SetCustomSize (Size2D size) |
void | SetFrontColor (const Color &c) |
void | TriggerFakeResize () |
virtual | ~UIWidget () |
Public Member Functions inherited from AlgAudio::UIMouseEventsBase | |
void | OnMouseEnter (Point2D) |
void | OnMouseLeave (Point2D) |
void | OnMouseMotion (Point2D, Point2D) |
bool | OnMousePress (bool, MouseButton, Point2D) |
void | SetFocusable (bool f) |
Public Member Functions inherited from AlgAudio::UIVisibilityBase | |
bool | IsDrawn () const |
bool | IsInvisible () const |
void | SetDisplayMode (DisplayMode m) |
Static Public Member Functions | |
static std::shared_ptr < UIPosition > | Create (std::weak_ptr< Window > parent_window) |
|
static |
|
overridevirtual |
Implements AlgAudio::UIWidget.
|
overridevirtual |
Reimplemented from AlgAudio::UIMouseEventsBase.
|
overridevirtual |
Reimplemented from AlgAudio::UIMouseEventsBase.
Reimplemented from AlgAudio::UIMouseEventsBase.
|
overridevirtual |
This call is supposed to return TRUE iff it's the end of the click chain, i.e. the event was NOT passed to another widget. It must return FALSE if the event was passed to any child widget.
Reimplemented from AlgAudio::UIMouseEventsBase.
|
inlineoverridevirtual |
Implements AlgAudio::UIContainerSingle.
|
inlineoverridevirtual |
Reimplemented from AlgAudio::UIContainerSingle.
|
overridevirtual |
This method will be called by a child when it changes the desired size.
Reimplemented from AlgAudio::UIWidget.
|
overridevirtual |
This method will be called by a child when it changes its visibility.
Reimplemented from AlgAudio::UIWidget.
|
overridevirtual |
Reimplemented from AlgAudio::UIContainerSingle.