AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Public Member Functions | |
Property (const BackgroundImage &info) | |
void | applyFor (AView *view) override |
void | renderFor (AView *view, const ARenderContext &ctx) override |
PropertySlot | getPropertySlot () const override |
const auto & | value () const noexcept |
AString | toString () const override |
Public Member Functions inherited from ass::prop::IPropertyBase | |
virtual bool | isNone () |
virtual void | updateInvalidPixelRect (ARect< int > &invalidRect) const |
Static Public Member Functions | |
static void | draw (const ARenderContext &ctx, AView *view, const _< IDrawable > &drawable, const ass::BackgroundImage &info) |
Static Public Member Functions inherited from IStringable | |
template<typename T > | |
static AString | toString (const T *t) |
template<typename T > | |
static AString | toString (const _< T > &t) |
|
overridevirtual |
Reimplemented from ass::prop::IPropertyBase.
|
overridevirtual |
Reimplemented from ass::prop::IPropertyBase.
|
overridevirtual |
Reimplemented from ass::prop::IPropertyBase.
|
overridevirtual |
Implements IStringable.