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
Scaled Struct Reference

[13] More...

Collaboration diagram for Scaled:

Public Types

typedef QImage result_type
typedef QImage result_type

Public Member Functions

 Scaled (int size)
QImage operator() (const QImage &image)
 Scaled (int size)
QImage operator() (const QImage &image)

Public Attributes

int m_size

Detailed Description

[13]

[14]

Definition at line 136 of file src_concurrent_qtconcurrentmap.cpp.

Member Typedef Documentation

◆ result_type [1/2]

◆ result_type [2/2]

Constructor & Destructor Documentation

◆ Scaled() [1/2]

Scaled::Scaled ( int size)
inline

Definition at line 138 of file src_concurrent_qtconcurrentmap.cpp.

References m_size.

◆ Scaled() [2/2]

Scaled::Scaled ( int size)
inline

Definition at line 138 of file src_concurrent_qtconcurrentmap.cpp.

Member Function Documentation

◆ operator()() [1/2]

QImage Scaled::operator() ( const QImage & image)
inline

Definition at line 143 of file src_concurrent_qtconcurrentmap.cpp.

References m_size.

◆ operator()() [2/2]

QImage Scaled::operator() ( const QImage & image)
inline

Definition at line 143 of file src_concurrent_qtconcurrentmap.cpp.

Member Data Documentation

◆ m_size

int Scaled::m_size

Definition at line 148 of file src_concurrent_qtconcurrentmap.cpp.

Referenced by Scaled(), and operator()().


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