KIconThemes

kpixmapsequenceloader.h
1/*
2 SPDX-FileCopyrightText: 2000 Geert Jansen <jansen@kde.org>
3 SPDX-FileCopyrightText: 2000 Antonio Larrosa <larrosa@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-only
6*/
7
8#ifndef KPIXMAPSEQUENCELOADER_H
9#define KPIXMAPSEQUENCELOADER_H
10
11#include <KPixmapSequence>
12
13#include "kiconwidgets_export.h"
14
15namespace KPixmapSequenceLoader
16{
17
18/**
19 * Loads a pixmapSequence given the xdg icon name
20 *
21 * @param iconName The name of the icon, without extension.
22 * @param size the size to be used
23 * @since 6.0
24 */
25KICONWIDGETS_EXPORT KPixmapSequence load(const QString &iconName, int size);
26
27};
28
29#endif
QAction * load(const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:43:58 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.