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

#include <libmythfreemheg/Ingredients.h>

Inheritance diagram for MHSetData:
[legend]
Collaboration diagram for MHSetData:
[legend]

Public Member Functions

 MHSetData ()
 
void Initialise (MHParseNode *p, MHEngine *engine) override
 
void Perform (MHEngine *engine) override
 
void PrintArgs (FILE *fd, int nTabs) const override
 
- Public Member Functions inherited from MHElemAction
 MHElemAction (const char *name)
 
virtual ~MHElemAction ()=default
 
virtual void PrintMe (FILE *fd, int nTabs) const
 

Protected Attributes

bool m_fIsIncluded {false}
 
bool m_fSizePresent {false}
 
bool m_fCCPriorityPresent {false}
 
MHGenericOctetString m_included
 
MHGenericContentRef m_referenced
 
MHGenericInteger m_contentSize
 
MHGenericInteger m_ccPriority
 
- Protected Attributes inherited from MHElemAction
const char * m_actionName {nullptr}
 
MHGenericObjectRef m_target
 

Additional Inherited Members

- Protected Member Functions inherited from MHElemAction
MHRootTarget (MHEngine *engine)
 

Detailed Description

Definition at line 128 of file Ingredients.h.

Constructor & Destructor Documentation

◆ MHSetData()

MHSetData::MHSetData ( )
inline

Definition at line 131 of file Ingredients.h.

Member Function Documentation

◆ Initialise()

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

Reimplemented from MHElemAction.

Definition at line 293 of file Ingredients.cpp.

◆ Perform()

void MHSetData::Perform ( MHEngine engine)
overridevirtual

Implements MHElemAction.

Definition at line 369 of file Ingredients.cpp.

◆ PrintArgs()

void MHSetData::PrintArgs ( FILE *  fd,
int  nTabs 
) const
overridevirtual

Reimplemented from MHElemAction.

Definition at line 345 of file Ingredients.cpp.

Member Data Documentation

◆ m_fIsIncluded

bool MHSetData::m_fIsIncluded {false}
protected

Definition at line 137 of file Ingredients.h.

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

◆ m_fSizePresent

bool MHSetData::m_fSizePresent {false}
protected

Definition at line 138 of file Ingredients.h.

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

◆ m_fCCPriorityPresent

bool MHSetData::m_fCCPriorityPresent {false}
protected

Definition at line 139 of file Ingredients.h.

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

◆ m_included

MHGenericOctetString MHSetData::m_included
protected

Definition at line 140 of file Ingredients.h.

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

◆ m_referenced

MHGenericContentRef MHSetData::m_referenced
protected

Definition at line 141 of file Ingredients.h.

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

◆ m_contentSize

MHGenericInteger MHSetData::m_contentSize
protected

Definition at line 142 of file Ingredients.h.

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

◆ m_ccPriority

MHGenericInteger MHSetData::m_ccPriority
protected

Definition at line 143 of file Ingredients.h.

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


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