Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DeferredFileRemove Class Reference
+ Collaboration diagram for DeferredFileRemove:

Public Member Functions

 DeferredFileRemove (const QString &fn)
 
 ~DeferredFileRemove ()
 
void setActive ()
 

Public Attributes

QString fn
 
bool active
 

Detailed Description

Definition at line 226 of file qopenglprogrambinarycache.cpp.

Constructor & Destructor Documentation

◆ DeferredFileRemove()

DeferredFileRemove::DeferredFileRemove ( const QString & fn)
inline

Definition at line 229 of file qopenglprogrambinarycache.cpp.

◆ ~DeferredFileRemove()

DeferredFileRemove::~DeferredFileRemove ( )
inline

Definition at line 234 of file qopenglprogrambinarycache.cpp.

References active, fn, and QFile::remove().

+ Here is the call graph for this function:

Member Function Documentation

◆ setActive()

void DeferredFileRemove::setActive ( )
inline

Definition at line 239 of file qopenglprogrambinarycache.cpp.

References active.

Member Data Documentation

◆ active

bool DeferredFileRemove::active

Definition at line 245 of file qopenglprogrambinarycache.cpp.

Referenced by ~DeferredFileRemove(), and setActive().

◆ fn

QString DeferredFileRemove::fn

Definition at line 244 of file qopenglprogrambinarycache.cpp.

Referenced by ~DeferredFileRemove().


The documentation for this class was generated from the following file: