vdr
1.7.27
|
#include <osd.h>
Public Member Functions | |
cSize (void) | |
cSize (int Width, int Height) | |
cSize (const cSize &Size) | |
bool | operator== (const cSize &Size) const |
bool | operator!= (const cSize &Size) const |
bool | operator< (const cSize &Size) const |
int | Width (void) const |
int | Height (void) const |
void | SetWidth (int Width) |
void | SetHeight (int Height) |
void | Set (int Width, int Height) |
void | Set (const cSize &Size) |
bool | Contains (const cPoint &Point) const |
void | Grow (int Dw, int Dh) |
cSize | Grown (int Dw, int Dh) const |
cSize (void) | |
cSize (int Width, int Height) | |
cSize (const cSize &Size) | |
bool | operator== (const cSize &Size) const |
bool | operator!= (const cSize &Size) const |
bool | operator< (const cSize &Size) const |
int | Width (void) const |
int | Height (void) const |
void | SetWidth (int Width) |
void | SetHeight (int Height) |
void | Set (int Width, int Height) |
void | Set (const cSize &Size) |
bool | Contains (const cPoint &Point) const |
void | Grow (int Dw, int Dh) |
cSize | Grown (int Dw, int Dh) const |
Private Attributes | |
int | width |
int | height |
Definition at line 316 of file include/vdr/osd.h.
cSize::cSize | ( | void | ) | [inline] |
Definition at line 321 of file include/vdr/osd.h.
cSize::cSize | ( | int | Width, |
int | Height | ||
) | [inline] |
cSize::cSize | ( | const cSize & | Size | ) | [inline] |
cSize::cSize | ( | void | ) | [inline] |
cSize::cSize | ( | int | Width, |
int | Height | ||
) | [inline] |
cSize::cSize | ( | const cSize & | Size | ) | [inline] |
bool cSize::Contains | ( | const cPoint & | Point | ) | const [inline] |
Definition at line 333 of file include/vdr/osd.h.
References height, width, cPoint::X(), and cPoint::Y().
bool cSize::Contains | ( | const cPoint & | Point | ) | const [inline] |
Definition at line 333 of file osd.h.
References height, width, cPoint::X(), and cPoint::Y().
void cSize::Grow | ( | int | Dw, |
int | Dh | ||
) | [inline] |
Definition at line 334 of file include/vdr/osd.h.
Referenced by cRect::Grow(), and Grown().
void cSize::Grow | ( | int | Dw, |
int | Dh | ||
) | [inline] |
cSize cSize::Grown | ( | int | Dw, |
int | Dh | ||
) | const [inline] |
Definition at line 335 of file include/vdr/osd.h.
References Grow().
cSize cSize::Grown | ( | int | Dw, |
int | Dh | ||
) | const [inline] |
int cSize::Height | ( | void | ) | const [inline] |
int cSize::Height | ( | void | ) | const [inline] |
Definition at line 328 of file include/vdr/osd.h.
References height.
Referenced by cImage::cImage(), cSize(), cRect::Height(), cImage::Height(), operator<(), operator==(), Set(), and SetHeight().
bool cSize::operator!= | ( | const cSize & | Size | ) | const [inline] |
Definition at line 325 of file include/vdr/osd.h.
bool cSize::operator< | ( | const cSize & | Size | ) | const [inline] |
bool cSize::operator< | ( | const cSize & | Size | ) | const [inline] |
bool cSize::operator== | ( | const cSize & | Size | ) | const [inline] |
bool cSize::operator== | ( | const cSize & | Size | ) | const [inline] |
void cSize::Set | ( | int | Width, |
int | Height | ||
) | [inline] |
Definition at line 331 of file include/vdr/osd.h.
References height, Height(), width, and Width().
Referenced by cRect::Set(), and cRect::SetSize().
void cSize::Set | ( | int | Width, |
int | Height | ||
) | [inline] |
void cSize::Set | ( | const cSize & | Size | ) | [inline] |
void cSize::Set | ( | const cSize & | Size | ) | [inline] |
void cSize::SetHeight | ( | int | Height | ) | [inline] |
void cSize::SetHeight | ( | int | Height | ) | [inline] |
Definition at line 330 of file include/vdr/osd.h.
References height, and Height().
Referenced by cRect::SetHeight().
void cSize::SetWidth | ( | int | Width | ) | [inline] |
Definition at line 329 of file include/vdr/osd.h.
References width, and Width().
Referenced by cRect::SetWidth().
void cSize::SetWidth | ( | int | Width | ) | [inline] |
int cSize::Width | ( | void | ) | const [inline] |
Definition at line 327 of file include/vdr/osd.h.
References width.
Referenced by cImage::cImage(), cSize(), cPixmapMemory::DrawImage(), cImage::GetPixel(), operator<(), operator==(), Set(), cImage::SetPixel(), SetWidth(), cRect::Width(), and cImage::Width().
int cSize::Width | ( | void | ) | const [inline] |
int cSize::height [private] |
Definition at line 319 of file include/vdr/osd.h.
Referenced by Contains(), cSize(), Grow(), Height(), operator<(), operator==(), Set(), and SetHeight().
int cSize::width [private] |
Definition at line 318 of file include/vdr/osd.h.
Referenced by Contains(), cSize(), Grow(), operator<(), operator==(), Set(), SetWidth(), and Width().