vdr
2.0.5
|
#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 |
Private Attributes | |
int | width |
int | height |
|
inline |
|
inline |
|
inline |
Definition at line 343 of file osd.h.
References height, width, cPoint::X(), and cPoint::Y().
|
inline |
|
inline |
|
inline |
Definition at line 338 of file osd.h.
References height.
Referenced by cImage::cImage(), cSize(), cRect::Height(), cImage::Height(), operator<(), operator==(), Set(), and SetHeight().
|
inline |
|
inline |
|
inline |
Definition at line 341 of file osd.h.
References height, Height(), width, and Width().
Referenced by cRect::Set(), and cRect::SetSize().
|
inline |
|
inline |
Definition at line 340 of file osd.h.
References height, and Height().
Referenced by cRect::SetHeight().
|
inline |
Definition at line 339 of file osd.h.
References width, and Width().
Referenced by cRect::SetWidth().
|
inline |
Definition at line 337 of file osd.h.
References width.
Referenced by cImage::cImage(), cSize(), cPixmapMemory::DrawImage(), cImage::GetPixel(), operator<(), operator==(), Set(), cImage::SetPixel(), SetWidth(), cRect::Width(), and cImage::Width().
|
private |
Definition at line 329 of file osd.h.
Referenced by Contains(), cSize(), Grow(), Height(), operator<(), operator==(), Set(), and SetHeight().
|
private |
Definition at line 328 of file osd.h.
Referenced by Contains(), cSize(), Grow(), operator<(), operator==(), Set(), SetWidth(), and Width().