MHRoot Class Reference

#include <Root.h>

Inheritance diagram for MHRoot:

MHGroup MHIngredient MHApplication MHScene MHCursorShape MHFont MHLink MHPalette MHPresentable MHProgram MHVariable

List of all members.


Detailed Description

Definition at line 45 of file Root.h.


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, const QPointArray &, MHEngine *)
virtual void ScaleVideo (int, int, MHEngine *)
virtual void SetVideoDecodeOffset (int, int, MHEngine *)
virtual void GetVideoDecodeOffset (MHRoot *, MHRoot *, 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

Constructor & Destructor Documentation

MHRoot::MHRoot (  )  [inline]

Definition at line 48 of file Root.h.

MHRoot::MHRoot ( const MHRoot  )  [inline]

Definition at line 49 of file Root.h.

virtual MHRoot::~MHRoot (  )  [inline, virtual]

Definition at line 50 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 (  )  [inline, virtual]

Reimplemented in MHApplication, and MHIngredient.

Definition at line 56 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 MHGroup, MHIngredient, MHStream, MHListGroup, and MHVisible.

Definition at line 81 of file Root.cpp.

Referenced by MHIngredient::Destruction(), and MHGroup::Destruction().

virtual void MHRoot::ContentPreparation ( MHEngine  )  [inline, virtual]

Reimplemented in MHBitmap, MHIngredient, MHStream, MHVideo, and MHText.

Definition at line 68 of file Root.h.

Referenced by Preparation().

MHRoot * MHRoot::FindByObjectNo ( int  n  )  [virtual]

Reimplemented in MHGroup, and MHStream.

Definition at line 91 of file Root.cpp.

Referenced by MHStream::FindByObjectNo(), and MHGroup::FindByObjectNo().

virtual bool MHRoot::GetAvailabilityStatus (  )  [inline, virtual]

Definition at line 77 of file Root.h.

Referenced by MHGetAvailabilityStatus::Perform().

virtual bool MHRoot::GetRunningStatus (  )  [inline, virtual]

virtual void MHRoot::SetTimer ( int  ,
bool  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHGroup.

Definition at line 81 of file Root.h.

Referenced by MHSetTimer::Perform().

virtual void MHRoot::MakeClone ( MHRoot ,
MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHGroup.

Definition at line 83 of file Root.h.

Referenced by MHClone::CallAction().

virtual void MHRoot::SetInputRegister ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHScene.

Definition at line 84 of file Root.h.

Referenced by MHSetInputRegister::CallAction().

virtual void MHRoot::SetData ( const MHOctetString ,
MHEngine  
) [inline, virtual]

Reimplemented in MHIngredient.

Definition at line 87 of file Root.h.

Referenced by MHSetData::Perform().

virtual void MHRoot::SetData ( const MHContentRef ,
bool  ,
int  ,
bool  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHIngredient.

Definition at line 88 of file Root.h.

virtual void MHRoot::Preload ( MHEngine  )  [inline, virtual]

Reimplemented in MHIngredient.

Definition at line 90 of file Root.h.

Referenced by MHPreload::Perform().

virtual void MHRoot::Unload ( MHEngine  )  [inline, virtual]

Reimplemented in MHIngredient.

Definition at line 91 of file Root.h.

Referenced by MHUnload::Perform().

virtual MHIngredient* MHRoot::Clone ( MHEngine  )  [inline, virtual]

Reimplemented in MHBitmap, MHText, and MHRectangle.

Definition at line 93 of file Root.h.

Referenced by MHGroup::MakeClone().

virtual void MHRoot::Run ( MHEngine  )  [inline, virtual]

Reimplemented in MHPresentable.

Definition at line 97 of file Root.h.

Referenced by MHRun::Perform().

virtual void MHRoot::Stop ( MHEngine  )  [inline, virtual]

Reimplemented in MHPresentable, and MHProgram.

Definition at line 98 of file Root.h.

Referenced by MHStop::Perform().

virtual void MHRoot::TestVariable ( int  ,
const MHUnion ,
MHEngine  
) [inline, virtual]

Reimplemented in MHBooleanVar, MHIntegerVar, MHOctetStrVar, MHObjectRefVar, and MHContentRefVar.

Definition at line 101 of file Root.h.

Referenced by MHTestVariable::Perform().

virtual void MHRoot::GetVariableValue ( MHUnion ,
MHEngine  
) [inline, virtual]

virtual void MHRoot::SetVariableValue ( const MHUnion  )  [inline, virtual]

virtual void MHRoot::GetTextData ( MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHText.

Definition at line 106 of file Root.h.

Referenced by MHGetTextData::CallAction().

virtual void MHRoot::SetBackgroundColour ( const MHColour ,
MHEngine  
) [inline, virtual]

Reimplemented in MHText.

Definition at line 107 of file Root.h.

Referenced by MHSetBackgroundColour::SetColour().

virtual void MHRoot::SetTextColour ( const MHColour ,
MHEngine  
) [inline, virtual]

Reimplemented in MHText.

Definition at line 108 of file Root.h.

Referenced by MHSetTextColour::SetColour().

virtual void MHRoot::SetFontAttributes ( const MHOctetString ,
MHEngine  
) [inline, virtual]

Reimplemented in MHText.

Definition at line 109 of file Root.h.

Referenced by MHSetFontAttributes::Perform().

virtual void MHRoot::Activate ( bool  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHLink.

Definition at line 112 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 115 of file Root.h.

Referenced by MHCall::Perform().

virtual void MHRoot::CallActionSlot ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHTokenGroup.

Definition at line 119 of file Root.h.

Referenced by MHCallActionSlot::CallAction().

virtual void MHRoot::Move ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHTokenGroup.

Definition at line 120 of file Root.h.

Referenced by MHMove::CallAction().

virtual void MHRoot::MoveTo ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHTokenGroup.

Definition at line 121 of file Root.h.

Referenced by MHMoveTo::CallAction().

virtual void MHRoot::GetTokenPosition ( MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHTokenGroup.

Definition at line 122 of file Root.h.

Referenced by MHGetTokenPosition::CallAction().

virtual void MHRoot::AddItem ( int  ,
MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 125 of file Root.h.

Referenced by MHAddItem::Perform().

virtual void MHRoot::DelItem ( MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 126 of file Root.h.

Referenced by MHDelItem::CallAction().

virtual void MHRoot::GetCellItem ( int  ,
const MHObjectRef ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 127 of file Root.h.

Referenced by MHGetCellItem::Perform().

virtual void MHRoot::GetListItem ( int  ,
const MHObjectRef ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 128 of file Root.h.

Referenced by MHGetListItem::Perform().

virtual void MHRoot::GetItemStatus ( int  ,
const MHObjectRef ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 129 of file Root.h.

Referenced by MHGetItemStatus::Perform().

virtual void MHRoot::SelectItem ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 130 of file Root.h.

Referenced by MHSelectItem::CallAction().

virtual void MHRoot::DeselectItem ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 131 of file Root.h.

Referenced by MHDeselectItem::CallAction().

virtual void MHRoot::ToggleItem ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 132 of file Root.h.

Referenced by MHToggleItem::CallAction().

virtual void MHRoot::ScrollItems ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 133 of file Root.h.

Referenced by MHScrollItems::CallAction().

virtual void MHRoot::SetFirstItem ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 134 of file Root.h.

Referenced by MHSetFirstItem::CallAction().

virtual void MHRoot::GetFirstItem ( MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 135 of file Root.h.

Referenced by MHGetFirstItem::CallAction().

virtual void MHRoot::GetListSize ( MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHListGroup.

Definition at line 136 of file Root.h.

Referenced by MHGetListSize::CallAction().

virtual void MHRoot::SetPosition ( int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHVisible.

Definition at line 139 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 140 of file Root.h.

Referenced by MHGetPosition::CallAction().

virtual void MHRoot::SetBoxSize ( int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt, and MHVisible.

Definition at line 141 of file Root.h.

Referenced by MHSetBoxSize::CallAction().

virtual void MHRoot::GetBoxSize ( MHRoot ,
MHRoot  
) [inline, virtual]

Reimplemented in MHVisible.

Definition at line 142 of file Root.h.

Referenced by MHGetBoxSize::CallAction().

virtual void MHRoot::SetPaletteRef ( const   MHObjectRef,
MHEngine  
) [inline, virtual]

Reimplemented in MHVisible.

Definition at line 143 of file Root.h.

virtual void MHRoot::BringToFront ( MHEngine  )  [inline, virtual]

Reimplemented in MHVisible.

Definition at line 144 of file Root.h.

Referenced by MHBringToFront::Perform().

virtual void MHRoot::SendToBack ( MHEngine  )  [inline, virtual]

Reimplemented in MHVisible.

Definition at line 145 of file Root.h.

Referenced by MHSendToBack::Perform().

virtual void MHRoot::PutBefore ( const MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHVisible.

Definition at line 146 of file Root.h.

Referenced by MHPutBefore::CallAction().

virtual void MHRoot::PutBehind ( const MHRoot ,
MHEngine  
) [inline, virtual]

Reimplemented in MHVisible.

Definition at line 147 of file Root.h.

Referenced by MHPutBehind::CallAction().

virtual void MHRoot::ResetPosition (  )  [inline, virtual]

Reimplemented in MHVisible.

Definition at line 148 of file Root.h.

Referenced by MHListGroup::DelItem(), and MHListGroup::Update().

virtual void MHRoot::SetFillColour ( const MHColour ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt, and MHLineArt.

Definition at line 151 of file Root.h.

Referenced by MHSetFillColour::SetColour().

virtual void MHRoot::SetLineColour ( const MHColour ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt, and MHLineArt.

Definition at line 152 of file Root.h.

Referenced by MHSetLineColour::SetColour().

virtual void MHRoot::SetLineWidth ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHLineArt.

Definition at line 153 of file Root.h.

Referenced by MHSetLineWidth::CallAction().

virtual void MHRoot::SetLineStyle ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHLineArt.

Definition at line 154 of file Root.h.

Referenced by MHSetLineStyle::CallAction().

virtual void MHRoot::SetTransparency ( int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHBitmap.

Definition at line 157 of file Root.h.

Referenced by MHSetTransparency::CallAction().

virtual void MHRoot::ScaleBitmap ( int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHBitmap.

Definition at line 158 of file Root.h.

Referenced by MHScaleBitmap::CallAction().

virtual void MHRoot::SetBitmapDecodeOffset ( int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHBitmap.

Definition at line 159 of file Root.h.

Referenced by MHSetBitmapDecodeOffset::CallAction().

virtual void MHRoot::GetBitmapDecodeOffset ( MHRoot ,
MHRoot  
) [inline, virtual]

Reimplemented in MHBitmap.

Definition at line 160 of file Root.h.

Referenced by MHGetBitmapDecodeOffset::CallAction().

virtual void MHRoot::Clear ( void   )  [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 163 of file Root.h.

Referenced by MHClear::Perform().

virtual void MHRoot::GetLineWidth ( MHRoot  )  [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 164 of file Root.h.

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

virtual void MHRoot::GetLineStyle ( MHRoot  )  [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 165 of file Root.h.

Referenced by MHGetLineStyle::CallAction().

virtual void MHRoot::GetLineColour ( MHRoot  )  [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 166 of file Root.h.

Referenced by MHGetLineColour::CallAction().

virtual void MHRoot::GetFillColour ( MHRoot  )  [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 167 of file Root.h.

virtual void MHRoot::DrawArcSector ( bool  ,
int  ,
int  ,
int  ,
int  ,
int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 168 of file Root.h.

Referenced by MHDrawArcSector::CallAction().

virtual void MHRoot::DrawLine ( int  ,
int  ,
int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 169 of file Root.h.

Referenced by MHDrawLine::CallAction().

virtual void MHRoot::DrawOval ( int  ,
int  ,
int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 170 of file Root.h.

Referenced by MHDrawOval::CallAction().

virtual void MHRoot::DrawRectangle ( int  ,
int  ,
int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 171 of file Root.h.

Referenced by MHDrawRectangle::CallAction().

virtual void MHRoot::DrawPoly ( bool  ,
const QPointArray &  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHDynamicLineArt.

Definition at line 172 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 MHHyperText, MHSlider, and MHEntryField.

Definition at line 180 of file Root.h.

Referenced by MHSetInteractionStatus::CallAction().

virtual bool MHRoot::GetInteractionStatus ( void   )  [inline, virtual]

Reimplemented in MHHyperText, MHSlider, and MHEntryField.

Definition at line 181 of file Root.h.

Referenced by MHGetInteractionStatus::CallAction().

virtual void MHRoot::SetHighlightStatus ( bool  ,
MHEngine engine 
) [inline, virtual]

Reimplemented in MHHyperText, MHSlider, and MHEntryField.

Definition at line 182 of file Root.h.

Referenced by MHSetHighlightStatus::CallAction().

virtual bool MHRoot::GetHighlightStatus ( void   )  [inline, virtual]

Reimplemented in MHHyperText, MHSlider, and MHEntryField.

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

virtual void MHRoot::SetSliderParameters ( int  ,
int  ,
int  ,
MHEngine  
) [inline, virtual]

Reimplemented in MHSlider.

Definition at line 192 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]

Reimplemented in MHGroup, MHScene, MHApplication, and MHIngredient.

Definition at line 206 of file Root.h.


Member Data Documentation

bool MHRoot::m_fRunning [protected]


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

Generated on Sat Dec 18 05:16:05 2010 for MythTV by  doxygen 1.5.5