|
MythTV
0.26-pre
|
#include <BaseActions.h>
Public Member Functions | |
| MHActionIntInt (const char *name) | |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintArgs (FILE *fd, int) const |
| virtual void | Perform (MHEngine *engine) |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, int nArg1, int nArg2)=0 |
Protected Attributes | |
| MHGenericInteger | m_Argument1 |
| MHGenericInteger | m_Argument2 |
Definition at line 64 of file BaseActions.h.
| MHActionIntInt::MHActionIntInt | ( | const char * | name | ) | [inline] |
Definition at line 67 of file BaseActions.h.
| void MHActionIntInt::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHElemAction.
Definition at line 65 of file BaseActions.cpp.
| virtual void MHActionIntInt::PrintArgs | ( | FILE * | fd, |
| int | |||
| ) | const [inline, virtual] |
Reimplemented from MHElemAction.
Definition at line 69 of file BaseActions.h.
| void MHActionIntInt::Perform | ( | MHEngine * | engine | ) | [virtual] |
Implements MHElemAction.
Definition at line 72 of file BaseActions.cpp.
| virtual void MHActionIntInt::CallAction | ( | MHEngine * | engine, |
| MHRoot * | pTarget, | ||
| int | nArg1, | ||
| int | nArg2 | ||
| ) | [pure virtual] |
Implemented in MHSetBoxSize, MHSetPosition, MHSetVideoDecodeOffset, MHScaleVideo, MHSetBitmapDecodeOffset, and MHScaleBitmap.
Referenced by Perform().
MHGenericInteger MHActionIntInt::m_Argument1 [protected] |
Definition at line 73 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
MHGenericInteger MHActionIntInt::m_Argument2 [protected] |
Definition at line 73 of file BaseActions.h.
Referenced by Initialise(), Perform(), and PrintArgs().
1.7.6.1