Home
last modified time | relevance | path

Searched defs:ImageListItemDescriptor (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/framework/inc/xml/
H A Dimagesconfiguration.hxx69 struct ImageListItemDescriptor struct
71 ImageListItemDescriptor() : nMaskMode( ImageMaskMode_Color ), in ImageListItemDescriptor() argument
74 ~ImageListItemDescriptor() { delete pImageItemList; } in ~ImageListItemDescriptor()
76 String aURL; // an URL to a bitmap with several images inside
77 Color aMaskColor; // a color used as transparent
78 String aMaskURL; // an URL to an optional bitmap used as a mask
79 ImageMaskMode nMaskMode; // an enum to describe the current mask mode
80 …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 18 milliseconds