![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
void | complexFunction () |
[1] | |
qAreNtfsPermissionChecksEnabled () | |
[raii] | |
qEnableNtfsPermissionChecks () | |
qDisableNtfsPermissionChecks () | |
Variables | |
Q_CORE_EXPORT int | qt_ntfs_permission_lookup |
[0] | |
|
noexcept |
[raii]
[free-funcs]
Returns true if the check is enabled.
Definition at line 425 of file qfilesystemengine_win.cpp.
References QBasicAtomicInteger< T >::loadRelaxed(), QT_IF_DEPRECATED_SINCE, qt_ntfs_permission_lookup, and qt_ntfs_permission_lookup_v2.
|
noexcept |
Returns true if the check is disabled, i.e. there are no more users.
Definition at line 412 of file qfilesystemengine_win.cpp.
References QBasicAtomicInteger< T >::fetchAndSubRelaxed(), QT_IF_DEPRECATED_SINCE, qt_ntfs_permission_lookup, and qt_ntfs_permission_lookup_v2.
|
noexcept |
Returns true if the check was previously enabled.
Definition at line 399 of file qfilesystemengine_win.cpp.
References QBasicAtomicInteger< T >::fetchAndAddRelaxed(), QT_IF_DEPRECATED_SINCE, qt_ntfs_permission_lookup, and qt_ntfs_permission_lookup_v2.
qt_ntfs_permission_lookup |
[0]
[1]
Definition at line 10 of file ntfsp.cpp.
Referenced by qAreNtfsPermissionChecksEnabled(), qDisableNtfsPermissionChecks(), and qEnableNtfsPermissionChecks().