AUI Framework
develop
Cross-platform base for C++ UI apps
|
Represents cursor type. More...
#include <AUI/Platform/ACursor.h>
Classes# | |
struct | Custom |
Public Types# | |
enum | System { DEFAULT , POINTER , TEXT , MOVE , EW_RESIZE , NS_RESIZE } |
Public Member Functions# | |
ACursor (System systemCursor) | |
ACursor (AImageView image, int size=16) | |
ACursor (aui::non_null< _< IDrawable > > drawable, int size=16) | |
ACursor (AUrl imageUrl, int size=16) | |
void | applyNativeCursor (AWindow *pWindow) const |
const std::variant< System, _< Custom >, _< IDrawable > > & | value () const |
int | size () const |
enum ACursor::System |