|
vdr 2.6.1
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 322 of file osd.h.
References x, X(), y, and Y().
Referenced by cTrueColorDemo::Action(), cRect::Set(), and cRect::SetPoint().
|
inline |
Definition at line 320 of file osd.h.
Referenced by cPixmap::DrawPixmap(), cTrueColorDemo::ProcessKey(), and cRect::SetX().
|
inline |
Definition at line 321 of file osd.h.
Referenced by cTrueColorDemo::Action(), cTrueColorDemo::ProcessKey(), and cRect::SetY().
|
inline |
|
inline |
Definition at line 324 of file osd.h.
Referenced by cPixmap::DrawPixmap(), cRect::Grow(), cRect::Shift(), and Shifted().
|
inline |
Definition at line 326 of file osd.h.
References Shift().
Referenced by cTrueColorDemo::Action(), DrawImages(), cPixmap::DrawPixmap(), cPixmap::MarkDrawPortDirty(), and cOsd::RenderPixmaps().
|
inline |
Definition at line 318 of file osd.h.
References x.
Referenced by cTrueColorDemo::Action(), cRect::Combine(), cSize::Contains(), cRect::Contains(), cPoint(), cPixmapMemory::DrawBitmap(), cPixmapMemory::DrawBlendedPixel(), 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 319 of file osd.h.
References y.
Referenced by cTrueColorDemo::Action(), cRect::Combine(), cSize::Contains(), cRect::Contains(), cPoint(), cPixmapMemory::DrawBitmap(), cPixmapMemory::DrawBlendedPixel(), cPixmapMemory::DrawImage(), cPixmapMemory::DrawPixel(), cPixmap::DrawPixmap(), cPixmapMemory::DrawText(), cImage::GetPixel(), operator-(), operator==(), cTrueColorDemo::ProcessKey(), Set(), cImage::SetPixel(), SetY(), Shift(), and cRect::Y().
|
private |
Definition at line 308 of file osd.h.
Referenced by cPoint(), operator-(), operator==(), Set(), SetX(), Shift(), and X().
|
private |
Definition at line 309 of file osd.h.
Referenced by cPoint(), operator-(), operator==(), Set(), SetY(), Shift(), and Y().