22 I_ASSIGN_MULTI_0(m_iconFilesAttrPtr,
"IconFiles",
"Names of the icon files",
true);
23 I_ASSIGN(m_iconPathAttrPtr,
"IconsPath",
"Path to the icon files",
true,
".");
28 virtual QIcon
GetIcon(
int index)
const override;
31 I_MULTIATTR(QString, m_iconFilesAttrPtr);
32 I_ATTR(QString, m_iconPathAttrPtr);
virtual int GetIconCount() const override
Gets the number of icons in the collection.
virtual QIcon GetIcon(int index) const override
Gets icon with the index iconIndex from collection.
iqtgui::TMakeIconProviderCompWrap< icomp::CComponentBase > BaseClass
This interface provides acces to an icon.
Standard GUI specific interfaces and components based on Qt.