Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qiconloader_p.h File Reference
#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 82 of file qiconloader_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QIconDirInfo  ,
Q_RELOCATABLE_TYPE   
)