vdr
2.2.0
|
#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 |
Definition at line 322 of file osd.h.
Referenced by cTrueColorDemo::Action(), cRect::Set(), and cRect::SetPoint().
|
inline |
|
inline |
Definition at line 320 of file osd.h.
Referenced by cPixmap::DrawPixmap(), and cRect::SetX().
|
inline |
Definition at line 321 of file osd.h.
Referenced by cTrueColorDemo::Action(), and cRect::SetY().
|
inline |
Definition at line 324 of file osd.h.
Referenced by cPixmap::DrawPixmap(), cRect::Shift(), and Shifted().
|
inline |
|
inline |
Definition at line 326 of file osd.h.
References Shift().
Referenced by cTrueColorDemo::Action(), cPixmap::DrawPixmap(), cPixmap::MarkDrawPortDirty(), and cOsd::RenderPixmaps().
|
inline |
Definition at line 318 of file osd.h.
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==(), Set(), cImage::SetPixel(), Shift(), and cRect::X().
|
inline |
Definition at line 319 of file osd.h.
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==(), Set(), cImage::SetPixel(), Shift(), and cRect::Y().