MatrixCellの属性情報.
More...
#include <MatrixCellAttribute.h>
List of all members.
Detailed Description
MatrixCellの属性情報.
- Note:
- MatrixCellが持っている属性.(has-aの関係).
-
受け渡す情報は以下. ・セルの状態. ・座標.
Constructor & Destructor Documentation
MatrixCellAttribute::MatrixCellAttribute |
( |
| ) |
[inline] |
コンストラクタ.
- Parameters:
-
- See also:
- Cellの状態はCELL_STATEを参照.
コンストラクタ.
- Parameters:
-
- See also:
- Cellの状態はCELL_STATEを参照.
Member Function Documentation
long MatrixCellAttribute::getCol |
( |
| ) |
const [inline] |
long MatrixCellAttribute::getRow |
( |
| ) |
const [inline] |
状態を取得.
- Parameters:
-
- Returns:
- 状態.
- See also:
- 状態はCELL_STATEを参照.
void MatrixCellAttribute::setCol |
( |
long |
i_lCol | ) |
[inline] |
void MatrixCellAttribute::setRow |
( |
long |
i_lRow | ) |
[inline] |
状態を設定.
- Parameters:
-
- Returns:
- なし.
- See also:
- 状態はCELL_STATEを参照.
Member Data Documentation
状態.
- See also:
- 状態はCELL_STATEを参照.
The documentation for this class was generated from the following file: