![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Collaboration diagram for Ball:Public Member Functions | |
| Ball () | |
| virtual | ~Ball () |
| BallColor | color () const |
| void | setColor (BallColor newColor) |
| short | x () const |
| void | setX (short newXCoord) |
| short | y () const |
| void | setY (short newYCoord) |
| void | setLocation (short newXCoord, short newYCoord) |
| unsigned short | size () const |
| void | setSize (unsigned short newSize) |
| double | direction () const |
| void | setDirection (double newDirection) |
| unsigned short | speed () const |
| void | setSpeed (unsigned short newSpeed) |
| bool | isMine () const |
| void | setIsMine (bool newIsMine) |
| bool | isMarkedForDeletion () const |
| void | markForDeletion (bool mark) |
| bool | isVisible () const |
| void | setVisible (bool visible) |
| const std::wstring & | id () const |
| const std::wstring & | name () const |
| ObjectParams * | objectParams () |
| const ObjectParams * | objectParams () const |
| void | setObjectParams (ObjectParams *newParams) |
| QGraphicsSvgItem * | graphicsItem () |
| void | setGraphicsItem (QGraphicsSvgItem *item) |
Protected Attributes | |
| ObjectParams * | myObjectParams |
| QGraphicsSvgItem * | myGraphicsItem |
| BallColor | myColor |
| short | myX |
| short | myY |
| short | mySize |
| double | myDirection |
| unsigned short | mySpeed |
| bool | myIsMine |
| bool | myIsVisible |
| bool | myMarkedForDeletion |
| Ball::Ball | ( | ) |
|
virtual |
| BallColor Ball::color | ( | ) | const |
| double Ball::direction | ( | ) | const |
| QGraphicsSvgItem* Ball::graphicsItem | ( | ) |
| const std::wstring& Ball::id | ( | ) | const |
| bool Ball::isMarkedForDeletion | ( | ) | const |
| bool Ball::isMine | ( | ) | const |
| bool Ball::isVisible | ( | ) | const |
| void Ball::markForDeletion | ( | bool | mark | ) |
| const std::wstring& Ball::name | ( | ) | const |
| ObjectParams* Ball::objectParams | ( | ) |
| const ObjectParams* Ball::objectParams | ( | ) | const |
| void Ball::setColor | ( | BallColor | newColor | ) |
| void Ball::setDirection | ( | double | newDirection | ) |
| void Ball::setGraphicsItem | ( | QGraphicsSvgItem * | item | ) |
| void Ball::setIsMine | ( | bool | newIsMine | ) |
| void Ball::setLocation | ( | short | newXCoord, |
| short | newYCoord | ||
| ) |
| void Ball::setObjectParams | ( | ObjectParams * | newParams | ) |
| void Ball::setSize | ( | unsigned short | newSize | ) |
| void Ball::setSpeed | ( | unsigned short | newSpeed | ) |
| void Ball::setVisible | ( | bool | visible | ) |
| void Ball::setX | ( | short | newXCoord | ) |
| void Ball::setY | ( | short | newYCoord | ) |
| unsigned short Ball::size | ( | ) | const |
| unsigned short Ball::speed | ( | ) | const |
| short Ball::x | ( | ) | const |
| short Ball::y | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |