|
FIFE
|
An Icon for displaying images. More...
#include <icon2.h>
Inherits Widget.
Collaboration diagram for fcn::Icon2:Public Member Functions | |
| Icon2 (Image *image) | |
| Constructor. More... | |
| virtual | ~Icon2 () |
| virtual void | draw (Graphics *graphics) |
| virtual void | drawFrame (Graphics *graphics) |
| void | setImage (Image *image) |
| bool | isScaling () const |
| void | setScaling (bool scale) |
| bool | isTiling () const |
| void | setTiling (bool tile) |
Protected Attributes | |
| Image * | mImage |
| bool | mScale |
| bool | mTile |
| fcn::Icon2::Icon2 | ( | Image * | image | ) |
|
virtual |
| void fcn::Icon2::setImage | ( | Image * | image | ) |
| void fcn::Icon2::setScaling | ( | bool | scale | ) |
|
protected |
Definition at line 131 of file icon2.h.
Referenced by draw(), Icon2(), and setImage().
|
protected |
Definition at line 132 of file icon2.h.
Referenced by draw(), Icon2(), isScaling(), and setScaling().
|
protected |
Definition at line 133 of file icon2.h.
Referenced by draw(), Icon2(), isTiling(), and setTiling().