kmahjongg
TileCoord Class Reference
#include <TileCoord.h>
Detailed Description
This class implements.longer description
Definition at line 34 of file TileCoord.h.
Public Member Functions | |
| TileCoord () | |
| TileCoord (int xpos, int ypos, int zpos) | |
| bool | isNull () const |
| int | x () const |
| int | y () const |
| int | z () const |
| void | setX (int x) |
| void | setY (int y) |
| void | setZ (int y) |
| int & | rx () |
| int & | ry () |
| int & | rz () |
| TileCoord & | operator+= (const TileCoord &t) |
| TileCoord & | operator-= (const TileCoord &t) |
| TileCoord & | operator *= (qreal c) |
| TileCoord & | operator/= (qreal c) |
Friends | |
| bool | operator== (const TileCoord &, const TileCoord &) |
| bool | operator!= (const TileCoord &, const TileCoord &) |
| const TileCoord | operator+ (const TileCoord &, const TileCoord &) |
| const TileCoord | operator- (const TileCoord &, const TileCoord &) |
| const TileCoord | operator * (const TileCoord &, qreal) |
| const TileCoord | operator * (qreal, const TileCoord &) |
| const TileCoord | operator- (const TileCoord &) |
| const TileCoord | operator/ (const TileCoord &, qreal) |
Constructor & Destructor Documentation
| TileCoord::TileCoord | ( | ) | [inline] |
| TileCoord::TileCoord | ( | int | xpos, | |
| int | ypos, | |||
| int | zpos | |||
| ) | [inline] |
Method description.
- Parameters:
-
xpos blah blah ypos blah blah zpos blah blah
Definition at line 149 of file TileCoord.h.
Member Function Documentation
| bool TileCoord::isNull | ( | ) | const [inline] |
Method description.
- Returns:
trueif reason?falseif reson
Definition at line 152 of file TileCoord.h.
| int TileCoord::x | ( | ) | const [inline] |
| int TileCoord::y | ( | ) | const [inline] |
| int TileCoord::z | ( | ) | const [inline] |
| void TileCoord::setX | ( | int | x | ) | [inline] |
| void TileCoord::setY | ( | int | y | ) | [inline] |
| void TileCoord::setZ | ( | int | y | ) | [inline] |
| int & TileCoord::rx | ( | ) | [inline] |
| int & TileCoord::ry | ( | ) | [inline] |
| int & TileCoord::rz | ( | ) | [inline] |
Method description.
- Parameters:
-
t blah
- Returns:
- TileCoord blah
Definition at line 182 of file TileCoord.h.
Method description.
- Parameters:
-
t blah
- Returns:
- TileCoord blah
Definition at line 185 of file TileCoord.h.
| TileCoord & TileCoord::operator *= | ( | qreal | c | ) | [inline] |
Method description.
- Parameters:
-
c blah
- Returns:
- TileCoord blah
Definition at line 188 of file TileCoord.h.
| TileCoord & TileCoord::operator/= | ( | qreal | c | ) | [inline] |
Method description.
- Parameters:
-
c blah
- Returns:
- TileCoord blah
Definition at line 212 of file TileCoord.h.
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
KDE 4.0 API Reference