SynchronizedFileList Class Reference
Collaboration diagram for SynchronizedFileList:
Public Member Functions | |
SynchronizedFileList () | |
bool | isEmpty () const |
uint | count () const |
QPair< QString, bool > | front () const |
void | clear () |
void | push_back (const QString &fileName, bool readFromDisk=false) |
void | pop_front () |
bool | contains (const QString &fileName) const |
void | remove (const QString &fileName) |
SynchronizedFileList () | |
bool | isEmpty () const |
uint | count () const |
QPair< QString, bool > | front () const |
void | clear () |
void | push_back (const QString &fileName, bool readFromDisk=false) |
void | pop_front () |
bool | contains (const QString &fileName) const |
void | remove (const QString &fileName) |
Private Attributes | |
QMutex | m_mutex |
QValueList< QPair< QString, bool > > | m_fileList |
QValueList< QPair< QString, bool > > | m_fileList |
Constructor & Destructor Documentation
|
Definition at line 117 of file backgroundparser.cpp. |
|
Definition at line 116 of file backgroundparser.cpp. |
Member Function Documentation
|
Definition at line 136 of file backgroundparser.cpp. |
|
Definition at line 137 of file backgroundparser.cpp. Referenced by BackgroundParser::removeAllFiles(). |
|
Definition at line 154 of file backgroundparser.cpp. |
|
Definition at line 155 of file backgroundparser.cpp. Referenced by BackgroundParser::addFile(), and BackgroundParser::parseFile(). |
|
Definition at line 124 of file backgroundparser.cpp. |
|
Definition at line 125 of file backgroundparser.cpp. Referenced by BackgroundParser::filesInQueue(). |
|
Definition at line 130 of file backgroundparser.cpp. |
|
Definition at line 131 of file backgroundparser.cpp. |
|
Definition at line 118 of file backgroundparser.cpp. |
|
Definition at line 119 of file backgroundparser.cpp. Referenced by BackgroundParser::parseFile(), and BackgroundParser::removeFile(). |
|
Definition at line 148 of file backgroundparser.cpp. |
|
Definition at line 149 of file backgroundparser.cpp. |
|
Definition at line 142 of file backgroundparser.cpp. |
|
Definition at line 143 of file backgroundparser.cpp. Referenced by BackgroundParser::addFile(). |
|
Definition at line 166 of file backgroundparser.cpp. |
|
Definition at line 167 of file backgroundparser.cpp. Referenced by BackgroundParser::problems(), and BackgroundParser::translationUnit(). |
Member Data Documentation
|
Definition at line 179 of file backgroundparser.cpp. |
|
Definition at line 180 of file backgroundparser.cpp. |
|
Definition at line 178 of file backgroundparser.cpp. |
The documentation for this class was generated from the following files:
- languages/cpp/backgroundparser.cpp
- languages/java/backgroundparser.cpp