An Icon Element stores the contents of an Windows .ico file for display in a design file. More...
Classes | |
struct | IconData |
Represents the multi-resolution contents of an ico file in memory. More... | |
struct | IconGeometry |
struct | IconElementHandler |
Typedefs | |
typedef RefCountedPtr< struct IconData > | IconDataPtr |
A reference counted pointer to an IconData instance. More... | |
An Icon Element stores the contents of an Windows .ico file for display in a design file.
They are typically used in Screen Menu models.
typedef RefCountedPtr<struct IconData> IconDataPtr |
A reference counted pointer to an IconData instance.