프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_fields | List |
||
m_items | List |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_name | String | ||
m_width |
메소드 | 설명 | |
---|---|---|
Add ( Item item ) : void | ||
Container ( String name, |
||
FindFreeSpace ( Item item ) : System.Boolean | ||
FindFreeSpace ( Item item, Coordinate &output ) : System.Boolean | ||
NumberFields ( ) : |
||
Remove ( Item item ) : void |
메소드 | 설명 | |
---|---|---|
RectangleIsFree ( int rectangleX, int rectangleY, int rectangleWidth, int rectangleHeight ) : System.Boolean | ||
SetItemFields ( Item item, bool value ) : void |
public Container ( String name, |
||
name | String | |
width | ||
height | ||
리턴 | System |
public FindFreeSpace ( Item item ) : System.Boolean | ||
item | Item | |
리턴 | System.Boolean |
public FindFreeSpace ( Item item, Coordinate &output ) : System.Boolean | ||
item | Item | |
output | Coordinate | |
리턴 | System.Boolean |
protected RectangleIsFree ( int rectangleX, int rectangleY, int rectangleWidth, int rectangleHeight ) : System.Boolean | ||
rectangleX | int | |
rectangleY | int | |
rectangleWidth | int | |
rectangleHeight | int | |
리턴 | System.Boolean |
protected SetItemFields ( Item item, bool value ) : void | ||
item | Item | |
value | bool | |
리턴 | void |