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
qicon.h File Reference

(0de09beee54f715e4d2b1e739cf75c8c8d78db16)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qsize.h>
#include <QtCore/qlist.h>
#include <QtGui/qpixmap.h>
+ Include dependency graph for qicon.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QIcon
 The QIcon class provides scalable icons in different modes and states. More...
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QIcon &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QIcon &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug dbg, const QIcon &)
 
Q_GUI_EXPORT QString qt_findAtNxFile (const QString &baseFileName, qreal targetDevicePixelRatio, qreal *sourceDevicePixelRatio=nullptr)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & s,
const QIcon & icon )
related

Definition at line 260 of file qicon.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QIcon & i )

Definition at line 1943 of file qicon.cpp.

References Qt::dec(), Qt::hex(), i, Qt::noshowbase(), and Qt::showbase().

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & s,
QIcon & icon )
related

Definition at line 261 of file qicon.cpp.

◆ qt_findAtNxFile()

Q_GUI_EXPORT QString qt_findAtNxFile ( const QString & baseFileName,
qreal targetDevicePixelRatio,
qreal * sourceDevicePixelRatio )
Since
5.6 Attempts to find a suitable @Nx file for the given targetDevicePixelRatio Returns the baseFileName if no such file was found.

Given base foo.png and a target dpr of 2.5, this function will look for foo@3.nosp@m.x.pn.nosp@m.g, then foo@2x, then fall back to foo.png if not found.

sourceDevicePixelRatio will be set to the value of N if the argument is not \nullptr

Definition at line 1984 of file qicon.cpp.

References QFile::exists(), QString::insert(), qCeil(), qEnvironmentVariableIsEmpty(), and qMin().

Referenced by QIcon::addFile(), findAtNxFileOrResource(), and QQuickImageBase::resolve2xLocalFile().

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