#include <toolbar.h>


Public Member Functions | |
| PickedUpItem () | |
| void | reset (Item *item, float dstX, float dstY) |
| virtual void | update () |
Public Member Functions inherited from ItemSprite | |
| ItemSprite () | |
| ItemSprite (Item *item) | |
| ItemSprite (int image, Glowing *glowing) | |
| void | originToCenter () |
| void | link () |
| void | link (Heap *heap) |
| virtual void | revive () |
| PointF | worldToCamera (int cell) |
| void | place (int p) |
| void | drop () |
| void | drop (int from) |
| ItemSprite * | view (int image, Glowing *glowing) |
Additional Inherited Members | |
Static Public Member Functions inherited from ItemSprite | |
| static int | pick (int index, int x, int y) |
Public Attributes inherited from ItemSprite | |
| Heap * | heap |
Static Public Attributes inherited from ItemSprite | |
| static const int | SIZE = 16 |
Static Protected Attributes inherited from ItemSprite | |
| static TextureFilm * | film = NULL |
| Toolbar::PickedUpItem::PickedUpItem | ( | ) |

| void Toolbar::PickedUpItem::reset | ( | Item * | item, |
| float | dstX, | ||
| float | dstY ) |

|
virtual |