#include <DynamicLineArt.h>

Definition at line 140 of file 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 |
| MHDrawPoly::MHDrawPoly | ( | const char * | name, | |
| bool | fIsPolygon | |||
| ) | [inline] |
Definition at line 142 of file DynamicLineArt.h.
| void MHDrawPoly::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
| void MHDrawPoly::Perform | ( | MHEngine * | engine | ) | [virtual] |
| void MHDrawPoly::PrintArgs | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [protected, virtual] |
bool MHDrawPoly::m_fIsPolygon [protected] |
MHOwnPtrSequence<MHPointArg> MHDrawPoly::m_Points [protected] |
Definition at line 148 of file DynamicLineArt.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.5.5