#include <osd.h>
Private Attributes |
int | x |
int | y |
Detailed Description
Definition at line 302 of file include/vdr/osd.h.
Constructor & Destructor Documentation
cPoint::cPoint |
( |
int |
X, |
|
|
int |
Y |
|
) |
| |
|
inline |
cPoint::cPoint |
( |
const cPoint & |
Point | ) |
|
|
inline |
Definition at line 307 of file osd.h.
References x, and y.
cPoint::cPoint |
( |
int |
X, |
|
|
int |
Y |
|
) |
| |
|
inline |
cPoint::cPoint |
( |
const cPoint & |
Point | ) |
|
|
inline |
Member Function Documentation
bool cPoint::operator!= |
( |
const cPoint & |
Point | ) |
const |
|
inline |
bool cPoint::operator!= |
( |
const cPoint & |
Point | ) |
const |
|
inline |
cPoint cPoint::operator- |
( |
void |
| ) |
const |
|
inline |
cPoint cPoint::operator- |
( |
void |
| ) |
const |
|
inline |
bool cPoint::operator== |
( |
const cPoint & |
Point | ) |
const |
|
inline |
bool cPoint::operator== |
( |
const cPoint & |
Point | ) |
const |
|
inline |
void cPoint::Set |
( |
int |
X, |
|
|
int |
Y |
|
) |
| |
|
inline |
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 |
Definition at line 316 of file osd.h.
References x, and X().
void cPoint::SetX |
( |
int |
X | ) |
|
|
inline |
void cPoint::SetY |
( |
int |
Y | ) |
|
|
inline |
Definition at line 317 of file osd.h.
References y, and Y().
void cPoint::SetY |
( |
int |
Y | ) |
|
|
inline |
void cPoint::Shift |
( |
int |
Dx, |
|
|
int |
Dy |
|
) |
| |
|
inline |
void cPoint::Shift |
( |
int |
Dx, |
|
|
int |
Dy |
|
) |
| |
|
inline |
Definition at line 320 of file osd.h.
References x, and y.
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 |
int cPoint::X |
( |
void |
| ) |
const |
|
inline |
Definition at line 314 of file osd.h.
References x.
int cPoint::X |
( |
void |
| ) |
const |
|
inline |
Definition at line 314 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 315 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::Y |
( |
void |
| ) |
const |
|
inline |
Definition at line 315 of file osd.h.
References y.
Member Data Documentation
The documentation for this class was generated from the following files: