|
MythTV master
|
#include <libmythfreemheg/Stream.h>
Public Member Functions | |
| MHGetVideoDecodeOffset () | |
| void | CallAction (MHEngine *engine, MHRoot *pTarget, MHRoot *pArg1, MHRoot *pArg2) override |
Public Member Functions inherited from MHActionObjectRef2 | |
| MHActionObjectRef2 (const char *name) | |
| void | Initialise (MHParseNode *p, MHEngine *engine) override |
| void | Perform (MHEngine *engine) override |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, MHRoot *pArg1, MHRoot *pArg2)=0 |
Public Member Functions inherited from MHElemAction | |
| MHElemAction (const char *name) | |
| virtual | ~MHElemAction ()=default |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | Perform (MHEngine *engine)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from MHElemAction | |
| virtual void | PrintArgs (FILE *, int) const |
| MHRoot * | Target (MHEngine *engine) |
Protected Attributes inherited from MHElemAction | |
| const char * | m_actionName {nullptr} |
| MHGenericObjectRef | m_target |
|
inlineoverridevirtual |
Implements MHActionObjectRef2.