|
MythTV
0.26-pre
|
#include <Root.h>
| MHRoot::MHRoot | ( | ) | [inline] |
| MHRoot::MHRoot | ( | const MHRoot & | ) | [inline] |
| virtual MHRoot::~MHRoot | ( | ) | [inline, virtual] |
| void MHRoot::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHContentRefVar, MHRTGraphics, MHApplication, MHPalette, MHObjectRefVar, MHListGroup, MHHyperText, MHCursorShape, MHLineArt, MHScene, MHOctetStrVar, MHFont, MHVideo, MHInterChgProgram, MHRemoteProgram, MHIntegerVar, MHGroup, MHTokenGroup, MHAudio, MHBooleanVar, MHText, MHBitmap, MHLink, MHVisible, MHIngredient, MHProgram, MHDynamicLineArt, and MHStream.
| void MHRoot::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHContentRefVar, MHRTGraphics, MHRectangle, MHApplication, MHPalette, MHObjectRefVar, MHListGroup, MHHyperText, MHCursorShape, MHScene, MHLineArt, MHOctetStrVar, MHFont, MHVideo, MHInterChgProgram, MHRemoteProgram, MHIntegerVar, MHTokenGroup, MHAudio, MHResidentProgram, MHGroup, MHBooleanVar, MHText, MHBitmap, MHLink, MHVisible, MHIngredient, MHProgram, MHDynamicLineArt, and MHStream.
| virtual bool MHRoot::IsShared | ( | ) | [inline, virtual] |
Reimplemented in MHApplication, and MHIngredient.
Definition at line 54 of file Root.h.
Referenced by MHEngine::TransitionToScene().
| void MHRoot::Preparation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented in MHSlider, MHContentRefVar, MHObjectRefVar, MHListGroup, MHLineArt, MHOctetStrVar, MHVideo, MHIntegerVar, MHGroup, MHBooleanVar, MHText, MHBitmap, MHIngredient, MHVisible, MHDynamicLineArt, and MHStream.
Definition at line 52 of file Root.cpp.
Referenced by Activation().
| void MHRoot::Activation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented in MHApplication, MHListGroup, MHScene, MHVideo, MHTokenGroup, MHAudio, MHGroup, MHLink, MHVisible, MHProgram, MHStream, and MHVariable.
Definition at line 69 of file Root.cpp.
Referenced by MHGroup::Activation(), MHStream::Preparation(), MHPresentable::Run(), and MHListGroup::Update().
| void MHRoot::Deactivation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented in MHEntryField, MHSlider, MHHyperText, MHListGroup, MHVideo, MHTokenGroup, MHAudio, MHGroup, MHLink, MHVisible, MHProgram, and MHStream.
Definition at line 85 of file Root.cpp.
Referenced by Destruction(), MHPresentable::Stop(), MHEngine::TransitionToScene(), and MHListGroup::Update().
| void MHRoot::Destruction | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented in MHListGroup, MHGroup, MHIngredient, MHVisible, and MHStream.
| virtual void MHRoot::ContentPreparation | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHVideo, MHIngredient, MHText, MHBitmap, and MHStream.
Definition at line 66 of file Root.h.
Referenced by Preparation().
| MHRoot * MHRoot::FindByObjectNo | ( | int | n | ) | [virtual] |
Reimplemented in MHGroup, and MHStream.
Definition at line 115 of file Root.cpp.
Referenced by MHStream::FindByObjectNo(), and MHGroup::FindByObjectNo().
| virtual bool MHRoot::GetAvailabilityStatus | ( | ) | [inline, virtual] |
Definition at line 75 of file Root.h.
Referenced by MHGetAvailabilityStatus::Perform().
| virtual bool MHRoot::GetRunningStatus | ( | ) | [inline, virtual] |
Definition at line 76 of file Root.h.
Referenced by MHGetRunningStatus::CallAction(), MHInteractible::InteractSetHighlightStatus(), and MHListGroup::Update().
Reimplemented in MHGroup.
Definition at line 79 of file Root.h.
Referenced by MHSetTimer::Perform().
| virtual void MHRoot::MakeClone | ( | MHRoot * | , |
| MHRoot * | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHGroup.
Definition at line 81 of file Root.h.
Referenced by MHClone::CallAction().
| virtual void MHRoot::SetInputRegister | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHScene.
Definition at line 82 of file Root.h.
Referenced by MHSetInputRegister::CallAction().
| virtual void MHRoot::SetData | ( | const MHOctetString & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHIngredient.
Definition at line 85 of file Root.h.
Referenced by MHSetData::Perform().
| virtual void MHRoot::SetData | ( | const MHContentRef & | , |
| bool | , | ||
| int | , | ||
| bool | , | ||
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHIngredient.
| virtual void MHRoot::Preload | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHIngredient.
Definition at line 88 of file Root.h.
Referenced by MHPreload::Perform().
| virtual void MHRoot::Unload | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHIngredient.
Definition at line 89 of file Root.h.
Referenced by MHUnload::Perform().
| virtual MHIngredient* MHRoot::Clone | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHRectangle, MHBitmap, and MHText.
Definition at line 91 of file Root.h.
Referenced by MHGroup::MakeClone().
| virtual void MHRoot::Run | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHPresentable.
Definition at line 95 of file Root.h.
Referenced by MHRun::Perform().
| virtual void MHRoot::Stop | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHProgram, and MHPresentable.
Definition at line 96 of file Root.h.
Referenced by MHStop::Perform().
| virtual void MHRoot::TestVariable | ( | int | , |
| const MHUnion & | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHContentRefVar, MHObjectRefVar, MHOctetStrVar, MHIntegerVar, and MHBooleanVar.
Definition at line 99 of file Root.h.
Referenced by MHTestVariable::Perform().
| virtual void MHRoot::GetVariableValue | ( | MHUnion & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHContentRefVar, MHObjectRefVar, MHOctetStrVar, MHIntegerVar, and MHBooleanVar.
Definition at line 100 of file Root.h.
Referenced by MHGenericBoolean::GetValue(), MHGenericInteger::GetValue(), MHGenericOctetString::GetValue(), MHGenericObjectRef::GetValue(), MHGenericContentRef::GetValue(), MHEngine::LoadStorePersistent(), MHIntegerAction::Perform(), and MHAppend::Perform().
| virtual void MHRoot::SetVariableValue | ( | const MHUnion & | ) | [inline, virtual] |
Reimplemented in MHContentRefVar, MHObjectRefVar, MHOctetStrVar, MHIntegerVar, and MHBooleanVar.
Definition at line 101 of file Root.h.
Referenced by MHGetRunningStatus::CallAction(), MHGetInteractionStatus::CallAction(), MHGetHighlightStatus::CallAction(), MHGetSliderValue::CallAction(), MHGetPortion::CallAction(), MHResidentProgram::CallProgram(), MHBitmap::GetBitmapDecodeOffset(), MHVisible::GetBoxSize(), MHListGroup::GetCellItem(), MHDynamicLineArt::GetFillColour(), MHListGroup::GetFirstItem(), MHListGroup::GetItemStatus(), MHDynamicLineArt::GetLineColour(), MHDynamicLineArt::GetLineStyle(), MHDynamicLineArt::GetLineWidth(), MHListGroup::GetListItem(), MHListGroup::GetListSize(), MHVisible::GetPosition(), MHText::GetTextData(), MHTokenGroup::GetTokenPosition(), MHVideo::GetVideoDecodeOffset(), MHEngine::LoadStorePersistent(), MHGroup::MakeClone(), MHSetVariable::Perform(), MHIntegerAction::Perform(), MHPersistent::Perform(), MHGetAvailabilityStatus::Perform(), MHAppend::Perform(), MHGetEngineSupport::Perform(), and SetSuccessFlag().
| virtual void MHRoot::GetTextData | ( | MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHText.
Definition at line 104 of file Root.h.
Referenced by MHGetTextData::CallAction().
| virtual void MHRoot::SetBackgroundColour | ( | const MHColour & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHText.
Definition at line 105 of file Root.h.
Referenced by MHSetBackgroundColour::SetColour().
| virtual void MHRoot::SetTextColour | ( | const MHColour & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHText.
Definition at line 106 of file Root.h.
Referenced by MHSetTextColour::SetColour().
| virtual void MHRoot::SetFontAttributes | ( | const MHOctetString & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHText.
Definition at line 107 of file Root.h.
Referenced by MHSetFontAttributes::Perform().
| virtual void MHRoot::Activate | ( | bool | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHLink.
Definition at line 110 of file Root.h.
Referenced by MHActivate::Perform().
| virtual void MHRoot::CallProgram | ( | bool | , |
| const MHObjectRef & | , | ||
| const MHSequence< MHParameter * > & | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHResidentProgram.
Definition at line 113 of file Root.h.
Referenced by MHCall::Perform().
| virtual void MHRoot::CallActionSlot | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHTokenGroup.
Definition at line 117 of file Root.h.
Referenced by MHCallActionSlot::CallAction().
| virtual void MHRoot::Move | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHTokenGroup.
Definition at line 118 of file Root.h.
Referenced by MHMove::CallAction().
| virtual void MHRoot::MoveTo | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHTokenGroup.
Definition at line 119 of file Root.h.
Referenced by MHMoveTo::CallAction().
| virtual void MHRoot::GetTokenPosition | ( | MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHTokenGroup.
Definition at line 120 of file Root.h.
Referenced by MHGetTokenPosition::CallAction().
| virtual void MHRoot::AddItem | ( | int | , |
| MHRoot * | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 123 of file Root.h.
Referenced by MHAddItem::Perform().
| virtual void MHRoot::DelItem | ( | MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 124 of file Root.h.
Referenced by MHDelItem::CallAction().
| virtual void MHRoot::GetCellItem | ( | int | , |
| const MHObjectRef & | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 125 of file Root.h.
Referenced by MHGetCellItem::Perform().
| virtual void MHRoot::GetListItem | ( | int | , |
| const MHObjectRef & | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 126 of file Root.h.
Referenced by MHGetListItem::Perform().
| virtual void MHRoot::GetItemStatus | ( | int | , |
| const MHObjectRef & | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 127 of file Root.h.
Referenced by MHGetItemStatus::Perform().
| virtual void MHRoot::SelectItem | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 128 of file Root.h.
Referenced by MHSelectItem::CallAction().
| virtual void MHRoot::DeselectItem | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 129 of file Root.h.
Referenced by MHDeselectItem::CallAction().
| virtual void MHRoot::ToggleItem | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 130 of file Root.h.
Referenced by MHToggleItem::CallAction().
| virtual void MHRoot::ScrollItems | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 131 of file Root.h.
Referenced by MHScrollItems::CallAction().
| virtual void MHRoot::SetFirstItem | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 132 of file Root.h.
Referenced by MHSetFirstItem::CallAction().
| virtual void MHRoot::GetFirstItem | ( | MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 133 of file Root.h.
Referenced by MHGetFirstItem::CallAction().
| virtual void MHRoot::GetListSize | ( | MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHListGroup.
Definition at line 134 of file Root.h.
Referenced by MHGetListSize::CallAction().
| virtual void MHRoot::SetPosition | ( | int | , |
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 137 of file Root.h.
Referenced by MHSetPosition::CallAction(), and MHListGroup::Update().
| virtual void MHRoot::GetPosition | ( | MHRoot * | , |
| MHRoot * | |||
| ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 138 of file Root.h.
Referenced by MHGetPosition::CallAction().
| virtual void MHRoot::SetBoxSize | ( | int | , |
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVisible, and MHDynamicLineArt.
Definition at line 139 of file Root.h.
Referenced by MHSetBoxSize::CallAction().
| virtual void MHRoot::GetBoxSize | ( | MHRoot * | , |
| MHRoot * | |||
| ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 140 of file Root.h.
Referenced by MHGetBoxSize::CallAction().
| virtual void MHRoot::SetPaletteRef | ( | const MHObjectRef | , |
| MHEngine * | |||
| ) | [inline, virtual] |
| virtual void MHRoot::BringToFront | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 142 of file Root.h.
Referenced by MHBringToFront::Perform().
| virtual void MHRoot::SendToBack | ( | MHEngine * | ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 143 of file Root.h.
Referenced by MHSendToBack::Perform().
| virtual void MHRoot::PutBefore | ( | const MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 144 of file Root.h.
Referenced by MHPutBefore::CallAction().
| virtual void MHRoot::PutBehind | ( | const MHRoot * | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 145 of file Root.h.
Referenced by MHPutBehind::CallAction().
| virtual void MHRoot::ResetPosition | ( | ) | [inline, virtual] |
Reimplemented in MHVisible.
Definition at line 146 of file Root.h.
Referenced by MHListGroup::DelItem(), and MHListGroup::Update().
| virtual void MHRoot::SetFillColour | ( | const MHColour & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHLineArt, and MHDynamicLineArt.
Definition at line 149 of file Root.h.
Referenced by MHSetFillColour::SetColour().
| virtual void MHRoot::SetLineColour | ( | const MHColour & | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHLineArt, and MHDynamicLineArt.
Definition at line 150 of file Root.h.
Referenced by MHSetLineColour::SetColour().
| virtual void MHRoot::SetLineWidth | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHLineArt.
Definition at line 151 of file Root.h.
Referenced by MHSetLineWidth::CallAction().
| virtual void MHRoot::SetLineStyle | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHLineArt.
Definition at line 152 of file Root.h.
Referenced by MHSetLineStyle::CallAction().
| virtual void MHRoot::SetTransparency | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHBitmap.
Definition at line 155 of file Root.h.
Referenced by MHSetTransparency::CallAction().
| virtual void MHRoot::ScaleBitmap | ( | int | , |
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHBitmap.
Definition at line 156 of file Root.h.
Referenced by MHScaleBitmap::CallAction().
| virtual void MHRoot::SetBitmapDecodeOffset | ( | int | , |
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHBitmap.
Definition at line 157 of file Root.h.
Referenced by MHSetBitmapDecodeOffset::CallAction().
| virtual void MHRoot::GetBitmapDecodeOffset | ( | MHRoot * | , |
| MHRoot * | |||
| ) | [inline, virtual] |
Reimplemented in MHBitmap.
Definition at line 158 of file Root.h.
Referenced by MHGetBitmapDecodeOffset::CallAction().
| virtual void MHRoot::Clear | ( | void | ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
Definition at line 161 of file Root.h.
Referenced by MHClear::Perform().
| virtual void MHRoot::GetLineWidth | ( | MHRoot * | ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
Definition at line 162 of file Root.h.
Referenced by MHGetLineWidth::CallAction(), and MHGetFillColour::CallAction().
| virtual void MHRoot::GetLineStyle | ( | MHRoot * | ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
Definition at line 163 of file Root.h.
Referenced by MHGetLineStyle::CallAction().
| virtual void MHRoot::GetLineColour | ( | MHRoot * | ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
Definition at line 164 of file Root.h.
Referenced by MHGetLineColour::CallAction().
| virtual void MHRoot::GetFillColour | ( | MHRoot * | ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
| virtual void MHRoot::DrawArcSector | ( | bool | , |
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
Definition at line 166 of file Root.h.
Referenced by MHDrawArcSector::CallAction().
Reimplemented in MHDynamicLineArt.
Definition at line 168 of file Root.h.
Referenced by MHDrawLine::CallAction().
Reimplemented in MHDynamicLineArt.
Definition at line 169 of file Root.h.
Referenced by MHDrawOval::CallAction().
Reimplemented in MHDynamicLineArt.
Definition at line 170 of file Root.h.
Referenced by MHDrawRectangle::CallAction().
| virtual void MHRoot::DrawPoly | ( | bool | , |
| int | , | ||
| const int * | , | ||
| const int * | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHDynamicLineArt.
Definition at line 171 of file Root.h.
Referenced by MHDrawPoly::Perform().
| virtual void MHRoot::ScaleVideo | ( | int | , |
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVideo.
Definition at line 175 of file Root.h.
Referenced by MHScaleVideo::CallAction().
| virtual void MHRoot::SetVideoDecodeOffset | ( | int | , |
| int | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVideo.
Definition at line 176 of file Root.h.
Referenced by MHSetVideoDecodeOffset::CallAction().
| virtual void MHRoot::GetVideoDecodeOffset | ( | MHRoot * | , |
| MHRoot * | , | ||
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHVideo.
Definition at line 177 of file Root.h.
Referenced by MHGetVideoDecodeOffset::CallAction().
| virtual void MHRoot::SetInteractionStatus | ( | bool | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Definition at line 180 of file Root.h.
Referenced by MHSetInteractionStatus::CallAction().
| virtual bool MHRoot::GetInteractionStatus | ( | void | ) | [inline, virtual] |
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Definition at line 181 of file Root.h.
Referenced by MHGetInteractionStatus::CallAction().
| virtual void MHRoot::SetHighlightStatus | ( | bool | , |
| MHEngine * | engine | ||
| ) | [inline, virtual] |
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Definition at line 182 of file Root.h.
Referenced by MHSetHighlightStatus::CallAction().
| virtual bool MHRoot::GetHighlightStatus | ( | void | ) | [inline, virtual] |
Reimplemented in MHEntryField, MHSlider, and MHHyperText.
Definition at line 183 of file Root.h.
Referenced by MHGetHighlightStatus::CallAction().
| virtual void MHRoot::Step | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHSlider.
Definition at line 186 of file Root.h.
Referenced by MHStep::CallAction().
| virtual void MHRoot::SetSliderValue | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHSlider.
Definition at line 187 of file Root.h.
Referenced by MHSetSliderValue::CallAction().
| virtual int MHRoot::GetSliderValue | ( | void | ) | [inline, virtual] |
Reimplemented in MHSlider.
Definition at line 188 of file Root.h.
Referenced by MHGetSliderValue::CallAction().
| virtual void MHRoot::SetPortion | ( | int | , |
| MHEngine * | |||
| ) | [inline, virtual] |
Reimplemented in MHSlider.
Definition at line 189 of file Root.h.
Referenced by MHSetPortion::CallAction().
| virtual int MHRoot::GetPortion | ( | void | ) | [inline, virtual] |
Reimplemented in MHSlider.
Definition at line 190 of file Root.h.
Referenced by MHGetPortion::CallAction().
Reimplemented in MHSlider.
Definition at line 192 of file Root.h.
Referenced by MHSetSliderParameters::CallAction().
| void MHRoot::InvalidAction | ( | const char * | actionName | ) | [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(), 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(), SetData(), SetFillColour(), SetFirstItem(), SetFontAttributes(), SetHighlightStatus(), SetInputRegister(), SetInteractionStatus(), SetLineColour(), SetLineStyle(), SetLineWidth(), SetPaletteRef(), SetPortion(), SetPosition(), SetSliderParameters(), SetSliderValue(), SetTextColour(), SetTimer(), SetTransparency(), SetVariableValue(), SetVideoDecodeOffset(), Step(), Stop(), TestVariable(), ToggleItem(), and Unload().
| virtual const char* MHRoot::ClassName | ( | ) | [pure virtual] |
Implemented in MHSwitchButton, MHPushButton, MHHotSpot, MHEntryField, MHSlider, MHContentRefVar, MHRTGraphics, MHRectangle, MHApplication, MHPalette, MHObjectRefVar, MHListGroup, MHCursorShape, MHHyperText, MHScene, MHLineArt, MHOctetStrVar, MHFont, MHVideo, MHInterChgProgram, MHRemoteProgram, MHIntegerVar, MHTokenGroup, MHAudio, MHResidentProgram, MHBooleanVar, MHText, MHBitmap, MHLink, MHDynamicLineArt, and MHStream.
Referenced by InvalidAction().
friend class MHEngine [friend] |
Reimplemented in MHApplication, MHScene, MHIngredient, and MHGroup.
Definition at line 199 of file Root.h.
Referenced by MHClone::CallAction(), MHEngine::EventTriggered(), MHStream::FindByObjectNo(), MHGroup::FindByObjectNo(), FindByObjectNo(), MHEngine::FindObject(), MHListGroup::GetCellItem(), Initialise(), MHGroup::Initialise(), MHGroup::MakeClone(), MHLink::MatchEvent(), PrintMe(), MHEngine::RunAll(), MHBooleanVar::SetVariableValue(), MHIntegerVar::SetVariableValue(), MHOctetStrVar::SetVariableValue(), MHObjectRefVar::SetVariableValue(), and MHContentRefVar::SetVariableValue().
bool MHRoot::m_fAvailable [protected] |
Definition at line 203 of file Root.h.
Referenced by Activation(), MHResidentProgram::CallProgram(), Destruction(), GetAvailabilityStatus(), MHStream::Preparation(), MHVisible::Preparation(), MHIngredient::Preparation(), MHBitmap::Preparation(), MHText::Preparation(), MHBooleanVar::Preparation(), Preparation(), MHIntegerVar::Preparation(), MHVideo::Preparation(), MHOctetStrVar::Preparation(), MHLineArt::Preparation(), MHObjectRefVar::Preparation(), and MHContentRefVar::Preparation().
bool MHRoot::m_fRunning [protected] |
Definition at line 204 of file Root.h.
Referenced by MHLink::Activate(), MHVariable::Activation(), MHStream::Activation(), MHProgram::Activation(), MHVisible::Activation(), MHLink::Activation(), MHGroup::Activation(), Activation(), MHAudio::Activation(), MHTokenGroup::Activation(), MHVideo::Activation(), MHScene::Activation(), MHApplication::Activation(), MHAudio::BeginPlaying(), MHVideo::BeginPlaying(), MHStream::Deactivation(), MHProgram::Deactivation(), MHVisible::Deactivation(), MHLink::Deactivation(), MHGroup::Deactivation(), Deactivation(), MHAudio::Deactivation(), MHTokenGroup::Deactivation(), MHVideo::Deactivation(), Destruction(), MHBitmap::Display(), MHText::Display(), MHVideo::Display(), MHRectangle::Display(), MHBitmap::GetOpaqueArea(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), GetRunningStatus(), MHBitmap::GetVisibleArea(), MHVisible::GetVisibleArea(), MHVideo::GetVisibleArea(), MHLink::MatchEvent(), MHText::Redraw(), MHPresentable::Run(), MHSlider::SetPortion(), MHSlider::SetSliderParameters(), MHSlider::SetSliderValue(), MHSlider::Step(), MHPresentable::Stop(), MHAudio::StopPlaying(), and MHVideo::StopPlaying().
1.7.6.1