vdr
2.2.0
|
#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 |
Definition at line 347 of file osd.h.
References cPoint::X(), and cPoint::Y().
|
inline |
|
inline |
|
inline |
Definition at line 342 of file osd.h.
Referenced by cSize(), cRect::Height(), cImage::Height(), operator<(), operator==(), and Set().
|
inline |
|
inline |
|
inline |
Definition at line 345 of file osd.h.
Referenced by cRect::Set(), and cRect::SetSize().
|
inline |
|
inline |
Definition at line 344 of file osd.h.
Referenced by cRect::SetHeight().
|
inline |
Definition at line 343 of file osd.h.
Referenced by cRect::SetWidth().
|
inline |
Definition at line 341 of file osd.h.
Referenced by cImage::cImage(), cSize(), cPixmapMemory::DrawImage(), cImage::GetPixel(), operator<(), operator==(), Set(), cImage::SetPixel(), cRect::Width(), and cImage::Width().