MythTV
master
|
#include <DynamicLineArt.h>
Public Member Functions | |
MHDrawPoly (const char *name, bool fIsPolygon) | |
void | Initialise (MHParseNode *p, MHEngine *engine) override |
void | Perform (MHEngine *engine) override |
![]() | |
MHElemAction (const char *name) | |
virtual | ~MHElemAction ()=default |
virtual void | PrintMe (FILE *fd, int nTabs) const |
Protected Member Functions | |
void | PrintArgs (FILE *fd, int nTabs) const override |
![]() | |
MHRoot * | Target (MHEngine *engine) |
Protected Attributes | |
bool | m_fIsPolygon |
MHOwnPtrSequence< MHPointArg > | m_points |
![]() | |
const char * | m_actionName {nullptr} |
MHGenericObjectRef | m_target |
Definition at line 147 of file DynamicLineArt.h.
|
inline |
Definition at line 149 of file DynamicLineArt.h.
|
overridevirtual |
Reimplemented from MHElemAction.
Definition at line 180 of file DynamicLineArt.cpp.
|
overridevirtual |
Implements MHElemAction.
Definition at line 193 of file DynamicLineArt.cpp.
|
overrideprotectedvirtual |
Reimplemented from MHElemAction.
Definition at line 209 of file DynamicLineArt.cpp.
|
protected |
Definition at line 154 of file DynamicLineArt.h.
Referenced by Perform().
|
protected |
Definition at line 155 of file DynamicLineArt.h.
Referenced by Initialise(), Perform(), and PrintArgs().