Class timagelist
Unit
Declaration
type timagelist = class(tmsecomponent)
Description
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- timagelist
Overview
Fields
fversionhigh: int32; |
|
fversiondefault: int32; |
|
fcornermaskmaxtopleft: int32; |
|
fcornermaskmaxbottomleft: int32; |
|
fcornermaskmaxbottomright: int32; |
|
fcornermaskmaxtopright: int32; |
Methods
procedure updateversionindex(var aindex: int32); |
|
function indextoorg(index: integer): pointty; |
|
procedure change; |
|
procedure defineproperties(filer: tfiler); override; |
|
procedure cornermaskchanged(); |
|
procedure loaded() override; |
|
procedure writeimage(stream: tstream); |
|
procedure readimage(stream: tstream); |
|
constructor create(aowner: tcomponent); override; |
|
destructor destroy; override; |
|
procedure beginupdate; |
|
procedure endupdate; |
|
procedure clear; |
|
procedure deleteimage(const index: integer); |
|
procedure moveimage(const fromindex: integer; const toindex: integer; aversion: int32 = -1); |
|
procedure setimage(index: integer; image: tmaskedbitmap; const source: rectty; aalignment: alignmentsty = []; aversion: int32 = -1); |
|
procedure setimage(index: integer; image: tmaskedbitmap; const aalignment: alignmentsty = []; aversion: int32 = -1); |
|
procedure getimage(const index: integer; const dest: tmaskedbitmap; aversion: int32 = -1); |
|
function addimage(const image: tmaskedbitmap; const aalignment: alignmentsty = []): integer; |
|
procedure clipcornermask(const canvas: tcanvas; const arect: rectty; const ahiddenedges: edgesty); |
|
procedure paint(const acanvas: tcanvas; const index: integer; const dest: pointty; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paint(const acanvas: tcanvas; const index: integer; const dest: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paint(const acanvas: tcanvas; const index: integer; const dest: rectty; source: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paintlookup(const acanvas: tcanvas; const index: integer; const dest: pointty; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paintlookup(const acanvas: tcanvas; const index: integer; const dest: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paintlookup(const acanvas: tcanvas; const index: integer; const dest: rectty; source: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
function lookup(const aindex: int32): int32; |
|
procedure assign(sender: tpersistent); override; |
Properties
property size: sizety read fsize write setsize; |
|
property bitmap: tmaskedbitmap read getbitmap; |
|
property bitmaps[constaindex:int32]: tmaskedbitmap read getbitmaps; |
|
property kind: bitmapkindty read getkind write setkind default bmk_rgb; |
|
property maskkind: bitmapkindty read getmaskkind
write setmaskkind default bmk_mono; |
|
property masked: boolean read getmasked write setmasked default true; |
|
property graymask: boolean read getgraymask write setgraymask default false; |
|
property colormask: boolean read getcolormask
write setcolormask default false; |
|
property hascornermask: boolean read fhascornermask; |
|
property versioncount: int32 read getversioncount
write setversioncount default 1; |
|
property versiondefault: int32 read fversiondefault
write setversiondefault default 0; |
|
property width: integer read fsize.cx
write setwidth default defaultimagelistwidth; |
|
property height: integer read fsize.cy
write setheight default defaultimagelistheight; |
|
property options: bitmapoptionsty read getoptions
write setoptions default [bmo_masked]; |
|
property transparentcolor: colorty read gettransparentcolor
write settransparentcolor default cl_none; |
|
property count: integer read fcount write setcount default 0; |
|
property indexlookup: msestring read findexlookup write setindexlookup; |
|
property cornermask_topleft: msestring read fcornermask_topleft
write setcornermask_topleft; |
|
property cornermask_bottomleft: msestring read fcornermask_bottomleft
write setcornermask_bottomleft; |
|
property cornermask_bottomright: msestring read fcornermask_bottomright
write setcornermask_bottomright; |
|
property cornermask_topright: msestring read fcornermask_topright
write setcornermask_topright; |
|
property onchange: notifyeventty read fonchange write fonchange; |
Description
Fields
fversionhigh: int32; |
|
fversiondefault: int32; |
|
fcornermaskmaxtopleft: int32; |
|
fcornermaskmaxbottomleft: int32; |
|
fcornermaskmaxbottomright: int32; |
|
fcornermaskmaxtopright: int32; |
|
Methods
procedure updateversionindex(var aindex: int32); |
|
function indextoorg(index: integer): pointty; |
|
procedure change; |
|
procedure defineproperties(filer: tfiler); override; |
|
procedure cornermaskchanged(); |
|
procedure loaded() override; |
|
procedure writeimage(stream: tstream); |
|
procedure readimage(stream: tstream); |
|
constructor create(aowner: tcomponent); override; |
|
destructor destroy; override; |
|
procedure beginupdate; |
|
procedure endupdate; |
|
procedure clear; |
|
procedure deleteimage(const index: integer); |
|
procedure moveimage(const fromindex: integer; const toindex: integer; aversion: int32 = -1); |
|
procedure setimage(index: integer; image: tmaskedbitmap; const source: rectty; aalignment: alignmentsty = []; aversion: int32 = -1); |
|
procedure setimage(index: integer; image: tmaskedbitmap; const aalignment: alignmentsty = []; aversion: int32 = -1); |
|
procedure getimage(const index: integer; const dest: tmaskedbitmap; aversion: int32 = -1); |
|
function addimage(const image: tmaskedbitmap; const aalignment: alignmentsty = []): integer; |
|
procedure clipcornermask(const canvas: tcanvas; const arect: rectty; const ahiddenedges: edgesty); |
|
procedure paint(const acanvas: tcanvas; const index: integer; const dest: pointty; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paint(const acanvas: tcanvas; const index: integer; const dest: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paint(const acanvas: tcanvas; const index: integer; const dest: rectty; source: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paintlookup(const acanvas: tcanvas; const index: integer; const dest: pointty; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paintlookup(const acanvas: tcanvas; const index: integer; const dest: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
procedure paintlookup(const acanvas: tcanvas; const index: integer; const dest: rectty; source: rectty; const alignment: alignmentsty = []; const acolor: colorty = cl_default; const acolorbackground: colorty = cl_default; const aopacity: colorty = cl_default; aversion: int32 = -1); |
|
function lookup(const aindex: int32): int32; |
|
procedure assign(sender: tpersistent); override; |
|
Properties
property size: sizety read fsize write setsize; |
|
property bitmap: tmaskedbitmap read getbitmap; |
|
property bitmaps[constaindex:int32]: tmaskedbitmap read getbitmaps; |
|
property kind: bitmapkindty read getkind write setkind default bmk_rgb; |
|
property maskkind: bitmapkindty read getmaskkind
write setmaskkind default bmk_mono; |
|
property masked: boolean read getmasked write setmasked default true; |
|
property graymask: boolean read getgraymask write setgraymask default false; |
|
property colormask: boolean read getcolormask
write setcolormask default false; |
|
property hascornermask: boolean read fhascornermask; |
|
property versioncount: int32 read getversioncount
write setversioncount default 1; |
|
property versiondefault: int32 read fversiondefault
write setversiondefault default 0; |
|
property width: integer read fsize.cx
write setwidth default defaultimagelistwidth; |
|
property height: integer read fsize.cy
write setheight default defaultimagelistheight; |
|
property options: bitmapoptionsty read getoptions
write setoptions default [bmo_masked]; |
|
property transparentcolor: colorty read gettransparentcolor
write settransparentcolor default cl_none; |
|
property count: integer read fcount write setcount default 0; |
|
property indexlookup: msestring read findexlookup write setindexlookup; |
|
property cornermask_topleft: msestring read fcornermask_topleft
write setcornermask_topleft; |
|
property cornermask_bottomleft: msestring read fcornermask_bottomleft
write setcornermask_bottomleft; |
|
property cornermask_bottomright: msestring read fcornermask_bottomright
write setcornermask_bottomright; |
|
property cornermask_topright: msestring read fcornermask_topright
write setcornermask_topright; |
|
property onchange: notifyeventty read fonchange write fonchange; |
|
Generated by PasDoc 0.16.0.