AUI Framework
develop
Cross-platform base for C++ UI apps
|
Button with text, which can be pushed to make some action. More...
#include <AUI/View/AButton.h>
Button is a fundamental view which can be pushed to make some action.
Button is styled with background, box shadow, and a border that highlights on hover. When pushed, the shadow disappears, making an illusion of pressing.
Button can be made default. In such case, it is colored to user's accent color, making it stand out. Also, when the user presses Enter
, the button is pushed automatically.
Button usually contains text only, but in practice any view can be put in it.
See declarative::Button for a declarative form and examples.
> All members, including inherited
|
overridevirtual |
pos | mouse position |
Used in AViewContainer::getViewAt method subset, thus affecting click event handling.
Reimplemented from AView.
Contents