![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for DeferredFileRemove:Public Member Functions | |
| DeferredFileRemove (const QString &fn) | |
| ~DeferredFileRemove () | |
| void | setActive () |
Public Attributes | |
| QString | fn |
| bool | active |
Definition at line 226 of file qopenglprogrambinarycache.cpp.
|
inline |
Definition at line 229 of file qopenglprogrambinarycache.cpp.
|
inline |
Definition at line 234 of file qopenglprogrambinarycache.cpp.
References active, fn, and QFile::remove().
Here is the call graph for this function:
|
inline |
Definition at line 239 of file qopenglprogrambinarycache.cpp.
References active.
Referenced by QOpenGLProgramBinaryCache::load().
Here is the caller graph for this function:| bool DeferredFileRemove::active |
Definition at line 245 of file qopenglprogrambinarycache.cpp.
Referenced by ~DeferredFileRemove(), and setActive().
| QString DeferredFileRemove::fn |
Definition at line 244 of file qopenglprogrambinarycache.cpp.
Referenced by ~DeferredFileRemove().