![]() |
Qt 6.x
The Qt SDK
|
#include <qiosglobal.h>
Inheritance diagram for FirstResponderCandidate:
Collaboration diagram for FirstResponderCandidate: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_NODISCARD_CTOR constexpr | QScopedValueRollback (UIResponder * &var, UIResponder * value) |
| Assigns value to \ var and stores the previous value of var internally, for revert on destruction. | |
| ~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 45 of file qiosglobal.h.
| QT_BEGIN_NAMESPACE FirstResponderCandidate::FirstResponderCandidate | ( | UIResponder * | responder | ) |
Definition at line 147 of file qiosglobal.mm.
|
inlinestatic |
Definition at line 49 of file qiosglobal.h.