MythTV
master
|
#include <libmythfreemheg/BaseClasses.h>
Public Member Functions | |
MHPointArg ()=default | |
void | Initialise (MHParseNode *p, MHEngine *engine) |
void | PrintMe (FILE *fd, int nTabs) const |
Public Attributes | |
MHGenericInteger | m_x |
MHGenericInteger | m_y |
Definition at line 323 of file BaseClasses.h.
|
default |
void MHPointArg::Initialise | ( | MHParseNode * | p, |
MHEngine * | engine | ||
) |
Definition at line 813 of file BaseClasses.cpp.
void MHPointArg::PrintMe | ( | FILE * | fd, |
int | nTabs | ||
) | const |
Definition at line 819 of file BaseClasses.cpp.
MHGenericInteger MHPointArg::m_x |
Definition at line 328 of file BaseClasses.h.
Referenced by Initialise(), MHDrawPoly::Perform(), and PrintMe().
MHGenericInteger MHPointArg::m_y |
Definition at line 328 of file BaseClasses.h.
Referenced by Initialise(), MHDrawPoly::Perform(), and PrintMe().