![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qiosglobal.h>
Public Member Functions | |
FirstResponderCandidate (UIResponder *) | |
Public Member Functions inherited from QScopedValueRollback< UIResponder * > | |
Q_NODISCARD_CTOR constexpr | QScopedValueRollback (UIResponder *&var) |
Stores the previous value of var internally, for revert on destruction. | |
Q_DECL_CONSTEXPR_DTOR | ~QScopedValueRollback () |
Assigns the previous value to the managed variable. | |
constexpr void | commit () |
Updates the previous value of the managed variable to its current value. |
Static Public Member Functions | |
static UIResponder * | currentCandidate () |
Definition at line 53 of file qiosglobal.h.
QT_BEGIN_NAMESPACE FirstResponderCandidate::FirstResponderCandidate | ( | UIResponder * | responder | ) |
Definition at line 205 of file qiosglobal.mm.
|
inlinestatic |
Definition at line 57 of file qiosglobal.h.