svvitch
digital signage player
|
領域クラス. More...
#include <ComContent.h>
Public Member Functions | |
Rect (int x_, int y_, int w_, int h_) | |
Rect (const Rect &rect) | |
Rect & | operator= (const Rect &rect) |
Public Attributes | |
int | x |
int | y |
int | w |
int | h |
Private Member Functions | |
Rect & | copy (const Rect &rect) |
Rect::Rect | ( | int | x_, |
int | y_, | ||
int | w_, | ||
int | h_ | ||
) | [inline] |
Definition at line 35 of file ComContent.h.
Rect::Rect | ( | const Rect & | rect | ) | [inline] |
Rect& Rect::copy | ( | const Rect & | rect | ) | [inline, private] |
int Rect::h |
Definition at line 33 of file ComContent.h.
int Rect::w |
Definition at line 32 of file ComContent.h.
int Rect::x |
Definition at line 30 of file ComContent.h.
int Rect::y |
Definition at line 31 of file ComContent.h.