#include <freemheg.h>

Definition at line 144 of file 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, const QPointArray &points)=0 |
| virtual MHDLADisplay::~MHDLADisplay | ( | ) | [inline, virtual] |
Definition at line 146 of file freemheg.h.
| virtual void MHDLADisplay::Draw | ( | int | x, | |
| int | y | |||
| ) | [pure virtual] |
| 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] |
| virtual void MHDLADisplay::DrawLine | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2 | |||
| ) | [pure virtual] |
| virtual void MHDLADisplay::DrawBorderedRectangle | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height | |||
| ) | [pure virtual] |
| virtual void MHDLADisplay::DrawOval | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height | |||
| ) | [pure virtual] |
| virtual void MHDLADisplay::DrawArcSector | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height, | |||
| int | start, | |||
| int | arc, | |||
| bool | isSector | |||
| ) | [pure virtual] |
| virtual void MHDLADisplay::DrawPoly | ( | bool | isFilled, | |
| const QPointArray & | points | |||
| ) | [pure virtual] |
1.5.5