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

(0534a93ef04f38cf6dfc0d6c03827325d651a64c)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/QIcon>
#include <QtGui/QIconEngine>
#include <QtGui/QPixmapCache>
#include <private/qicon_p.h>
#include <private/qiconengine_p.h>
#include <private/qfactoryloader_p.h>
#include <QtCore/QHash>
#include <QtCore/QList>
#include <QtCore/QTypeInfo>
#include <vector>
#include <memory>
+ 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  )