|
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 |
Reimplemented in MHLink.
Definition at line 123 of file Root.h.
Referenced by MHActivate::Perform().
|
virtual |
Reimplemented in MHGroup, MHScene, MHApplication, MHLink, MHProgram, MHStream, MHAudio, MHVideo, MHTokenGroup, MHListGroup, MHVariable, and MHVisible.
Definition at line 70 of file Root.cpp.
Referenced by MHGroup::Activation(), MHLink::Activation(), MHProgram::Activation(), MHStream::Activation(), MHAudio::Activation(), MHTokenGroup::Activation(), MHVariable::Activation(), MHVisible::Activation(), MHStream::Preparation(), MHPresentable::Run(), and MHListGroup::Update().
Reimplemented in MHListGroup.
Definition at line 139 of file Root.h.
Referenced by MHAddItem::Perform().
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 168 of file Root.h.
Referenced by MHBringToFront::Perform().
|
inlinevirtual |
Reimplemented in MHTokenGroup.
|
inlinevirtual |
Reimplemented in MHResidentProgram.
Definition at line 127 of file Root.h.
Referenced by MHCall::Perform().
|
pure virtual |
Implemented in MHBitmap, MHDynamicLineArt, MHScene, MHApplication, MHFont, MHCursorShape, MHPalette, MHLink, MHResidentProgram, MHRemoteProgram, MHInterChgProgram, MHStream, MHAudio, MHVideo, MHRTGraphics, MHText, MHHyperText, MHTokenGroup, MHListGroup, MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, MHContentRefVar, MHLineArt, MHRectangle, MHSlider, MHEntryField, MHHotSpot, MHPushButton, and MHSwitchButton.
Referenced by InvalidAction().
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
Definition at line 193 of file Root.h.
Referenced by MHClear::Perform().
|
inlinevirtual |
Reimplemented in MHBitmap, MHText, and MHRectangle.
Definition at line 97 of file Root.h.
Referenced by MHGroup::MakeClone().
|
inlinevirtual |
Reimplemented in MHBitmap, MHIngredient, MHStream, MHVideo, and MHText.
Definition at line 67 of file Root.h.
Referenced by Preparation().
|
virtual |
Reimplemented in MHHyperText, MHSlider, MHEntryField, MHGroup, MHLink, MHProgram, MHStream, MHAudio, MHVideo, MHTokenGroup, MHListGroup, and MHVisible.
Definition at line 86 of file Root.cpp.
Referenced by MHGroup::Deactivation(), MHLink::Deactivation(), MHProgram::Deactivation(), MHStream::Deactivation(), MHAudio::Deactivation(), MHTokenGroup::Deactivation(), MHVisible::Deactivation(), Destruction(), MHPresentable::Stop(), MHEngine::TransitionToScene(), and MHListGroup::Update().
Reimplemented in MHListGroup.
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 150 of file Root.h.
Referenced by MHDeselectItem::CallAction().
|
virtual |
Reimplemented in MHGroup, MHIngredient, MHStream, MHListGroup, and MHVisible.
Definition at line 98 of file Root.cpp.
Referenced by MHGroup::Destruction(), and MHIngredient::Destruction().
|
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 |
Reimplemented in MHDynamicLineArt.
|
virtual |
Reimplemented in MHGroup, and MHStream.
Definition at line 116 of file Root.cpp.
Referenced by MHGroup::FindByObjectNo(), and MHStream::FindByObjectNo().
|
inlinevirtual |
Definition at line 76 of file Root.h.
Referenced by MHGetAvailabilityStatus::Perform().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 143 of file Root.h.
Referenced by MHGetCellItem::Perform().
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
Reimplemented in MHListGroup.
Definition at line 154 of file Root.h.
Referenced by MHGetFirstItem::CallAction().
|
inlinevirtual |
Reimplemented in MHHyperText, MHSlider, and MHEntryField.
|
inlinevirtual |
Reimplemented in MHHyperText, MHSlider, and MHEntryField.
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 147 of file Root.h.
Referenced by MHGetItemStatus::Perform().
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt.
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 145 of file Root.h.
Referenced by MHGetListItem::Perform().
Reimplemented in MHListGroup.
Definition at line 155 of file Root.h.
Referenced by MHGetListSize::CallAction().
|
inlinevirtual |
|
inlinevirtual |
Definition at line 77 of file Root.h.
Referenced by MHInteractible::InteractSetHighlightStatus(), and MHListGroup::Update().
|
inlinevirtual |
Reimplemented in MHTokenGroup.
Reimplemented in MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, and MHContentRefVar.
Definition at line 107 of file Root.h.
Referenced by MHGenericContentRef::GetValue(), MHGenericBoolean::GetValue(), MHGenericInteger::GetValue(), MHGenericObjectRef::GetValue(), MHGenericOctetString::GetValue(), MHEngine::LoadStorePersistent(), MHIntegerAction::Perform(), and MHAppend::Perform().
|
virtual |
Reimplemented in MHBitmap, MHDynamicLineArt, MHGroup, MHScene, MHApplication, MHIngredient, MHFont, MHCursorShape, MHPalette, MHLink, MHProgram, MHRemoteProgram, MHInterChgProgram, MHStream, MHAudio, MHVideo, MHRTGraphics, MHText, MHHyperText, MHTokenGroup, MHListGroup, MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, MHContentRefVar, MHVisible, MHLineArt, MHSlider, MHEntryField, MHButton, MHHotSpot, MHPushButton, and MHSwitchButton.
Definition at line 30 of file Root.cpp.
Referenced by MHGroup::Initialise(), and MHIngredient::Initialise().
|
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().
|
inlinevirtual |
Reimplemented in MHApplication, and MHIngredient.
Reimplemented in MHGroup.
Definition at line 83 of file Root.h.
Referenced by MHClone::CallAction().
|
inlinevirtual |
Reimplemented in MHTokenGroup.
|
inlinevirtual |
Reimplemented in MHTokenGroup.
|
inlinevirtual |
Reimplemented in MHIngredient.
Definition at line 94 of file Root.h.
Referenced by MHPreload::Perform().
|
virtual |
Reimplemented in MHBitmap, MHDynamicLineArt, MHGroup, MHIngredient, MHStream, MHVideo, MHText, MHListGroup, MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, MHContentRefVar, MHVisible, MHLineArt, and MHSlider.
Definition at line 53 of file Root.cpp.
Referenced by Activation(), MHGroup::Preparation(), and MHIngredient::Preparation().
|
virtual |
Reimplemented in MHBitmap, MHDynamicLineArt, MHGroup, MHScene, MHApplication, MHIngredient, MHFont, MHCursorShape, MHPalette, MHLink, MHProgram, MHResidentProgram, MHRemoteProgram, MHInterChgProgram, MHStream, MHAudio, MHVideo, MHRTGraphics, MHText, MHHyperText, MHTokenGroup, MHListGroup, MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, MHContentRefVar, MHVisible, MHLineArt, MHRectangle, MHSlider, MHEntryField, MHButton, MHHotSpot, MHPushButton, and MHSwitchButton.
Definition at line 38 of file Root.cpp.
Referenced by MHGroup::PrintMe(), and MHIngredient::PrintMe().
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 172 of file Root.h.
Referenced by MHListGroup::DelItem(), and MHListGroup::Update().
|
inlinevirtual |
Reimplemented in MHPresentable.
Definition at line 101 of file Root.h.
Referenced by MHRun::Perform().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 152 of file Root.h.
Referenced by MHScrollItems::CallAction().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 149 of file Root.h.
Referenced by MHSelectItem::CallAction().
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 169 of file Root.h.
Referenced by MHSendToBack::Perform().
Reimplemented in MHText.
Definition at line 115 of file Root.h.
Referenced by MHSetBackgroundColour::SetColour().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHDynamicLineArt, and MHVisible.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHIngredient.
|
inlinevirtual |
Reimplemented in MHIngredient.
Definition at line 89 of file Root.h.
Referenced by MHSetData::Perform().
Reimplemented in MHDynamicLineArt, and MHLineArt.
Definition at line 175 of file Root.h.
Referenced by MHSetFillColour::SetColour().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 153 of file Root.h.
Referenced by MHSetFirstItem::CallAction().
|
inlinevirtual |
Reimplemented in MHText.
Definition at line 119 of file Root.h.
Referenced by MHSetFontAttributes::Perform().
Reimplemented in MHHyperText, MHSlider, and MHEntryField.
Definition at line 229 of file Root.h.
Referenced by MHSetHighlightStatus::CallAction().
|
inlinevirtual |
Reimplemented in MHHyperText, MHSlider, and MHEntryField.
Definition at line 226 of file Root.h.
Referenced by MHSetInteractionStatus::CallAction().
Reimplemented in MHDynamicLineArt, and MHLineArt.
Definition at line 177 of file Root.h.
Referenced by MHSetLineColour::SetColour().
|
inlinevirtual |
Reimplemented in MHDynamicLineArt, and MHLineArt.
|
inlinevirtual |
Reimplemented in MHDynamicLineArt, and MHLineArt.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHVisible.
Definition at line 158 of file Root.h.
Referenced by MHListGroup::Update().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHStream.
Definition at line 222 of file Root.h.
Referenced by MHSetSpeed::Perform().
Reimplemented in MHText.
Definition at line 117 of file Root.h.
Referenced by MHSetTextColour::SetColour().
Reimplemented in MHGroup.
Definition at line 80 of file Root.h.
Referenced by MHSetTimer::Perform().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, and MHContentRefVar.
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(), MHPersistent::Perform(), MHGetEngineSupport::Perform(), MHGetAvailabilityStatus::Perform(), MHSetVariable::Perform(), MHIntegerAction::Perform(), MHAppend::Perform(), and SetSuccessFlag().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in MHPresentable, and MHProgram.
Definition at line 102 of file Root.h.
Referenced by MHStop::Perform().
Reimplemented in MHBooleanVar, MHOctetStrVar, MHObjectRefVar, MHContentRefVar, and MHIntegerVar.
Definition at line 105 of file Root.h.
Referenced by MHTestVariable::Perform().
|
inlinevirtual |
Reimplemented in MHListGroup.
Definition at line 151 of file Root.h.
Referenced by MHToggleItem::CallAction().
|
inlinevirtual |
Reimplemented in MHIngredient.
Definition at line 95 of file Root.h.
Referenced by MHUnload::Perform().
Definition at line 252 of file Root.h.
Referenced by Activation(), MHResidentProgram::CallProgram(), Destruction(), GetAvailabilityStatus(), Preparation(), MHBitmap::Preparation(), MHIngredient::Preparation(), MHStream::Preparation(), MHVideo::Preparation(), MHText::Preparation(), MHBooleanVar::Preparation(), MHIntegerVar::Preparation(), MHOctetStrVar::Preparation(), MHObjectRefVar::Preparation(), MHContentRefVar::Preparation(), MHVisible::Preparation(), and MHLineArt::Preparation().
Definition at line 253 of file Root.h.
Referenced by MHLink::Activate(), Activation(), MHGroup::Activation(), MHScene::Activation(), MHApplication::Activation(), MHLink::Activation(), MHProgram::Activation(), MHStream::Activation(), MHAudio::Activation(), MHVideo::Activation(), MHTokenGroup::Activation(), MHVariable::Activation(), MHVisible::Activation(), MHAudio::BeginPlaying(), MHVideo::BeginPlaying(), MHStream::ContentPreparation(), Deactivation(), MHGroup::Deactivation(), MHLink::Deactivation(), MHProgram::Deactivation(), MHStream::Deactivation(), MHAudio::Deactivation(), MHVideo::Deactivation(), MHTokenGroup::Deactivation(), MHVisible::Deactivation(), Destruction(), MHBitmap::Display(), MHVideo::Display(), MHText::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().
| MHObjectRef MHRoot::m_ObjectReference |
Definition at line 248 of file Root.h.
Referenced by MHClone::CallAction(), MHEngine::CancelExternalContentRequest(), MHEngine::CheckContentRequests(), MHText::ContentArrived(), MHEngine::EventTriggered(), FindByObjectNo(), MHGroup::FindByObjectNo(), MHStream::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().