![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "settableiconprovider.h"
Public Member Functions | |
void | SetIcon (const QStringList &path, const QIcon &) |
void | ClearIcon (const QStringList &path) |
QIcon | GetIcon (const QStringList &path) |
Implement this method to return a proper QIcon for path. More... | |
![]() | |
WidthIconProvider () | |
QPixmap | requestPixmap (const QString &id, QSize *size, const QSize &requestedSize) |
Reimplemented from QDeclarativeImageProvider::requestPixmap(). More... | |
Definition at line 40 of file settableiconprovider.h.
void LeechCraft::Util::SettableIconProvider::ClearIcon | ( | const QStringList & | path | ) |
Definition at line 46 of file settableiconprovider.cpp.
|
virtual |
Implement this method to return a proper QIcon for path.
See this class documentation for more information.
[in] | path | The icon path, a list obtained by breaking the URL request path at '/'. |
Implements LeechCraft::Util::WidthIconProvider.
Definition at line 51 of file settableiconprovider.cpp.
void LeechCraft::Util::SettableIconProvider::SetIcon | ( | const QStringList & | path, |
const QIcon & | icon | ||
) |
Definition at line 41 of file settableiconprovider.cpp.