|
MythTV
0.26-pre
|
#include <DynamicLineArt.h>
Public Member Functions | |
| MHDrawArcSector (const char *name, bool fIsSector) | |
| virtual void | CallAction (MHEngine *engine, MHRoot *pTarget, int nArg1, int nArg2, int nArg3, int nArg4, int nArg5, int nArg6) |
Protected Attributes | |
| bool | m_fIsSector |
Definition at line 109 of file DynamicLineArt.h.
| MHDrawArcSector::MHDrawArcSector | ( | const char * | name, |
| bool | fIsSector | ||
| ) | [inline] |
Definition at line 111 of file DynamicLineArt.h.
| virtual void MHDrawArcSector::CallAction | ( | MHEngine * | engine, |
| MHRoot * | pTarget, | ||
| int | nArg1, | ||
| int | nArg2, | ||
| int | nArg3, | ||
| int | nArg4, | ||
| int | nArg5, | ||
| int | nArg6 | ||
| ) | [inline, virtual] |
Implements MHActionInt6.
Definition at line 112 of file DynamicLineArt.h.
bool MHDrawArcSector::m_fIsSector [protected] |
Definition at line 115 of file DynamicLineArt.h.
Referenced by CallAction().
1.7.6.1