#include <wx/withimages.h>
A mixin class to be used with other classes that use a wxImageList.
|
bool | HasImageList () const |
| Return true if we have a valid image list.
|
|
wxIcon | GetImage (int iconIndex) const |
| Return the image with the given index from the image list.
|
|
wxWithImages::wxWithImages |
( |
| ) |
|
virtual wxWithImages::~wxWithImages |
( |
| ) |
|
|
virtual |
void wxWithImages::AssignImageList |
( |
wxImageList * |
imageList | ) |
|
wxIcon wxWithImages::GetImage |
( |
int |
iconIndex | ) |
const |
|
protected |
Return the image with the given index from the image list.
If there is no image list or if index == NO_IMAGE, silently returns wxNullIcon.
bool wxWithImages::HasImageList |
( |
| ) |
const |
|
protected |
Return true if we have a valid image list.
virtual void wxWithImages::SetImageList |
( |
wxImageList * |
imageList | ) |
|
|
virtual |
Sets the image list to use.
It does not take ownership of the image list, you must delete it yourself.
- See Also
- wxImageList, AssignImageList()