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
QShGetFileInfoThread::Task Struct Reference
+ Collaboration diagram for QShGetFileInfoThread::Task:

Public Member Functions

 Task (const QString &fn, DWORD a, UINT f)
 
 Q_DISABLE_COPY (Task) ~Task()
 
bool resultValid () const
 

Public Attributes

const QString fileName
 
const DWORD attributes
 
const UINT flags
 
HICON hIcon = 0
 
int iIcon = -1
 
bool finished = false
 

Detailed Description

Definition at line 137 of file qwindowstheme.cpp.

Constructor & Destructor Documentation

◆ Task()

QShGetFileInfoThread::Task::Task ( const QString & fn,
DWORD a,
UINT f )
inline

Definition at line 139 of file qwindowstheme.cpp.

Member Function Documentation

◆ Q_DISABLE_COPY()

QShGetFileInfoThread::Task::Q_DISABLE_COPY ( Task )
inline

Definition at line 142 of file qwindowstheme.cpp.

References hIcon.

◆ resultValid()

bool QShGetFileInfoThread::Task::resultValid ( ) const
inline

Definition at line 156 of file qwindowstheme.cpp.

References finished, hIcon, and iIcon.

Member Data Documentation

◆ attributes

const DWORD QShGetFileInfoThread::Task::attributes

Definition at line 150 of file qwindowstheme.cpp.

◆ fileName

const QString QShGetFileInfoThread::Task::fileName

Definition at line 149 of file qwindowstheme.cpp.

◆ finished

bool QShGetFileInfoThread::Task::finished = false

Definition at line 155 of file qwindowstheme.cpp.

Referenced by resultValid().

◆ flags

const UINT QShGetFileInfoThread::Task::flags

Definition at line 151 of file qwindowstheme.cpp.

◆ hIcon

HICON QShGetFileInfoThread::Task::hIcon = 0

Definition at line 153 of file qwindowstheme.cpp.

Referenced by Q_DISABLE_COPY(), and resultValid().

◆ iIcon

int QShGetFileInfoThread::Task::iIcon = -1

Definition at line 154 of file qwindowstheme.cpp.

Referenced by resultValid().


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