MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
MHRoot Class Reference

#include <Root.h>

Inheritance diagram for MHRoot:
Inheritance graph
[legend]
Collaboration diagram for MHRoot:
Collaboration graph
[legend]

Public Member Functions

 MHRoot ()
 MHRoot (const MHRoot &)
virtual ~MHRoot ()
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 MHRootFindByObjectNo (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 MHIngredientClone (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, int, const int *, const int *, 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 *engine)
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
bool m_fRunning

Friends

class MHEngine

Detailed Description

Definition at line 43 of file Root.h.

Constructor & Destructor Documentation

MHRoot::MHRoot ( )
inline

Definition at line 46 of file Root.h.

MHRoot::MHRoot ( const MHRoot )
inline

Definition at line 47 of file Root.h.

virtual MHRoot::~MHRoot ( )
inlinevirtual

Definition at line 48 of file Root.h.

Member Function Documentation

void MHRoot::Initialise ( MHParseNode p,
MHEngine engine 
)
virtual
void MHRoot::PrintMe ( FILE *  fd,
int  nTabs 
) const
virtual
virtual bool MHRoot::IsShared ( )
inlinevirtual

Reimplemented in MHApplication, and MHIngredient.

Definition at line 54 of file Root.h.

Referenced by MHEngine::TransitionToScene().

void MHRoot::Preparation ( MHEngine engine)
virtual
void MHRoot::Activation ( MHEngine engine)
virtual
void MHRoot::Deactivation ( MHEngine engine)
virtual
void MHRoot::Destruction ( MHEngine engine)
virtual

Reimplemented in MHListGroup, MHGroup, MHIngredient, MHVisible, and MHStream.

Definition at line 97 of file Root.cpp.

virtual void MHRoot::ContentPreparation ( MHEngine )
inlinevirtual

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 ( )
inlinevirtual

Definition at line 75 of file Root.h.

Referenced by MHGetAvailabilityStatus::Perform().

virtual bool MHRoot::GetRunningStatus ( )
inlinevirtual
virtual void MHRoot::SetTimer ( int  ,
bool  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHGroup.

Definition at line 79 of file Root.h.

Referenced by MHSetTimer::Perform().

virtual void MHRoot::MakeClone ( MHRoot ,
MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHGroup.

Definition at line 81 of file Root.h.

Referenced by MHClone::CallAction().

virtual void MHRoot::SetInputRegister ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHScene.

Definition at line 82 of file Root.h.

Referenced by MHSetInputRegister::CallAction().

virtual void MHRoot::SetData ( const MHOctetString ,
MHEngine  
)
inlinevirtual

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  
)
inlinevirtual

Reimplemented in MHIngredient.

Definition at line 86 of file Root.h.

virtual void MHRoot::Preload ( MHEngine )
inlinevirtual

Reimplemented in MHIngredient.

Definition at line 88 of file Root.h.

Referenced by MHPreload::Perform().

virtual void MHRoot::Unload ( MHEngine )
inlinevirtual

Reimplemented in MHIngredient.

Definition at line 89 of file Root.h.

Referenced by MHUnload::Perform().

virtual MHIngredient* MHRoot::Clone ( MHEngine )
inlinevirtual

Reimplemented in MHRectangle, MHBitmap, and MHText.

Definition at line 91 of file Root.h.

Referenced by MHGroup::MakeClone().

virtual void MHRoot::Run ( MHEngine )
inlinevirtual

Reimplemented in MHPresentable.

Definition at line 95 of file Root.h.

Referenced by MHRun::Perform().

virtual void MHRoot::Stop ( MHEngine )
inlinevirtual

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  
)
inlinevirtual

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  
)
inlinevirtual
virtual void MHRoot::SetVariableValue ( const MHUnion )
inlinevirtual
virtual void MHRoot::GetTextData ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHText.

Definition at line 104 of file Root.h.

Referenced by MHGetTextData::CallAction().

virtual void MHRoot::SetBackgroundColour ( const MHColour ,
MHEngine  
)
inlinevirtual

Reimplemented in MHText.

Definition at line 105 of file Root.h.

Referenced by MHSetBackgroundColour::SetColour().

virtual void MHRoot::SetTextColour ( const MHColour ,
MHEngine  
)
inlinevirtual

Reimplemented in MHText.

Definition at line 106 of file Root.h.

Referenced by MHSetTextColour::SetColour().

virtual void MHRoot::SetFontAttributes ( const MHOctetString ,
MHEngine  
)
inlinevirtual

Reimplemented in MHText.

Definition at line 107 of file Root.h.

Referenced by MHSetFontAttributes::Perform().

virtual void MHRoot::Activate ( bool  ,
MHEngine  
)
inlinevirtual

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  
)
inlinevirtual

Reimplemented in MHResidentProgram.

Definition at line 113 of file Root.h.

Referenced by MHCall::Perform().

virtual void MHRoot::CallActionSlot ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHTokenGroup.

Definition at line 117 of file Root.h.

Referenced by MHCallActionSlot::CallAction().

virtual void MHRoot::Move ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHTokenGroup.

Definition at line 118 of file Root.h.

Referenced by MHMove::CallAction().

virtual void MHRoot::MoveTo ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHTokenGroup.

Definition at line 119 of file Root.h.

Referenced by MHMoveTo::CallAction().

virtual void MHRoot::GetTokenPosition ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHTokenGroup.

Definition at line 120 of file Root.h.

Referenced by MHGetTokenPosition::CallAction().

virtual void MHRoot::AddItem ( int  ,
MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 123 of file Root.h.

Referenced by MHAddItem::Perform().

virtual void MHRoot::DelItem ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 124 of file Root.h.

Referenced by MHDelItem::CallAction().

virtual void MHRoot::GetCellItem ( int  ,
const MHObjectRef ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 125 of file Root.h.

Referenced by MHGetCellItem::Perform().

virtual void MHRoot::GetListItem ( int  ,
const MHObjectRef ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 126 of file Root.h.

Referenced by MHGetListItem::Perform().

virtual void MHRoot::GetItemStatus ( int  ,
const MHObjectRef ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 127 of file Root.h.

Referenced by MHGetItemStatus::Perform().

virtual void MHRoot::SelectItem ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 128 of file Root.h.

Referenced by MHSelectItem::CallAction().

virtual void MHRoot::DeselectItem ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 129 of file Root.h.

Referenced by MHDeselectItem::CallAction().

virtual void MHRoot::ToggleItem ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 130 of file Root.h.

Referenced by MHToggleItem::CallAction().

virtual void MHRoot::ScrollItems ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 131 of file Root.h.

Referenced by MHScrollItems::CallAction().

virtual void MHRoot::SetFirstItem ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 132 of file Root.h.

Referenced by MHSetFirstItem::CallAction().

virtual void MHRoot::GetFirstItem ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 133 of file Root.h.

Referenced by MHGetFirstItem::CallAction().

virtual void MHRoot::GetListSize ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHListGroup.

Definition at line 134 of file Root.h.

Referenced by MHGetListSize::CallAction().

virtual void MHRoot::SetPosition ( int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVisible.

Definition at line 137 of file Root.h.

Referenced by MHSetPosition::CallAction(), and MHListGroup::Update().

virtual void MHRoot::GetPosition ( MHRoot ,
MHRoot  
)
inlinevirtual

Reimplemented in MHVisible.

Definition at line 138 of file Root.h.

Referenced by MHGetPosition::CallAction().

virtual void MHRoot::SetBoxSize ( int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVisible, and MHDynamicLineArt.

Definition at line 139 of file Root.h.

Referenced by MHSetBoxSize::CallAction().

virtual void MHRoot::GetBoxSize ( MHRoot ,
MHRoot  
)
inlinevirtual

Reimplemented in MHVisible.

Definition at line 140 of file Root.h.

Referenced by MHGetBoxSize::CallAction().

virtual void MHRoot::SetPaletteRef ( const MHObjectRef  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVisible.

Definition at line 141 of file Root.h.

virtual void MHRoot::BringToFront ( MHEngine )
inlinevirtual

Reimplemented in MHVisible.

Definition at line 142 of file Root.h.

Referenced by MHBringToFront::Perform().

virtual void MHRoot::SendToBack ( MHEngine )
inlinevirtual

Reimplemented in MHVisible.

Definition at line 143 of file Root.h.

Referenced by MHSendToBack::Perform().

virtual void MHRoot::PutBefore ( const MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVisible.

Definition at line 144 of file Root.h.

Referenced by MHPutBefore::CallAction().

virtual void MHRoot::PutBehind ( const MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVisible.

Definition at line 145 of file Root.h.

Referenced by MHPutBehind::CallAction().

virtual void MHRoot::ResetPosition ( )
inlinevirtual

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  
)
inlinevirtual

Reimplemented in MHLineArt, and MHDynamicLineArt.

Definition at line 149 of file Root.h.

Referenced by MHSetFillColour::SetColour().

virtual void MHRoot::SetLineColour ( const MHColour ,
MHEngine  
)
inlinevirtual

Reimplemented in MHLineArt, and MHDynamicLineArt.

Definition at line 150 of file Root.h.

Referenced by MHSetLineColour::SetColour().

virtual void MHRoot::SetLineWidth ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHLineArt, and MHDynamicLineArt.

Definition at line 151 of file Root.h.

Referenced by MHSetLineWidth::CallAction().

virtual void MHRoot::SetLineStyle ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHLineArt, and MHDynamicLineArt.

Definition at line 152 of file Root.h.

Referenced by MHSetLineStyle::CallAction().

virtual void MHRoot::SetTransparency ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHBitmap.

Definition at line 155 of file Root.h.

Referenced by MHSetTransparency::CallAction().

virtual void MHRoot::ScaleBitmap ( int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHBitmap.

Definition at line 156 of file Root.h.

Referenced by MHScaleBitmap::CallAction().

virtual void MHRoot::SetBitmapDecodeOffset ( int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHBitmap.

Definition at line 157 of file Root.h.

Referenced by MHSetBitmapDecodeOffset::CallAction().

virtual void MHRoot::GetBitmapDecodeOffset ( MHRoot ,
MHRoot  
)
inlinevirtual

Reimplemented in MHBitmap.

Definition at line 158 of file Root.h.

Referenced by MHGetBitmapDecodeOffset::CallAction().

virtual void MHRoot::Clear ( void  )
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 161 of file Root.h.

Referenced by MHClear::Perform().

virtual void MHRoot::GetLineWidth ( MHRoot )
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 162 of file Root.h.

Referenced by MHGetLineWidth::CallAction(), and MHGetFillColour::CallAction().

virtual void MHRoot::GetLineStyle ( MHRoot )
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 163 of file Root.h.

Referenced by MHGetLineStyle::CallAction().

virtual void MHRoot::GetLineColour ( MHRoot )
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 164 of file Root.h.

Referenced by MHGetLineColour::CallAction().

virtual void MHRoot::GetFillColour ( MHRoot )
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 165 of file Root.h.

virtual void MHRoot::DrawArcSector ( bool  ,
int  ,
int  ,
int  ,
int  ,
int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 166 of file Root.h.

Referenced by MHDrawArcSector::CallAction().

virtual void MHRoot::DrawLine ( int  ,
int  ,
int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 168 of file Root.h.

Referenced by MHDrawLine::CallAction().

virtual void MHRoot::DrawOval ( int  ,
int  ,
int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 169 of file Root.h.

Referenced by MHDrawOval::CallAction().

virtual void MHRoot::DrawRectangle ( int  ,
int  ,
int  ,
int  ,
MHEngine  
)
inlinevirtual

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  
)
inlinevirtual

Reimplemented in MHDynamicLineArt.

Definition at line 171 of file Root.h.

Referenced by MHDrawPoly::Perform().

virtual void MHRoot::ScaleVideo ( int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVideo.

Definition at line 175 of file Root.h.

Referenced by MHScaleVideo::CallAction().

virtual void MHRoot::SetVideoDecodeOffset ( int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVideo.

Definition at line 176 of file Root.h.

Referenced by MHSetVideoDecodeOffset::CallAction().

virtual void MHRoot::GetVideoDecodeOffset ( MHRoot ,
MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHVideo.

Definition at line 177 of file Root.h.

Referenced by MHGetVideoDecodeOffset::CallAction().

virtual void MHRoot::GetCounterPosition ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHStream.

Definition at line 178 of file Root.h.

Referenced by MHGetCounterPosition::CallAction().

virtual void MHRoot::GetCounterMaxPosition ( MHRoot ,
MHEngine  
)
inlinevirtual

Reimplemented in MHStream.

Definition at line 179 of file Root.h.

Referenced by MHGetCounterMaxPosition::CallAction().

virtual void MHRoot::SetCounterPosition ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHStream.

Definition at line 180 of file Root.h.

Referenced by MHSetCounterPosition::CallAction().

virtual void MHRoot::SetSpeed ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHStream.

Definition at line 181 of file Root.h.

Referenced by MHSetSpeed::Perform().

virtual void MHRoot::SetInteractionStatus ( bool  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHEntryField, MHSlider, and MHHyperText.

Definition at line 184 of file Root.h.

Referenced by MHSetInteractionStatus::CallAction().

virtual bool MHRoot::GetInteractionStatus ( void  )
inlinevirtual

Reimplemented in MHEntryField, MHSlider, and MHHyperText.

Definition at line 185 of file Root.h.

Referenced by MHGetInteractionStatus::CallAction().

virtual void MHRoot::SetHighlightStatus ( bool  ,
MHEngine engine 
)
inlinevirtual

Reimplemented in MHEntryField, MHSlider, and MHHyperText.

Definition at line 186 of file Root.h.

Referenced by MHSetHighlightStatus::CallAction().

virtual bool MHRoot::GetHighlightStatus ( void  )
inlinevirtual

Reimplemented in MHEntryField, MHSlider, and MHHyperText.

Definition at line 187 of file Root.h.

Referenced by MHGetHighlightStatus::CallAction().

virtual void MHRoot::Step ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHSlider.

Definition at line 190 of file Root.h.

Referenced by MHStep::CallAction().

virtual void MHRoot::SetSliderValue ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHSlider.

Definition at line 191 of file Root.h.

Referenced by MHSetSliderValue::CallAction().

virtual int MHRoot::GetSliderValue ( void  )
inlinevirtual

Reimplemented in MHSlider.

Definition at line 192 of file Root.h.

Referenced by MHGetSliderValue::CallAction().

virtual void MHRoot::SetPortion ( int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHSlider.

Definition at line 193 of file Root.h.

Referenced by MHSetPortion::CallAction().

virtual int MHRoot::GetPortion ( void  )
inlinevirtual

Reimplemented in MHSlider.

Definition at line 194 of file Root.h.

Referenced by MHGetPortion::CallAction().

virtual void MHRoot::SetSliderParameters ( int  ,
int  ,
int  ,
MHEngine  
)
inlinevirtual

Reimplemented in MHSlider.

Definition at line 196 of file Root.h.

Referenced by MHSetSliderParameters::CallAction().

void MHRoot::InvalidAction ( const char *  actionName)
protected
virtual const char* MHRoot::ClassName ( )
pure virtual

Friends And Related Function Documentation

friend class MHEngine
friend

Definition at line 210 of file Root.h.

Member Data Documentation

MHObjectRef MHRoot::m_ObjectReference
bool MHRoot::m_fAvailable
protected
bool MHRoot::m_fRunning
protected

The documentation for this class was generated from the following files: