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
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
 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 183 of file qwindowstheme.cpp.

Constructor & Destructor Documentation

◆ Task() [1/2]

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

Definition at line 185 of file qwindowstheme.cpp.

References Task().

Referenced by Task().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Task() [2/2]

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

Definition at line 185 of file qwindowstheme.cpp.

Member Function Documentation

◆ Q_DISABLE_COPY() [1/2]

QShGetFileInfoThread::Task::Q_DISABLE_COPY ( Task )
inline

Definition at line 188 of file qwindowstheme.cpp.

◆ Q_DISABLE_COPY() [2/2]

QShGetFileInfoThread::Task::Q_DISABLE_COPY ( Task )
inline

Definition at line 188 of file qwindowstheme.cpp.

◆ resultValid() [1/2]

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

Definition at line 202 of file qwindowstheme.cpp.

◆ resultValid() [2/2]

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

Definition at line 202 of file qwindowstheme.cpp.

Member Data Documentation

◆ attributes

const DWORD QShGetFileInfoThread::Task::attributes

Definition at line 196 of file qwindowstheme.cpp.

◆ fileName

const QString QShGetFileInfoThread::Task::fileName

Definition at line 195 of file qwindowstheme.cpp.

◆ finished

bool QShGetFileInfoThread::Task::finished = false

Definition at line 201 of file qwindowstheme.cpp.

◆ flags

const UINT QShGetFileInfoThread::Task::flags

Definition at line 197 of file qwindowstheme.cpp.

◆ hIcon

HICON QShGetFileInfoThread::Task::hIcon = 0

Definition at line 199 of file qwindowstheme.cpp.

◆ iIcon

int QShGetFileInfoThread::Task::iIcon = -1

Definition at line 200 of file qwindowstheme.cpp.


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