The FileCountImplWorker class makes the file count session actually.
More...
#include <FileCountInfo.h>
|
void | fileCountFinished (QPersistentModelIndex index, int count) |
| fileCountFinished signals the finish of the count
|
|
|
| FileCountImplWorker (QObject *parent=nullptr) |
| Construct a new File Count Impl Worker object.
|
|
| ~FileCountImplWorker () |
| Destroy the File Count Impl Worker object.
|
|
void | deptach_count_task (const QPersistentModelIndex &index, const QString &path) |
| functions depatch an asyncronous count issues,
|
|
The FileCountImplWorker class makes the file count session actually.
◆ FileCountImplWorker()
FileCountImplWorker::FileCountImplWorker |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
Construct a new File Count Impl Worker object.
- Parameters
-
◆ deptach_count_task()
void FileCountImplWorker::deptach_count_task |
( |
const QPersistentModelIndex & |
index, |
|
|
const QString & |
path |
|
) |
| |
functions depatch an asyncronous count issues,
- Parameters
-
index | the model index where we start the count |
path | the path to the directory |
◆ fileCountFinished
void FileCountImplWorker::fileCountFinished |
( |
QPersistentModelIndex |
index, |
|
|
int |
count |
|
) |
| |
|
signal |
fileCountFinished signals the finish of the count
- Parameters
-
index | the model index where we start the count |
count | the count of the directory |
The documentation for this class was generated from the following files:
- extern_app/FileRamber/Core/FileCountInfo.h
- extern_app/FileRamber/Core/FileCountInfo.cpp