#include <vstorefuncs.h>
Public Member Functions | |
| VDraw (Drawer &d) | |
| Constructor. | |
| VDraw (const VDraw &t) | |
| Copy constructor. | |
| ~VDraw () | |
| Destructor. | |
| void | operator() (VStoreItem *i) const |
| Draw the VisualVector associated with the item. | |
Private Member Functions | |
| VDraw & | operator= (const VDraw &) |
| Assignment operator. | |
Private Attributes | |
| Drawer & | drawer |
| The Drawer used to draw. | |
| GVectors::VDraw::VDraw | ( | Drawer & | d | ) | [inline, explicit] |
| GVectors::VDraw::VDraw | ( | const VDraw & | t | ) | [inline] |
| GVectors::VDraw::~VDraw | ( | ) | [inline] |
Destructor. Does nothing. Just for completeness.
Assginment operator. Not used.
| void VDraw::operator() | ( | VStoreItem * | i | ) | const |
Drawer& GVectors::VDraw::drawer [private] |
This holds a reference to a Drawer object which provides drawing primitives.
1.4.7