kmahjongg
#include <TileCoord.h>
Public Member Functions | |
TileCoord () | |
TileCoord (int xpos, int ypos, int zpos) | |
TileCoord & | operator*= (qreal c) |
TileCoord & | operator+= (const TileCoord &t) |
TileCoord & | operator-= (const TileCoord &t) |
TileCoord & | operator/= (qreal c) |
int & | rx () |
int & | ry () |
int & | rz () |
void | setX (int x) |
void | setY (int y) |
void | setZ (int y) |
int | x () const |
int | y () const |
int | z () const |
Friends | |
bool | operator!= (const TileCoord &, const TileCoord &) |
const TileCoord | operator* (const TileCoord &, qreal) |
const TileCoord | operator* (qreal, const TileCoord &) |
const TileCoord | operator+ (const TileCoord &, const TileCoord &) |
const TileCoord | operator- (const TileCoord &, const TileCoord &) |
const TileCoord | operator- (const TileCoord &) |
const TileCoord | operator/ (const TileCoord &, qreal) |
bool | operator== (const TileCoord &, const TileCoord &) |
Detailed Description
Constructor & Destructor Documentation
|
inline |
Method description.
Definition at line 145 of file TileCoord.h.
|
inline |
Method description.
- Parameters
-
xpos blah blah ypos blah blah zpos blah blah
Definition at line 148 of file TileCoord.h.
Member Function Documentation
|
inline |
Method description.
- Parameters
-
c blah
- Returns
- TileCoord blah
Definition at line 184 of file TileCoord.h.
Method description.
- Parameters
-
t blah
- Returns
- TileCoord blah
Definition at line 178 of file TileCoord.h.
Method description.
- Parameters
-
t blah
- Returns
- TileCoord blah
Definition at line 181 of file TileCoord.h.
|
inline |
Method description.
- Parameters
-
c blah
- Returns
- TileCoord blah
Definition at line 208 of file TileCoord.h.
|
inline |
Method description.
Definition at line 169 of file TileCoord.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Method description.
- Returns
true
if reason?-
false
if reson Method description - int
Definition at line 151 of file TileCoord.h.
|
inline |
|
inline |
Friends And Related Function Documentation
Method not equal.
Definition at line 190 of file TileCoord.h.
Method multiplication.
Definition at line 199 of file TileCoord.h.
Method multiplication.
Definition at line 202 of file TileCoord.h.
Method addition.
Definition at line 193 of file TileCoord.h.
Method subtraction.
Definition at line 196 of file TileCoord.h.
Method subtraction.
Definition at line 205 of file TileCoord.h.
Method division.
Definition at line 217 of file TileCoord.h.
Method equals.
Definition at line 187 of file TileCoord.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.