|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include <AppKitAdapter.hpp>
Instance Methods | ||
| () | - AppKitView | |
| () | - ~AppKitView | |
| (std::string_view) | - kind | |
| (NSView *) | - native | |
| (T *) | - as | |
| Instance Methods inherited from aria::binding::IView | ||
| IView () | ||
| IView (const IView &)=delete | ||
| IView & | operator= (const IView &)=delete | |
| IView (IView &&)=delete | ||
| IView & | operator= (IView &&)=delete | |
| virtual | ~IView () | |
| Subscription | on_destroy (std::function< void()> cb) const | |
| Subscribe to "this view is about to be destroyed". | ||
Additional Inherited Members | |
| Protected Member Functions inherited from aria::binding::IView | |
| void | fire_destroy_ () noexcept |
| Invoked by ~IView() to fan out the notification — this is the last-resort trigger. | |
| - adapters: | (NSView *) | view |
| - adapters: |
| - (string_view) aria: | const |
Implements aria::binding::IView.
| - (NSView *) adapters: | const |
| - (T *) adapters: | const |