|
MythTV
0.26-pre
|
#include <Visible.h>
Public Member Functions | |
| MHEntryField () | |
| virtual | ~MHEntryField () |
| virtual const char * | ClassName () |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | Display (MHEngine *) |
| virtual void | SetInteractionStatus (bool newStatus, MHEngine *engine) |
| virtual bool | GetInteractionStatus (void) |
| virtual void | SetHighlightStatus (bool newStatus, MHEngine *engine) |
| virtual bool | GetHighlightStatus (void) |
| virtual void | Deactivation (MHEngine *engine) |
Definition at line 1079 of file Visible.cpp.
| MHEntryField::~MHEntryField | ( | ) | [virtual] |
Definition at line 1084 of file Visible.cpp.
| virtual const char* MHEntryField::ClassName | ( | ) | [inline, virtual] |
| void MHEntryField::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHVisible.
Definition at line 1089 of file Visible.cpp.
| void MHEntryField::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented from MHVisible.
Definition at line 1096 of file Visible.cpp.
| virtual void MHEntryField::Display | ( | MHEngine * | ) | [inline, virtual] |
| virtual void MHEntryField::SetInteractionStatus | ( | bool | newStatus, |
| MHEngine * | engine | ||
| ) | [inline, virtual] |
| virtual bool MHEntryField::GetInteractionStatus | ( | void | ) | [inline, virtual] |
| virtual void MHEntryField::SetHighlightStatus | ( | bool | newStatus, |
| MHEngine * | engine | ||
| ) | [inline, virtual] |
| virtual bool MHEntryField::GetHighlightStatus | ( | void | ) | [inline, virtual] |
| virtual void MHEntryField::Deactivation | ( | MHEngine * | engine | ) | [inline, virtual] |
1.7.6.1