![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty_p.h>
Public Member Functions | |
Q_NODISCARD_CTOR | QPropertyObserverNodeProtector (QPropertyObserver *observer) |
QPropertyObserver * | next () const |
~QPropertyObserverNodeProtector () | |
Public Attributes | |
QPropertyObserverBase | m_placeHolder |
QPropertyObserverNodeProtector is a RAII wrapper which takes care of the internal switching logic for QPropertyObserverPointer::notify (described ibidem)
Definition at line 98 of file qproperty_p.h.
|
inline |
Definition at line 104 of file qproperty_p.h.
|
inline |
Definition at line 933 of file qproperty_p.h.
References QPropertyObserverPointer::unlink_fast().
|
inline |
Definition at line 116 of file qproperty_p.h.
Referenced by QPropertyObserverPointer::notify().
QPropertyObserverBase QPropertyObserverNodeProtector::m_placeHolder |
Definition at line 102 of file qproperty_p.h.