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

(020b9123a72e8ca7067e31703b835996508696c3)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/QIcon>
#include <QtGui/QIconEngine>
#include <QtCore/QList>
#include <QtCore/QSharedPointer>
#include <QtCore/QVarLengthArray>
#include <private/qflatmap_p.h>
#include <private/qiconengine_p.h>
#include <vector>
#include <memory>
#include <optional>
Include dependency graph for qiconloader_p.h:

Go to the source code of this file.

Classes

struct  QIconDirInfo
class  QIconLoaderEngineEntry
struct  ScalableEntry
struct  PixmapEntry
struct  QThemeIconInfo
class  QThemeIconEngine
 A named-based icon engine for providing theme icons. More...
class  QIconLoaderEngine
 An icon engine based on icon entries collected by QIconLoader. More...
class  QIconTheme
class  QIconLoader

Typedefs

using QThemeIconEntries = std::vector<std::unique_ptr<QIconLoaderEngineEntry>>

Functions

 Q_DECLARE_TYPEINFO (QIconDirInfo, Q_RELOCATABLE_TYPE)

Typedef Documentation

◆ QThemeIconEntries

Definition at line 85 of file qiconloader_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QIconDirInfo ,
Q_RELOCATABLE_TYPE  )