#include <DimensionI.h>
Public Member Functions | |
| DimensionI () | |
| コンストラクタ | |
| DimensionI (int sourceWidth, int sourceHeight) | |
| コンストラクタ | |
| DimensionI (int sourceArray[2]) | |
| コンストラクタ | |
| DimensionI (const DimensionF &source) | |
| コンストラクタ | |
| void | set (int sourceWidth, int sourceHeight) |
| 値の設定 | |
| void | set (int sourceArray[2]) |
| 値の設定 | |
| void | set (const DimensionF &source) |
| 値の設定 | |
| DimensionI | operator+ (const DimensionI &addDimension) const |
| 加算 | |
| DimensionI | operator- (const DimensionI &subDimension) const |
| 減算 | |
| DimensionI | operator * (const DimensionI &mulDimension) const |
| 乗算 | |
| DimensionI | operator * (float mulValue) const |
| 乗算 | |
| DimensionI | operator * (int mulValue) const |
| 乗算 | |
| DimensionI | operator+ () const |
| +演算子 | |
| DimensionI | operator- () const |
| -演算子 | |
| DimensionI & | operator+= (const DimensionI &addDimension) |
| 代入加算 | |
| DimensionI & | operator-= (const DimensionI &subDimension) |
| 代入減算 | |
| DimensionI & | operator *= (const DimensionI &mulDimension) |
| 代入乗算 | |
| DimensionI & | operator *= (float mulValue) |
| 代入乗算 | |
| DimensionI & | operator *= (int mulValue) |
| 代入乗算 | |
| bool | operator== (const DimensionI &target) const |
| 同じ値かどうか | |
| bool | operator!= (const DimensionI &target) const |
| 同じ値でないかどうか | |
| String | toString () const |
| 文字列化 | |
Static Public Attributes | |
| const DimensionI | zero |
| ゼロ寸法 | |
| const DimensionI | unit |
| 単位寸法 | |
Friends | |
| DimensionI | operator * (float mulValue, const DimensionI &mulDimension) |
| 乗算 | |
| DimensionI | operator * (int mulValue, const DimensionI &mulDimension) |
| 乗算 | |
このクラスは継承しないで下さい。
Definition at line 38 of file DimensionI.h.
|
|
コンストラクタ このコンストラクタは初期値の設定を行わないため値は不定です。 Definition at line 74 of file DimensionI.h. Referenced by operator *(), operator+(), and operator-(). |
|
||||||||||||
|
コンストラクタ
Definition at line 81 of file DimensionI.h. |
|
|
コンストラクタ
Definition at line 88 of file DimensionI.h. |
|
|
コンストラクタ
Definition at line 42 of file DimensionI.cpp. References Lamp::DimensionF::height, height, Lamp::DimensionF::width, and width. |
|
|
乗算
Definition at line 184 of file DimensionI.h. References DimensionI(), height, and width. |
|
|
乗算
Definition at line 163 of file DimensionI.h. References DimensionI(), height, and width. |
|
|
乗算
Definition at line 153 of file DimensionI.h. References DimensionI(), height, and width. |
|
|
代入乗算
Definition at line 264 of file DimensionI.h. |
|
|
代入乗算
Definition at line 253 of file DimensionI.h. |
|
|
代入乗算
Definition at line 242 of file DimensionI.h. |
|
|
同じ値でないかどうか
Definition at line 287 of file DimensionI.h. |
|
|
+演算子
Definition at line 204 of file DimensionI.h. |
|
|
加算
Definition at line 133 of file DimensionI.h. References DimensionI(), height, and width. |
|
|
代入加算
Definition at line 220 of file DimensionI.h. |
|
|
-演算子
Definition at line 210 of file DimensionI.h. References DimensionI(), height, and width. |
|
|
減算
Definition at line 143 of file DimensionI.h. References DimensionI(), height, and width. |
|
|
代入減算
Definition at line 231 of file DimensionI.h. |
|
|
同じ値かどうか
Definition at line 278 of file DimensionI.h. |
|
|
値の設定
Definition at line 48 of file DimensionI.cpp. References Lamp::DimensionF::height, height, Lamp::DimensionF::width, and width. |
|
|
値の設定
Definition at line 114 of file DimensionI.h. |
|
||||||||||||
|
値の設定
Definition at line 105 of file DimensionI.h. Referenced by Lamp::GraphicsDeviceCapacity::deviceReset(), Lamp::GraphicsDeviceSettings::getBackBufferSize(), Lamp::GraphicsDeviceSettings::GraphicsDeviceSettings(), and Lamp::SimpleFramework::SimpleFramework(). |
|
|
文字列化
Definition at line 298 of file DimensionI.h. References Lamp::String::format(), height, and width. Referenced by Lamp::SceneLogicCheckFilter::filterPicture(). |
|
||||||||||||
|
乗算
Definition at line 194 of file DimensionI.h. |
|
||||||||||||
|
乗算
Definition at line 173 of file DimensionI.h. |
1.3.2