|
vdr
2.0.7
|
#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, cPoint::X(), and cPoint::Y().
|
inline |
Definition at line 344 of file osd.h.
Referenced by cRect::Grow(), and Grown().
|
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(), and Width().
Referenced by cRect::Set(), and cRect::SetSize().
|
inline |
|
inline |
|
inline |
|
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(), and Height().
1.8.8