|
vdr 2.7.9
|
#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 |
Definition at line 335 of file osd.h.
Referenced by cSize(), Grown(), operator!=(), operator<(), operator==(), and Set().
|
inline |
|
inline |
|
inline |
Definition at line 347 of file osd.h.
References height, width, cPoint::X(), and cPoint::Y().
|
inline |
|
inline |
|
inline |
Definition at line 342 of file osd.h.
References height.
Referenced by cSize(), cSize(), DrawImages(), operator<(), operator==(), Set(), Set(), and SetHeight().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 341 of file osd.h.
References width.
Referenced by cSize(), cSize(), cPixmapMemory::DrawImage(), DrawImages(), operator<(), operator==(), Set(), Set(), and SetWidth().
|
private |
Definition at line 333 of file osd.h.
Referenced by Contains(), cSize(), cSize(), cSize(), Grow(), Height(), operator<(), operator==(), Set(), Set(), and SetHeight().
|
private |
Definition at line 332 of file osd.h.
Referenced by Contains(), cSize(), cSize(), cSize(), Grow(), operator<(), operator==(), Set(), Set(), SetWidth(), and Width().