42 #ifndef QDESKTOPICON_P_H 43 #define QDESKTOPICON_P_H 57 #include <QtGui/QIcon> 58 #include <QtGui/QIconEngine> 59 #include <QtGui/QPixmapCache> 60 #include <private/qicon_p.h> 61 #include <private/qfactoryloader_p.h> 62 #include <QtCore/QHash> 127 bool hasIcon()
const;
129 void virtual_hook(
int id,
void *
data);
160 QThemeIconEntries loadIcon(
const QString &iconName)
const;
164 void setThemeName(
const QString &themeName);
166 void setThemeSearchPath(
const QStringList &searchPaths);
170 void updateSystemTheme();
175 QThemeIconEntries findIconHelper(
const QString &themeName,
190 #endif // QDESKTOPICON_P_H The QPainter class performs low-level painting on widgets and other paint devices.
#define QT_END_NAMESPACE
This macro expands to.
State
This enum describes the state for which a pixmap is intended to be used.
The QString class provides a Unicode character string.
QList< QIconDirInfo > keyList()
The QObject class is the base class of all Qt objects.
virtual ~QIconLoaderEngineEntry()
#define QT_BEGIN_NAMESPACE
This macro expands to.
QList< QIconDirInfo > m_keyList
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
Mode
This enum type describes the mode for which a pixmap is intended to be used.
QIconDirInfo(const QString &_path=QString())
The QStringList class provides a list of strings.
static const char * data(const QByteArray &arr)
static void ensureInitialized()
The QIconEngineV2 class provides an abstract base class for QIcon renderers.
QThemeIconEntries m_entries
QList< QIconLoaderEngineEntry * > QThemeIconEntries
QString themeName() const
The QRect class defines a rectangle in the plane using integer precision.
The QPixmap class is an off-screen image representation that can be used as a paint device...
QHash< QString, QIconTheme > themeList
The QSize class defines the size of a two-dimensional object using integer point precision.
The QDataStream class provides serialization of binary data to a QIODevice.
The QIcon class provides scalable icons in different modes and states.