Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ProFileCache Class Reference

#include <qmakeparser.h>

+ Collaboration diagram for ProFileCache:

Public Member Functions

 ProFileCache ()
 
 ~ProFileCache ()
 
void discardFile (int id)
 
void discardFile (const QString &fileName, QMakeVfs *vfs)
 
void discardFiles (const QString &prefix, QMakeVfs *vfs)
 

Friends

class QMakeParser
 

Detailed Description

Definition at line 175 of file qmakeparser.h.

Constructor & Destructor Documentation

◆ ProFileCache()

QT_BEGIN_NAMESPACE ProFileCache::ProFileCache ( )

Definition at line 23 of file qmakeparser.cpp.

◆ ~ProFileCache()

ProFileCache::~ProFileCache ( )

Definition at line 28 of file qmakeparser.cpp.

References QMakeVfs::deref().

+ Here is the call graph for this function:

Member Function Documentation

◆ discardFile() [1/2]

void ProFileCache::discardFile ( const QString & fileName,
QMakeVfs * vfs )

Definition at line 36 of file qmakeparser.cpp.

References discardFile(), QMakeVfs::VfsAccessedOnly, QMakeVfs::VfsCumulative, and QMakeVfs::VfsExact.

+ Here is the call graph for this function:

◆ discardFile() [2/2]

void ProFileCache::discardFile ( int id)

Definition at line 46 of file qmakeparser.cpp.

Referenced by discardFile(), and QMakeParser::discardFileFromCache().

+ Here is the caller graph for this function:

◆ discardFiles()

void ProFileCache::discardFiles ( const QString & prefix,
QMakeVfs * vfs )

Definition at line 71 of file qmakeparser.cpp.

Friends And Related Symbol Documentation

◆ QMakeParser

friend class QMakeParser
friend

Definition at line 204 of file qmakeparser.h.


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