|
MythTV
0.26-pre
|
#include <freemheg.h>
Public Member Functions | |
| virtual | ~MHDLADisplay () |
| virtual void | Draw (int x, int y)=0 |
| virtual void | SetSize (int width, int height)=0 |
| virtual void | SetLineSize (int width)=0 |
| virtual void | SetLineColour (MHRgba colour)=0 |
| virtual void | SetFillColour (MHRgba colour)=0 |
| virtual void | Clear ()=0 |
| virtual void | DrawLine (int x1, int y1, int x2, int y2)=0 |
| virtual void | DrawBorderedRectangle (int x, int y, int width, int height)=0 |
| virtual void | DrawOval (int x, int y, int width, int height)=0 |
| virtual void | DrawArcSector (int x, int y, int width, int height, int start, int arc, bool isSector)=0 |
| virtual void | DrawPoly (bool isFilled, int nPoints, const int xArray[], const int yArray[])=0 |
Definition at line 146 of file freemheg.h.
| virtual MHDLADisplay::~MHDLADisplay | ( | ) | [inline, virtual] |
Definition at line 149 of file freemheg.h.
| virtual void MHDLADisplay::Draw | ( | int | x, |
| int | y | ||
| ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::Display().
| virtual void MHDLADisplay::SetSize | ( | int | width, |
| int | height | ||
| ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::Preparation(), and MHDynamicLineArt::SetBoxSize().
| virtual void MHDLADisplay::SetLineSize | ( | int | width | ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::Preparation(), and MHDynamicLineArt::SetLineWidth().
| virtual void MHDLADisplay::SetLineColour | ( | MHRgba | colour | ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::Preparation(), and MHDynamicLineArt::SetLineColour().
| virtual void MHDLADisplay::SetFillColour | ( | MHRgba | colour | ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::Preparation(), and MHDynamicLineArt::SetFillColour().
| virtual void MHDLADisplay::Clear | ( | ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::Clear().
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::DrawLine().
| virtual void MHDLADisplay::DrawBorderedRectangle | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::DrawRectangle().
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::DrawOval().
| virtual void MHDLADisplay::DrawArcSector | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | start, | ||
| int | arc, | ||
| bool | isSector | ||
| ) | [pure virtual] |
Implemented in MHIDLA.
Referenced by MHDynamicLineArt::DrawArcSector().
| virtual void MHDLADisplay::DrawPoly | ( | bool | isFilled, |
| int | nPoints, | ||
| const int | xArray[], | ||
| const int | yArray[] | ||
| ) | [pure virtual] |
Referenced by MHDynamicLineArt::DrawPoly().
1.7.6.1