CCIMXDesktop
 
Loading...
Searching...
No Matches
FileCountImplWorker Class Reference

The FileCountImplWorker class makes the file count session actually. More...

#include <FileCountInfo.h>

Inheritance diagram for FileCountImplWorker:

Signals

void fileCountFinished (QPersistentModelIndex index, int count)
 fileCountFinished signals the finish of the count
 

Public Member Functions

 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,
 

Detailed Description

The FileCountImplWorker class makes the file count session actually.

Constructor & Destructor Documentation

◆ FileCountImplWorker()

FileCountImplWorker::FileCountImplWorker ( QObject *  parent = nullptr)
inlineexplicit

Construct a new File Count Impl Worker object.

Parameters
parent

Member Function Documentation

◆ deptach_count_task()

void FileCountImplWorker::deptach_count_task ( const QPersistentModelIndex &  index,
const QString &  path 
)

functions depatch an asyncronous count issues,

Parameters
indexthe model index where we start the count
paththe path to the directory

◆ fileCountFinished

void FileCountImplWorker::fileCountFinished ( QPersistentModelIndex  index,
int  count 
)
signal

fileCountFinished signals the finish of the count

Parameters
indexthe model index where we start the count
countthe count of the directory

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