ImageList Class Reference

Inheritance diagram for ImageList:

wxObject IDisposable

List of all members.

Public Member Functions

 this (int width, int height, bool mask=true, int initialCount=1)
 this (IntPtr wxobj)
 this ()
int Add (Bitmap bitmap)
int Add (Bitmap bitmap, Bitmap mask)
int Add (Icon icon)
int Add (Bitmap bmp, Colour maskColour)
bool Create (int width, int height)
bool Create (int width, int height, bool mask)
bool Create (int width, int height, bool mask, int initialCount)
int ImageCount ()
bool Draw (int index, DC dc, int x, int y)
bool Draw (int index, DC dc, int x, int y, int flags)
bool Draw (int index, DC dc, int x, int y, int flags, bool solidBackground)
bool Replace (int index, Bitmap bitmap)
bool Remove (int index)
bool RemoveAll ()
bool GetSize (int index, inout int width, inout int height)

Static Public Member Functions

static wxObject New (IntPtr ptr)

Public Attributes

const int wxIMAGELIST_DRAW_NORMAL = 0x0001
const int wxIMAGELIST_DRAW_TRANSPARENT = 0x0002
const int wxIMAGELIST_DRAW_SELECTED = 0x0004
const int wxIMAGELIST_DRAW_FOCUSED = 0x0008


Constructor & Destructor Documentation

this ( int  width,
int  height,
bool  mask = true,
int  initialCount = 1 
)

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.

this (  ) 


Member Function Documentation

static wxObject New ( IntPtr  ptr  )  [static]

int Add ( Bitmap  bitmap  ) 

int Add ( Bitmap  bitmap,
Bitmap  mask 
)

int Add ( Icon  icon  ) 

int Add ( Bitmap  bmp,
Colour  maskColour 
)

bool Create ( int  width,
int  height 
)

bool Create ( int  width,
int  height,
bool  mask 
)

bool Create ( int  width,
int  height,
bool  mask,
int  initialCount 
)

int ImageCount (  ) 

bool Draw ( int  index,
DC  dc,
int  x,
int  y 
)

bool Draw ( int  index,
DC  dc,
int  x,
int  y,
int  flags 
)

bool Draw ( int  index,
DC  dc,
int  x,
int  y,
int  flags,
bool  solidBackground 
)

bool Replace ( int  index,
Bitmap  bitmap 
)

bool Remove ( int  index  ) 

bool RemoveAll (  ) 

bool GetSize ( int  index,
inout int  width,
inout int  height 
)


Member Data Documentation

const int wxIMAGELIST_DRAW_NORMAL = 0x0001

const int wxIMAGELIST_DRAW_TRANSPARENT = 0x0002

const int wxIMAGELIST_DRAW_SELECTED = 0x0004

const int wxIMAGELIST_DRAW_FOCUSED = 0x0008


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:26 2009 for wxD by  doxygen 1.5.4