Go to the documentation of this file.
6#ifndef iqtgui_CIconProviderComp_included
7#define iqtgui_CIconProviderComp_included
26 I_ASSIGN_MULTI_0(m_iconFilesAttrPtr,
"IconFiles",
"Names of the icon files",
true);
27 I_ASSIGN(m_iconPathAttrPtr,
"IconsPath",
"Path to the icon files",
true,
".");
35 I_MULTIATTR(QString, m_iconFilesAttrPtr);
36 I_ATTR(QString, m_iconPathAttrPtr);
Base class for component implementation.
icomp::CComponentBase BaseClass
QIcon GetIcon(int index) const override
Gets icon with the index iconIndex from collection.
int GetIconCount() const override
Gets the number of icons in the collection.
This interface provides acces to an icon.
Standard GUI specific interfaces and components based on Qt.
© Witold Gantzke and Kirill Lepskiy