MythTV
master
|
#include <libmythfreemheg/Root.h>
Public Member Functions | |
MHRoot ()=default | |
MHRoot (const MHRoot &) | |
virtual | ~MHRoot ()=default |
virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
virtual void | PrintMe (FILE *fd, int nTabs) const |
virtual bool | IsShared () |
virtual void | Preparation (MHEngine *engine) |
virtual void | Activation (MHEngine *engine) |
virtual void | Deactivation (MHEngine *engine) |
virtual void | Destruction (MHEngine *engine) |
virtual void | ContentPreparation (MHEngine *) |
virtual MHRoot * | FindByObjectNo (int n) |
virtual bool | GetAvailabilityStatus () |
virtual bool | GetRunningStatus () |
virtual void | SetTimer (int, bool, int, MHEngine *) |
virtual void | MakeClone (MHRoot *, MHRoot *, MHEngine *) |
virtual void | SetInputRegister (int, MHEngine *) |
virtual void | SetData (const MHOctetString &, MHEngine *) |
virtual void | SetData (const MHContentRef &, bool, int, bool, int, MHEngine *) |
virtual void | Preload (MHEngine *) |
virtual void | Unload (MHEngine *) |
virtual MHIngredient * | Clone (MHEngine *) |
virtual void | Run (MHEngine *) |
virtual void | Stop (MHEngine *) |
virtual void | TestVariable (int, const MHUnion &, MHEngine *) |
virtual void | GetVariableValue (MHUnion &, MHEngine *) |
virtual void | SetVariableValue (const MHUnion &) |
virtual void | GetTextData (MHRoot *, MHEngine *) |
virtual void | SetBackgroundColour (const MHColour &, MHEngine *) |
virtual void | SetTextColour (const MHColour &, MHEngine *) |
virtual void | SetFontAttributes (const MHOctetString &, MHEngine *) |
virtual void | Activate (bool, MHEngine *) |
virtual void | CallProgram (bool, const MHObjectRef &, const MHSequence< MHParameter * > &, MHEngine *) |
virtual void | CallActionSlot (int, MHEngine *) |
virtual void | Move (int, MHEngine *) |
virtual void | MoveTo (int, MHEngine *) |
virtual void | GetTokenPosition (MHRoot *, MHEngine *) |
virtual void | AddItem (int, MHRoot *, MHEngine *) |
virtual void | DelItem (MHRoot *, MHEngine *) |
virtual void | GetCellItem (int, const MHObjectRef &, MHEngine *) |
virtual void | GetListItem (int, const MHObjectRef &, MHEngine *) |
virtual void | GetItemStatus (int, const MHObjectRef &, MHEngine *) |
virtual void | SelectItem (int, MHEngine *) |
virtual void | DeselectItem (int, MHEngine *) |
virtual void | ToggleItem (int, MHEngine *) |
virtual void | ScrollItems (int, MHEngine *) |
virtual void | SetFirstItem (int, MHEngine *) |
virtual void | GetFirstItem (MHRoot *, MHEngine *) |
virtual void | GetListSize (MHRoot *, MHEngine *) |
virtual void | SetPosition (int, int, MHEngine *) |
virtual void | GetPosition (MHRoot *, MHRoot *) |
virtual void | SetBoxSize (int, int, MHEngine *) |
virtual void | GetBoxSize (MHRoot *, MHRoot *) |
virtual void | SetPaletteRef (const MHObjectRef &, MHEngine *) |
virtual void | BringToFront (MHEngine *) |
virtual void | SendToBack (MHEngine *) |
virtual void | PutBefore (const MHRoot *, MHEngine *) |
virtual void | PutBehind (const MHRoot *, MHEngine *) |
virtual void | ResetPosition () |
virtual void | SetFillColour (const MHColour &, MHEngine *) |
virtual void | SetLineColour (const MHColour &, MHEngine *) |
virtual void | SetLineWidth (int, MHEngine *) |
virtual void | SetLineStyle (int, MHEngine *) |
virtual void | SetTransparency (int, MHEngine *) |
virtual void | ScaleBitmap (int, int, MHEngine *) |
virtual void | SetBitmapDecodeOffset (int, int, MHEngine *) |
virtual void | GetBitmapDecodeOffset (MHRoot *, MHRoot *) |
virtual void | Clear () |
virtual void | GetLineWidth (MHRoot *) |
virtual void | GetLineStyle (MHRoot *) |
virtual void | GetLineColour (MHRoot *) |
virtual void | GetFillColour (MHRoot *) |
virtual void | DrawArcSector (bool, int, int, int, int, int, int, MHEngine *) |
virtual void | DrawLine (int, int, int, int, MHEngine *) |
virtual void | DrawOval (int, int, int, int, MHEngine *) |
virtual void | DrawRectangle (int, int, int, int, MHEngine *) |
virtual void | DrawPoly (bool, const MHPointVec &, const MHPointVec &, MHEngine *) |
virtual void | ScaleVideo (int, int, MHEngine *) |
virtual void | SetVideoDecodeOffset (int, int, MHEngine *) |
virtual void | GetVideoDecodeOffset (MHRoot *, MHRoot *, MHEngine *) |
virtual void | GetCounterPosition (MHRoot *, MHEngine *) |
virtual void | GetCounterMaxPosition (MHRoot *, MHEngine *) |
virtual void | SetCounterPosition (int, MHEngine *) |
virtual void | SetSpeed (int, MHEngine *) |
virtual void | SetInteractionStatus (bool, MHEngine *) |
virtual bool | GetInteractionStatus (void) |
virtual void | SetHighlightStatus (bool, MHEngine *) |
virtual bool | GetHighlightStatus (void) |
virtual void | Step (int, MHEngine *) |
virtual void | SetSliderValue (int, MHEngine *) |
virtual int | GetSliderValue (void) |
virtual void | SetPortion (int, MHEngine *) |
virtual int | GetPortion (void) |
virtual void | SetSliderParameters (int, int, int, MHEngine *) |
virtual const char * | ClassName ()=0 |
Public Attributes | |
MHObjectRef | m_ObjectReference |
Protected Member Functions | |
void | InvalidAction (const char *actionName) |
Protected Attributes | |
bool | m_fAvailable {false} |
bool | m_fRunning {false} |
Friends | |
class | MHEngine |
|
default |
|
virtualdefault |
|
virtual |
Reimplemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHRTGraphics, MHContentRefVar, MHApplication, MHPalette, MHObjectRefVar, MHHyperText, MHListGroup, MHCursorShape, MHLineArt, MHVideo, MHScene, MHFont, MHOctetStrVar, MHInterChgProgram, MHRemoteProgram, MHAudio, MHIntegerVar, MHGroup, MHTokenGroup, MHBooleanVar, MHBitmap, MHText, MHLink, MHIngredient, MHVisible, MHDynamicLineArt, MHProgram, and MHStream.
Definition at line 30 of file Root.cpp.
Referenced by MHIngredient::Initialise(), and MHGroup::Initialise().
|
virtual |
Reimplemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHRTGraphics, MHContentRefVar, MHRectangle, MHApplication, MHPalette, MHObjectRefVar, MHHyperText, MHListGroup, MHCursorShape, MHLineArt, MHScene, MHVideo, MHFont, MHOctetStrVar, MHInterChgProgram, MHRemoteProgram, MHAudio, MHIntegerVar, MHTokenGroup, MHResidentProgram, MHGroup, MHBooleanVar, MHBitmap, MHText, MHLink, MHIngredient, MHVisible, MHDynamicLineArt, MHProgram, and MHStream.
Definition at line 38 of file Root.cpp.
Referenced by MHIngredient::PrintMe(), and MHGroup::PrintMe().
|
inlinevirtual |
Reimplemented in MHApplication, and MHIngredient.
|
virtual |
Reimplemented in MHSlider, MHContentRefVar, MHObjectRefVar, MHListGroup, MHLineArt, MHVideo, MHOctetStrVar, MHIntegerVar, MHGroup, MHBooleanVar, MHBitmap, MHIngredient, MHText, MHVisible, MHDynamicLineArt, and MHStream.
Definition at line 53 of file Root.cpp.
Referenced by Activation(), MHIngredient::Preparation(), and MHGroup::Preparation().
|
virtual |
Reimplemented in MHApplication, MHListGroup, MHVideo, MHScene, MHAudio, MHTokenGroup, MHGroup, MHLink, MHVisible, MHProgram, MHStream, and MHVariable.
Definition at line 70 of file Root.cpp.
Referenced by MHVariable::Activation(), MHStream::Activation(), MHProgram::Activation(), MHVisible::Activation(), MHLink::Activation(), MHGroup::Activation(), MHTokenGroup::Activation(), MHAudio::Activation(), MHStream::Preparation(), MHPresentable::Run(), and MHListGroup::Update().
|
virtual |
Reimplemented in MHListGroup, MHVideo, MHAudio, MHTokenGroup, MHGroup, MHLink, MHVisible, MHProgram, MHStream, MHEntryField, MHSlider, and MHHyperText.
Definition at line 86 of file Root.cpp.
Referenced by MHStream::Deactivation(), MHProgram::Deactivation(), MHVisible::Deactivation(), MHLink::Deactivation(), MHGroup::Deactivation(), MHTokenGroup::Deactivation(), MHAudio::Deactivation(), Destruction(), MHPresentable::Stop(), MHEngine::TransitionToScene(), and MHListGroup::Update().
|
virtual |
Reimplemented in MHListGroup, MHGroup, MHIngredient, MHStream, and MHVisible.
Definition at line 98 of file Root.cpp.
Referenced by MHIngredient::Destruction(), and MHGroup::Destruction().
|
inlinevirtual |
Reimplemented in MHVideo, MHBitmap, MHIngredient, MHText, and MHStream.
Definition at line 67 of file Root.h.
Referenced by Preparation().
|
virtual |
Reimplemented in MHGroup, and MHStream.
Definition at line 116 of file Root.cpp.
Referenced by MHStream::FindByObjectNo(), and MHGroup::FindByObjectNo().
|
inlinevirtual |
Definition at line 76 of file Root.h.
Referenced by MHGetAvailabilityStatus::Perform().
|
inlinevirtual |
Definition at line 77 of file Root.h.
Referenced by MHInteractible::InteractSetHighlightStatus(), and MHListGroup::Update().
Reimplemented in MHGroup.
Definition at line 80 of file Root.h.
Referenced by MHSetTimer::Perform().
Reimplemented in MHGroup.
Definition at line 83 of file Root.h.
Referenced by MHClone::CallAction().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHIngredient.
Definition at line 89 of file Root.h.
Referenced by MHSetData::Perform().
|
inlinevirtual |
Reimplemented in MHIngredient.
|
inlinevirtual |
Reimplemented in MHIngredient.
Definition at line 94 of file Root.h.
Referenced by MHPreload::Perform().
|
inlinevirtual |
Reimplemented in MHIngredient.
Definition at line 95 of file Root.h.
Referenced by MHUnload::Perform().
|
inlinevirtual |
Reimplemented in MHRectangle, MHBitmap, and MHText.
Definition at line 97 of file Root.h.
Referenced by MHGroup::MakeClone().
|
inlinevirtual |
Reimplemented in MHPresentable.
Definition at line 101 of file Root.h.
Referenced by MHRun::Perform().
|
inlinevirtual |
Reimplemented in MHProgram, and MHPresentable.
Definition at line 102 of file Root.h.
Referenced by MHStop::Perform().
Reimplemented in MHIntegerVar, MHContentRefVar, MHObjectRefVar, MHOctetStrVar, and MHBooleanVar.
Definition at line 105 of file Root.h.
Referenced by MHTestVariable::Perform().
Reimplemented in MHContentRefVar, MHObjectRefVar, MHOctetStrVar, MHIntegerVar, and MHBooleanVar.
Definition at line 107 of file Root.h.
Referenced by MHGenericBoolean::GetValue(), MHGenericInteger::GetValue(), MHGenericOctetString::GetValue(), MHGenericObjectRef::GetValue(), MHGenericContentRef::GetValue(), MHEngine::LoadStorePersistent(), MHIntegerAction::Perform(), and MHAppend::Perform().
|
inlinevirtual |
Reimplemented in MHContentRefVar, MHObjectRefVar, MHOctetStrVar, MHIntegerVar, and MHBooleanVar.
Definition at line 109 of file Root.h.
Referenced by MHResidentProgram::CallProgram(), MHBitmap::GetBitmapDecodeOffset(), MHVisible::GetBoxSize(), MHListGroup::GetCellItem(), MHStream::GetCounterMaxPosition(), MHStream::GetCounterPosition(), MHDynamicLineArt::GetFillColour(), MHListGroup::GetItemStatus(), MHDynamicLineArt::GetLineColour(), MHListGroup::GetListItem(), MHVisible::GetPosition(), MHVideo::GetVideoDecodeOffset(), MHEngine::LoadStorePersistent(), MHGroup::MakeClone(), MHSetVariable::Perform(), MHIntegerAction::Perform(), MHPersistent::Perform(), MHAppend::Perform(), MHGetAvailabilityStatus::Perform(), MHGetEngineSupport::Perform(), and SetSuccessFlag().
Reimplemented in MHText.
Definition at line 115 of file Root.h.
Referenced by MHSetBackgroundColour::SetColour().
Reimplemented in MHText.
Definition at line 117 of file Root.h.
Referenced by MHSetTextColour::SetColour().
|
inlinevirtual |
Reimplemented in MHText.
Definition at line 119 of file Root.h.
Referenced by MHSetFontAttributes::Perform().
Reimplemented in MHLink.
Definition at line 123 of file Root.h.
Referenced by MHActivate::Perform().
|
inlinevirtual |
Reimplemented in MHResidentProgram.
Definition at line 127 of file Root.h.
Referenced by MHCall::Perform().
|
inlinevirtual |
Reimplemented in MHTokenGroup.
|
inlinevirtual |
Reimplemented in MHTokenGroup.
|
inlinevirtual |
Reimplemented in MHTokenGroup.
Reimplemented in MHTokenGroup.
Reimplemented in MHListGroup.
Definition at line 139 of file Root.h.
Referenced by MHAddItem::Perform().
Reimplemented in MHListGroup.
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 143 of file Root.h.
Referenced by MHGetCellItem::Perform().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 145 of file Root.h.
Referenced by MHGetListItem::Perform().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 147 of file Root.h.
Referenced by MHGetItemStatus::Perform().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 149 of file Root.h.
Referenced by MHSelectItem::CallAction().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 150 of file Root.h.
Referenced by MHDeselectItem::CallAction().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 151 of file Root.h.
Referenced by MHToggleItem::CallAction().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 152 of file Root.h.
Referenced by MHScrollItems::CallAction().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 153 of file Root.h.
Referenced by MHSetFirstItem::CallAction().
Reimplemented in MHListGroup.
Definition at line 154 of file Root.h.
Referenced by MHGetFirstItem::CallAction().
Reimplemented in MHListGroup.
Definition at line 155 of file Root.h.
Referenced by MHGetListSize::CallAction().
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 158 of file Root.h.
Referenced by MHListGroup::Update().
|
inlinevirtual |
Reimplemented in MHVisible, and MHDynamicLineArt.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 168 of file Root.h.
Referenced by MHBringToFront::Perform().
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 169 of file Root.h.
Referenced by MHSendToBack::Perform().
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 172 of file Root.h.
Referenced by MHListGroup::DelItem(), and MHListGroup::Update().
Reimplemented in MHLineArt, and MHDynamicLineArt.
Definition at line 175 of file Root.h.
Referenced by MHSetFillColour::SetColour().
Reimplemented in MHLineArt, and MHDynamicLineArt.
Definition at line 177 of file Root.h.
Referenced by MHSetLineColour::SetColour().
|
inlinevirtual |
Reimplemented in MHLineArt, and MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHLineArt, and MHDynamicLineArt.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
Definition at line 193 of file Root.h.
Referenced by MHClear::Perform().
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
Definition at line 206 of file Root.h.
Referenced by MHDrawPoly::Perform().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHStream.
Definition at line 222 of file Root.h.
Referenced by MHSetSpeed::Perform().
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Definition at line 226 of file Root.h.
Referenced by MHSetInteractionStatus::CallAction().
|
inlinevirtual |
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Definition at line 229 of file Root.h.
Referenced by MHSetHighlightStatus::CallAction().
|
inlinevirtual |
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
Definition at line 45 of file Root.cpp.
Referenced by Activate(), AddItem(), BringToFront(), CallActionSlot(), CallProgram(), Clear(), Clone(), DelItem(), DeselectItem(), DrawArcSector(), DrawLine(), DrawOval(), DrawPoly(), DrawRectangle(), GetBitmapDecodeOffset(), GetBoxSize(), GetCellItem(), GetCounterMaxPosition(), GetCounterPosition(), GetFillColour(), GetFirstItem(), GetHighlightStatus(), GetInteractionStatus(), GetItemStatus(), GetLineColour(), GetLineStyle(), GetLineWidth(), GetListItem(), GetListSize(), GetPortion(), GetPosition(), GetSliderValue(), GetTextData(), GetTokenPosition(), GetVariableValue(), GetVideoDecodeOffset(), MakeClone(), Move(), MoveTo(), Preload(), PutBefore(), PutBehind(), ResetPosition(), Run(), ScaleBitmap(), ScaleVideo(), ScrollItems(), SelectItem(), SendToBack(), SetBackgroundColour(), SetBitmapDecodeOffset(), SetBoxSize(), SetCounterPosition(), SetData(), SetFillColour(), SetFirstItem(), SetFontAttributes(), SetHighlightStatus(), SetInputRegister(), SetInteractionStatus(), SetLineColour(), SetLineStyle(), SetLineWidth(), SetPaletteRef(), SetPortion(), SetPosition(), SetSliderParameters(), SetSliderValue(), SetSpeed(), SetTextColour(), SetTimer(), SetTransparency(), SetVariableValue(), SetVideoDecodeOffset(), Step(), Stop(), TestVariable(), ToggleItem(), and Unload().
|
pure virtual |
Implemented in MHSwitchButton, MHPushButton, MHHotSpot, MHEntryField, MHSlider, MHRTGraphics, MHContentRefVar, MHRectangle, MHApplication, MHPalette, MHObjectRefVar, MHListGroup, MHHyperText, MHCursorShape, MHScene, MHLineArt, MHVideo, MHFont, MHOctetStrVar, MHInterChgProgram, MHRemoteProgram, MHAudio, MHIntegerVar, MHTokenGroup, MHResidentProgram, MHBooleanVar, MHBitmap, MHText, MHLink, MHDynamicLineArt, and MHStream.
Referenced by InvalidAction().
MHObjectRef MHRoot::m_ObjectReference |
Definition at line 248 of file Root.h.
Referenced by MHClone::CallAction(), MHEngine::CancelExternalContentRequest(), MHEngine::CheckContentRequests(), MHText::ContentArrived(), MHEngine::EventTriggered(), MHStream::FindByObjectNo(), MHGroup::FindByObjectNo(), FindByObjectNo(), MHEngine::FindObject(), MHListGroup::GetCellItem(), Initialise(), MHGroup::Initialise(), MHGroup::MakeClone(), MHLink::MatchEvent(), PrintMe(), MHEngine::RequestExternalContent(), MHEngine::RunAll(), MHBooleanVar::SetVariableValue(), MHIntegerVar::SetVariableValue(), MHOctetStrVar::SetVariableValue(), MHObjectRefVar::SetVariableValue(), and MHContentRefVar::SetVariableValue().
Definition at line 252 of file Root.h.
Referenced by Activation(), MHResidentProgram::CallProgram(), Destruction(), GetAvailabilityStatus(), MHStream::Preparation(), MHVisible::Preparation(), MHText::Preparation(), MHIngredient::Preparation(), MHBitmap::Preparation(), MHBooleanVar::Preparation(), Preparation(), MHIntegerVar::Preparation(), MHVideo::Preparation(), MHOctetStrVar::Preparation(), MHLineArt::Preparation(), MHObjectRefVar::Preparation(), and MHContentRefVar::Preparation().
Definition at line 253 of file Root.h.
Referenced by MHLink::Activate(), MHVariable::Activation(), MHStream::Activation(), MHProgram::Activation(), MHVisible::Activation(), MHLink::Activation(), MHGroup::Activation(), Activation(), MHTokenGroup::Activation(), MHAudio::Activation(), MHScene::Activation(), MHVideo::Activation(), MHApplication::Activation(), MHAudio::BeginPlaying(), MHVideo::BeginPlaying(), MHStream::ContentPreparation(), MHStream::Deactivation(), MHProgram::Deactivation(), MHVisible::Deactivation(), MHLink::Deactivation(), MHGroup::Deactivation(), Deactivation(), MHTokenGroup::Deactivation(), MHAudio::Deactivation(), MHVideo::Deactivation(), Destruction(), MHBitmap::Display(), MHText::Display(), MHVideo::Display(), MHRectangle::Display(), MHBitmap::GetOpaqueArea(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), GetRunningStatus(), MHVisible::GetVisibleArea(), MHBitmap::GetVisibleArea(), MHVideo::GetVisibleArea(), MHLink::MatchEvent(), MHText::Redraw(), MHPresentable::Run(), MHSlider::SetPortion(), MHSlider::SetSliderParameters(), MHSlider::SetSliderValue(), MHSlider::Step(), MHPresentable::Stop(), MHAudio::StopPlaying(), and MHVideo::StopPlaying().