An Icon for displaying images.
More...
#include <icon2.h>
Inherits Widget.
An Icon for displaying images.
- Note
- Modified for FIFE.
Definition at line 99 of file icon2.h.
| gcn::Icon2::Icon2 |
( |
Image * |
image | ) |
|
Constructor.
- Parameters
-
| image | an Image to display. |
Definition at line 95 of file icon2.cpp.
References mImage.
| virtual gcn::Icon2::~Icon2 |
( |
| ) |
|
|
inlinevirtual |
| void gcn::Icon2::draw |
( |
Graphics * |
graphics | ) |
|
|
virtual |
| void gcn::Icon2::drawFrame |
( |
Graphics * |
graphics | ) |
|
|
virtual |
| void gcn::Icon2::setImage |
( |
Image * |
image | ) |
|
| Image* gcn::Icon2::mImage |
|
protected |
The documentation for this class was generated from the following files:
- engine/core/gui/guichan/widgets/icon2.h
- engine/core/gui/guichan/widgets/icon2.cpp