|
vdr
2.0.7
|
#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 |
Private Attributes | |
| int | x |
| int | y |
|
inline |
Definition at line 307 of file osd.h.
Referenced by operator-().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 318 of file osd.h.
Referenced by cTrueColorDemo::Action(), cRect::Set(), and cRect::SetPoint().
|
inline |
|
inline |
Definition at line 316 of file osd.h.
References X().
Referenced by cPixmap::DrawPixmap(), cTrueColorDemo::ProcessKey(), and cRect::SetX().
|
inline |
Definition at line 317 of file osd.h.
References Y().
Referenced by cTrueColorDemo::Action(), cTrueColorDemo::ProcessKey(), and cRect::SetY().
|
inline |
Definition at line 320 of file osd.h.
Referenced by cPixmap::DrawPixmap(), cRect::Grow(), cRect::Shift(), and Shifted().
|
inline |
|
inline |
Definition at line 322 of file osd.h.
References Shift().
Referenced by cTrueColorDemo::Action(), cPixmap::DrawPixmap(), cPixmap::MarkDrawPortDirty(), and cOsd::RenderPixmaps().
|
inline |
Definition at line 314 of file 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().
|
inline |
Definition at line 315 of file 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().
1.8.8