|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::ImageList Class Reference#include <Bitmap.h>
Inheritance diagram for acdk::wx::ImageList:
List of all members.
Detailed Description
see wxImageList
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.16
- Date:
- Date
- 2005/02/05 10:45:34
Constructor & Destructor Documentation
acdk::wx::ImageList::ImageList |
( |
|
) |
[inline] |
|
acdk::wx::ImageList::ImageList |
( |
int |
width, |
|
|
int |
height, |
|
|
bool |
mask = true, |
|
|
int |
initialCount = 1 |
|
) |
[inline] |
|
Member Function Documentation
int acdk::wx::ImageList::add |
( |
IN(RBitmap) |
bitmap, |
|
|
IN(RColour) |
maskColour |
|
) |
[inline] |
|
int acdk::wx::ImageList::add |
( |
IN(RBitmap) |
bitmap, |
|
|
IN(RBitmap) |
mask |
|
) |
[inline] |
|
int acdk::wx::ImageList::add |
( |
IN(RBitmap) |
bitmap |
) |
[inline] |
|
virtual int acdk::wx::ImageList::getImageCount |
( |
|
) |
const [inline, virtual] |
|
virtual bool acdk::wx::ImageList::getSize |
( |
int |
index, |
|
|
OUT(int) |
width, |
|
|
OUT(int) |
height |
|
) |
const [inline, virtual] |
|
bool acdk::wx::ImageList::remove |
( |
int |
index |
) |
[inline] |
|
bool acdk::wx::ImageList::removeAll |
( |
|
) |
[inline] |
|
bool acdk::wx::ImageList::replace |
( |
int |
index, |
|
|
IN(RBitmap) |
bitmap |
|
) |
[inline] |
|
|
|