#include <RectangleI.h>
Public Member Functions | |
RectangleI () | |
コンストラクタ | |
RectangleI (int sourceX, int sourceY, int sourceWidth, int sourceHeight) | |
コンストラクタ | |
RectangleI (int sourceArray[4]) | |
コンストラクタ | |
RectangleI (const RectangleF &source) | |
コンストラクタ | |
void | set (int sourceX, int sourceY, int sourceWidth, int sourceHeight) |
値の設定 | |
void | set (int sourceArray[4]) |
値の設定 | |
void | set (const RectangleF &source) |
値の設定 | |
bool | operator== (const RectangleI &target) const |
同じ値かどうか | |
bool | operator!= (const RectangleI &target) const |
同じ値でないかどうか | |
String | toString () const |
文字列化 | |
Static Public Attributes | |
const RectangleI | zero |
ゼロ矩形 | |
const RectangleI | unit |
単位矩形 |
このクラスは継承しないで下さい。
Definition at line 38 of file RectangleI.h.
|
コンストラクタ このコンストラクタは初期値の設定を行わないため値は不定です。 Definition at line 78 of file RectangleI.h. |
|
コンストラクタ
Definition at line 87 of file RectangleI.h. |
|
コンストラクタ
Definition at line 94 of file RectangleI.h. |
|
コンストラクタ
Definition at line 42 of file RectangleI.cpp. References Lamp::RectangleF::height, height, Lamp::RectangleF::width, width, Lamp::RectangleF::x, x, Lamp::RectangleF::y, and y. |
|
同じ値でないかどうか
Definition at line 156 of file RectangleI.h. |
|
同じ値かどうか
Definition at line 146 of file RectangleI.h. |
|
値の設定
Definition at line 50 of file RectangleI.cpp. References Lamp::RectangleF::height, height, Lamp::RectangleF::width, width, Lamp::RectangleF::x, x, Lamp::RectangleF::y, and y. |
|
値の設定
Definition at line 125 of file RectangleI.h. |
|
値の設定
Definition at line 114 of file RectangleI.h. References height, width, x, and y. Referenced by Lamp::RenderingDevice::resetViewport(), and Lamp::ViewportSpriteState::setRectangle(). |
|
文字列化
Definition at line 168 of file RectangleI.h. References Lamp::String::format(), height, width, x, and y. |