Searched defs:ImageListItemDescriptor (Results 1 – 1 of 1) sorted by relevance
69 struct ImageListItemDescriptor struct71 ImageListItemDescriptor() : nMaskMode( ImageMaskMode_Color ), in ImageListItemDescriptor() argument74 ~ImageListItemDescriptor() { delete pImageItemList; } in ~ImageListItemDescriptor()76 String aURL; // an URL to a bitmap with several images inside77 Color aMaskColor; // a color used as transparent78 String aMaskURL; // an URL to an optional bitmap used as a mask79 ImageMaskMode nMaskMode; // an enum to describe the current mask mode80 …ImageItemListDescriptor* pImageItemList; // an array of ImageItemDescriptors that de…81 …String aHighContrastURL; // an URL to an optional high contrast bitmap with serveral images …82 String aHighContrastMaskURL; // an URL to an optional high contrast bitmap as a mask
Completed in 11 milliseconds