|
MythTV
0.26-pre
|
#include <Visible.h>
Definition at line 35 of file Visible.cpp.
| MHVisible::MHVisible | ( | const MHVisible & | ref | ) |
Definition at line 44 of file Visible.cpp.
| void MHVisible::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHIngredient.
Reimplemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHRTGraphics, MHHyperText, MHLineArt, MHVideo, MHText, MHBitmap, and MHDynamicLineArt.
Definition at line 58 of file Visible.cpp.
| void MHVisible::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented from MHIngredient.
Reimplemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHRTGraphics, MHRectangle, MHHyperText, MHLineArt, MHVideo, MHText, MHBitmap, and MHDynamicLineArt.
Definition at line 92 of file Visible.cpp.
| void MHVisible::Preparation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHIngredient.
Reimplemented in MHSlider, MHLineArt, MHVideo, MHText, MHBitmap, and MHDynamicLineArt.
Definition at line 113 of file Visible.cpp.
| void MHVisible::Destruction | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHIngredient.
Definition at line 130 of file Visible.cpp.
| void MHVisible::Activation | ( | MHEngine * | engine | ) | [virtual] |
| void MHVisible::Deactivation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHRoot.
Reimplemented in MHEntryField, MHSlider, MHHyperText, and MHVideo.
Definition at line 149 of file Visible.cpp.
| void MHVisible::SetPosition | ( | int | nXPosition, |
| int | nYPosition, | ||
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 212 of file Visible.cpp.
| void MHVisible::GetPosition | ( | MHRoot * | pXPosN, |
| MHRoot * | pYPosN | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 224 of file Visible.cpp.
| void MHVisible::SetBoxSize | ( | int | nWidth, |
| int | nHeight, | ||
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Reimplemented in MHDynamicLineArt.
Definition at line 230 of file Visible.cpp.
| void MHVisible::GetBoxSize | ( | MHRoot * | pWidthDest, |
| MHRoot * | pHeightDest | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 239 of file Visible.cpp.
| void MHVisible::SetPaletteRef | ( | const MHObjectRef | newPalette, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 245 of file Visible.cpp.
| void MHVisible::BringToFront | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 251 of file Visible.cpp.
| void MHVisible::SendToBack | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 256 of file Visible.cpp.
| void MHVisible::PutBefore | ( | const MHRoot * | pRef, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 261 of file Visible.cpp.
| void MHVisible::PutBehind | ( | const MHRoot * | pRef, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 266 of file Visible.cpp.
| virtual void MHVisible::Display | ( | MHEngine * | ) | [pure virtual] |
Implemented in MHSwitchButton, MHPushButton, MHHotSpot, MHButton, MHEntryField, MHSlider, MHRTGraphics, MHRectangle, MHLineArt, MHVideo, MHText, MHBitmap, and MHDynamicLineArt.
Referenced by MHEngine::DrawRegion().
| QRegion MHVisible::GetVisibleArea | ( | ) | [virtual] |
Reimplemented in MHVideo, and MHBitmap.
Definition at line 199 of file Visible.cpp.
Referenced by Activation(), MHEngine::AddToDisplayStack(), MHEngine::BringToFront(), MHText::CreateContent(), Deactivation(), MHSlider::Decrement(), MHDynamicLineArt::DrawArcSector(), MHDynamicLineArt::DrawLine(), MHDynamicLineArt::DrawOval(), MHDynamicLineArt::DrawPoly(), MHDynamicLineArt::DrawRectangle(), MHEngine::DrawRegion(), MHDynamicLineArt::GetOpaqueArea(), MHSlider::Increment(), MHSlider::InteractionCompleted(), MHInteractible::InteractSetHighlightStatus(), MHEngine::PutBefore(), MHEngine::PutBehind(), MHEngine::RemoveFromDisplayStack(), MHEngine::SendToBack(), MHText::SetBackgroundColour(), SetBoxSize(), MHLineArt::SetFillColour(), MHText::SetFontAttributes(), MHLineArt::SetLineColour(), MHLineArt::SetLineStyle(), MHLineArt::SetLineWidth(), SetPaletteRef(), MHSlider::SetPortion(), SetPosition(), MHSlider::SetSliderParameters(), MHSlider::SetSliderValue(), MHText::SetTextColour(), and MHSlider::Step().
| virtual QRegion MHVisible::GetOpaqueArea | ( | ) | [inline, virtual] |
Reimplemented in MHRectangle, MHVideo, MHText, MHBitmap, and MHDynamicLineArt.
Definition at line 65 of file Visible.h.
Referenced by MHEngine::DrawRegion().
| virtual void MHVisible::ResetPosition | ( | ) | [inline, virtual] |
| MHRgba MHVisible::GetColour | ( | const MHColour & | colour | ) | [protected] |
Definition at line 164 of file Visible.cpp.
Referenced by MHText::Display(), MHRectangle::Display(), MHSlider::Display(), MHDynamicLineArt::GetOpaqueArea(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), MHDynamicLineArt::Initialise(), MHDynamicLineArt::Preparation(), MHText::Redraw(), MHDynamicLineArt::SetFillColour(), and MHDynamicLineArt::SetLineColour().
int MHVisible::m_nOriginalBoxWidth [protected] |
Definition at line 72 of file Visible.h.
Referenced by Initialise(), MHVisible(), Preparation(), and PrintMe().
int MHVisible::m_nOriginalBoxHeight [protected] |
Definition at line 72 of file Visible.h.
Referenced by Initialise(), MHVisible(), Preparation(), and PrintMe().
int MHVisible::m_nOriginalPosX [protected] |
Definition at line 73 of file Visible.h.
Referenced by Initialise(), MHVisible(), Preparation(), PrintMe(), and ResetPosition().
int MHVisible::m_nOriginalPosY [protected] |
Definition at line 73 of file Visible.h.
Referenced by Initialise(), MHVisible(), Preparation(), PrintMe(), and ResetPosition().
MHObjectRef MHVisible::m_OriginalPaletteRef [protected] |
Definition at line 74 of file Visible.h.
Referenced by Initialise(), MHVisible(), Preparation(), and PrintMe().
int MHVisible::m_nBoxWidth [protected] |
Definition at line 76 of file Visible.h.
Referenced by MHBitmap::Display(), MHText::Display(), MHVideo::Display(), MHRectangle::Display(), MHSlider::Display(), GetBoxSize(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), MHBitmap::GetVisibleArea(), GetVisibleArea(), MHVideo::GetVisibleArea(), MHVisible(), MHDynamicLineArt::Preparation(), Preparation(), MHText::Preparation(), MHVideo::Preparation(), MHText::Redraw(), and SetBoxSize().
int MHVisible::m_nBoxHeight [protected] |
Definition at line 76 of file Visible.h.
Referenced by MHBitmap::Display(), MHText::Display(), MHVideo::Display(), MHRectangle::Display(), MHSlider::Display(), GetBoxSize(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), MHBitmap::GetVisibleArea(), GetVisibleArea(), MHVideo::GetVisibleArea(), MHVisible(), MHDynamicLineArt::Preparation(), Preparation(), MHText::Preparation(), MHVideo::Preparation(), MHText::Redraw(), and SetBoxSize().
int MHVisible::m_nPosX [protected] |
Definition at line 77 of file Visible.h.
Referenced by MHDynamicLineArt::Display(), MHBitmap::Display(), MHText::Display(), MHVideo::Display(), MHRectangle::Display(), MHSlider::Display(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), GetPosition(), MHBitmap::GetVisibleArea(), GetVisibleArea(), MHVideo::GetVisibleArea(), MHVisible(), Preparation(), ResetPosition(), and SetPosition().
int MHVisible::m_nPosY [protected] |
Definition at line 77 of file Visible.h.
Referenced by MHDynamicLineArt::Display(), MHBitmap::Display(), MHText::Display(), MHVideo::Display(), MHRectangle::Display(), MHSlider::Display(), MHText::GetOpaqueArea(), MHRectangle::GetOpaqueArea(), GetPosition(), MHBitmap::GetVisibleArea(), GetVisibleArea(), MHVideo::GetVisibleArea(), MHVisible(), Preparation(), ResetPosition(), and SetPosition().
MHObjectRef MHVisible::m_PaletteRef [protected] |
Definition at line 78 of file Visible.h.
Referenced by Preparation(), and SetPaletteRef().
1.7.6.1