|
vdr
1.7.27
|
#include <osd.h>
Public Member Functions | |
| cPoint (void) | |
| cPoint (int X, int Y) | |
| cPoint (const cPoint &Point) | |
| bool | operator== (const cPoint &Point) const |
| bool | operator!= (const cPoint &Point) const |
| cPoint | operator- (void) const |
| cPoint | operator- (const cPoint &Point) const |
| int | X (void) const |
| int | Y (void) const |
| void | SetX (int X) |
| void | SetY (int Y) |
| void | Set (int X, int Y) |
| void | Set (const cPoint &Point) |
| void | Shift (int Dx, int Dy) |
| void | Shift (const cPoint &Dp) |
| cPoint | Shifted (int Dx, int Dy) const |
| cPoint | Shifted (const cPoint &Dp) const |
| cPoint (void) | |
| cPoint (int X, int Y) | |
| cPoint (const cPoint &Point) | |
| bool | operator== (const cPoint &Point) const |
| bool | operator!= (const cPoint &Point) const |
| cPoint | operator- (void) const |
| cPoint | operator- (const cPoint &Point) const |
| int | X (void) const |
| int | Y (void) const |
| void | SetX (int X) |
| void | SetY (int Y) |
| void | Set (int X, int Y) |
| void | Set (const cPoint &Point) |
| void | Shift (int Dx, int Dy) |
| void | Shift (const cPoint &Dp) |
| cPoint | Shifted (int Dx, int Dy) const |
| cPoint | Shifted (const cPoint &Dp) const |
Private Attributes | |
| int | x |
| int | y |
Definition at line 292 of file include/vdr/osd.h.
| cPoint::cPoint | ( | void | ) | [inline] |
| cPoint::cPoint | ( | int | X, |
| int | Y | ||
| ) | [inline] |
| cPoint::cPoint | ( | const cPoint & | Point | ) | [inline] |
| cPoint::cPoint | ( | void | ) | [inline] |
| cPoint::cPoint | ( | int | X, |
| int | Y | ||
| ) | [inline] |
| cPoint::cPoint | ( | const cPoint & | Point | ) | [inline] |
| bool cPoint::operator!= | ( | const cPoint & | Point | ) | const [inline] |
Definition at line 301 of file include/vdr/osd.h.
| bool cPoint::operator!= | ( | const cPoint & | Point | ) | const [inline] |
| cPoint cPoint::operator- | ( | void | ) | const [inline] |
| cPoint cPoint::operator- | ( | void | ) | const [inline] |
Definition at line 302 of file include/vdr/osd.h.
| bool cPoint::operator== | ( | const cPoint & | Point | ) | const [inline] |
| bool cPoint::operator== | ( | const cPoint & | Point | ) | const [inline] |
| void cPoint::Set | ( | int | X, |
| int | Y | ||
| ) | [inline] |
Definition at line 308 of file include/vdr/osd.h.
References x, X(), y, and Y().
Referenced by cTrueColorDemo::Action(), cRect::Set(), and cRect::SetPoint().
| void cPoint::Set | ( | int | X, |
| int | Y | ||
| ) | [inline] |
| void cPoint::Set | ( | const cPoint & | Point | ) | [inline] |
| void cPoint::Set | ( | const cPoint & | Point | ) | [inline] |
| void cPoint::SetX | ( | int | X | ) | [inline] |
| void cPoint::SetX | ( | int | X | ) | [inline] |
Definition at line 306 of file include/vdr/osd.h.
Referenced by cPixmap::DrawPixmap(), cTrueColorDemo::ProcessKey(), and cRect::SetX().
| void cPoint::SetY | ( | int | Y | ) | [inline] |
| void cPoint::SetY | ( | int | Y | ) | [inline] |
Definition at line 307 of file include/vdr/osd.h.
Referenced by cTrueColorDemo::Action(), cTrueColorDemo::ProcessKey(), and cRect::SetY().
| void cPoint::Shift | ( | int | Dx, |
| int | Dy | ||
| ) | [inline] |
Definition at line 310 of file include/vdr/osd.h.
Referenced by cPixmap::DrawPixmap(), cRect::Grow(), cRect::Shift(), and Shifted().
| void cPoint::Shift | ( | int | Dx, |
| int | Dy | ||
| ) | [inline] |
| void cPoint::Shift | ( | const cPoint & | Dp | ) | [inline] |
| void cPoint::Shift | ( | const cPoint & | Dp | ) | [inline] |
| cPoint cPoint::Shifted | ( | int | Dx, |
| int | Dy | ||
| ) | const [inline] |
| cPoint cPoint::Shifted | ( | int | Dx, |
| int | Dy | ||
| ) | const [inline] |
Definition at line 312 of file include/vdr/osd.h.
References Shift().
Referenced by cTrueColorDemo::Action(), cPixmap::DrawPixmap(), cPixmap::MarkDrawPortDirty(), and cOsd::RenderPixmaps().
| cPoint cPoint::Shifted | ( | const cPoint & | Dp | ) | const [inline] |
Definition at line 313 of file include/vdr/osd.h.
References Shift().
| cPoint cPoint::Shifted | ( | const cPoint & | Dp | ) | const [inline] |
| int cPoint::X | ( | void | ) | const [inline] |
Definition at line 304 of file include/vdr/osd.h.
References x.
Referenced by cTrueColorDemo::Action(), cRect::Combine(), cSize::Contains(), cRect::Contains(), cPoint(), cPixmapMemory::DrawBitmap(), cPixmapMemory::DrawImage(), cPixmapMemory::DrawPixel(), cPixmap::DrawPixmap(), cPixmapMemory::DrawText(), cImage::GetPixel(), operator-(), operator==(), cTrueColorDemo::ProcessKey(), Set(), cImage::SetPixel(), SetX(), Shift(), and cRect::X().
| int cPoint::Y | ( | void | ) | const [inline] |
Definition at line 305 of file include/vdr/osd.h.
References y.
Referenced by cTrueColorDemo::Action(), cRect::Combine(), cSize::Contains(), cRect::Contains(), cPoint(), cPixmapMemory::DrawBitmap(), cPixmapMemory::DrawImage(), cPixmapMemory::DrawPixel(), cPixmap::DrawPixmap(), cPixmapMemory::DrawText(), cImage::GetPixel(), operator-(), operator==(), cTrueColorDemo::ProcessKey(), Set(), cImage::SetPixel(), SetY(), Shift(), and cRect::Y().
int cPoint::x [private] |
Definition at line 294 of file include/vdr/osd.h.
Referenced by cPoint(), operator-(), operator==(), Set(), SetX(), Shift(), and X().
int cPoint::y [private] |
Definition at line 295 of file include/vdr/osd.h.
Referenced by cPoint(), operator-(), operator==(), Set(), SetY(), Shift(), and Y().
1.8.0