#include <DynamicLineArt.h>
Public Member Functions | |
| MHDrawPoly (const char *name, bool fIsPolygon) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | Perform (MHEngine *engine) |
Protected Member Functions | |
| virtual void | PrintArgs (FILE *fd, int nTabs) const |
Protected Attributes | |
| bool | m_fIsPolygon |
| MHOwnPtrSequence< MHPointArg > | m_Points |
Definition at line 139 of file DynamicLineArt.h.
| MHDrawPoly::MHDrawPoly | ( | const char * | name, | |
| bool | fIsPolygon | |||
| ) | [inline] |
Definition at line 141 of file DynamicLineArt.h.
| void MHDrawPoly::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 188 of file DynamicLineArt.cpp.
| void MHDrawPoly::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 201 of file DynamicLineArt.cpp.
| void MHDrawPoly::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [protected, virtual] |
Reimplemented from MHElemAction.
Definition at line 219 of file DynamicLineArt.cpp.
bool MHDrawPoly::m_fIsPolygon [protected] |
Definition at line 146 of file DynamicLineArt.h.
Referenced by Perform().
MHOwnPtrSequence<MHPointArg> MHDrawPoly::m_Points [protected] |
Definition at line 147 of file DynamicLineArt.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.6.3