![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for fxcrt::ObservedPtr< T >, including all inherited members.
| Get() const | fxcrt::ObservedPtr< T > | inline |
| HasObservable() const | fxcrt::ObservedPtr< T > | inline |
| ObservedPtr()=default | fxcrt::ObservedPtr< T > | |
| ObservedPtr(T *pObservable) | fxcrt::ObservedPtr< T > | inlineexplicit |
| ObservedPtr(const ObservedPtr &that) | fxcrt::ObservedPtr< T > | inline |
| OnObservableDestroyed() override | fxcrt::ObservedPtr< T > | inlinevirtual |
| operator bool() const | fxcrt::ObservedPtr< T > | inlineexplicit |
| operator!=(const ObservedPtr &that) const | fxcrt::ObservedPtr< T > | inline |
| operator!=(const U *that) const | fxcrt::ObservedPtr< T > | inline |
| operator*() const | fxcrt::ObservedPtr< T > | inline |
| operator->() const | fxcrt::ObservedPtr< T > | inline |
| operator=(const ObservedPtr &that) | fxcrt::ObservedPtr< T > | inline |
| operator==(const ObservedPtr &that) const | fxcrt::ObservedPtr< T > | inline |
| operator==(const U *that) const | fxcrt::ObservedPtr< T > | inline |
| Reset(T *pObservable=nullptr) | fxcrt::ObservedPtr< T > | inline |
| ~ObservedPtr() override | fxcrt::ObservedPtr< T > | inline |
| ~ObserverIface()=default | fxcrt::Observable::ObserverIface | virtual |