MythTV  master
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MHDrawPoly Class Reference

#include <DynamicLineArt.h>

Inheritance diagram for MHDrawPoly:
Inheritance graph
[legend]
Collaboration diagram for MHDrawPoly:
Collaboration graph
[legend]

Public Member Functions

 MHDrawPoly (const char *name, bool fIsPolygon)
 
void Initialise (MHParseNode *p, MHEngine *engine) override
 
void Perform (MHEngine *engine) override
 
- Public Member Functions inherited from MHElemAction
 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
 
- Protected Member Functions inherited from MHElemAction
MHRootTarget (MHEngine *engine)
 

Protected Attributes

bool m_fIsPolygon
 
MHOwnPtrSequence< MHPointArgm_points
 
- Protected Attributes inherited from MHElemAction
const char * m_actionName {nullptr}
 
MHGenericObjectRef m_target
 

Detailed Description

Definition at line 147 of file DynamicLineArt.h.

Constructor & Destructor Documentation

◆ MHDrawPoly()

MHDrawPoly::MHDrawPoly ( const char *  name,
bool  fIsPolygon 
)
inline

Definition at line 149 of file DynamicLineArt.h.

Member Function Documentation

◆ Initialise()

void MHDrawPoly::Initialise ( MHParseNode p,
MHEngine engine 
)
overridevirtual

Reimplemented from MHElemAction.

Definition at line 180 of file DynamicLineArt.cpp.

◆ Perform()

void MHDrawPoly::Perform ( MHEngine engine)
overridevirtual

Implements MHElemAction.

Definition at line 193 of file DynamicLineArt.cpp.

◆ PrintArgs()

void MHDrawPoly::PrintArgs ( FILE *  fd,
int  nTabs 
) const
overrideprotectedvirtual

Reimplemented from MHElemAction.

Definition at line 209 of file DynamicLineArt.cpp.

Member Data Documentation

◆ m_fIsPolygon

bool MHDrawPoly::m_fIsPolygon
protected

Definition at line 154 of file DynamicLineArt.h.

Referenced by Perform().

◆ m_points

MHOwnPtrSequence<MHPointArg> MHDrawPoly::m_points
protected

Definition at line 155 of file DynamicLineArt.h.

Referenced by Initialise(), Perform(), and PrintArgs().


The documentation for this class was generated from the following files: