QObject facade for XYZData.
More...
#include <xyz.h>
|
const QDBusArgument & | operator>> (const QDBusArgument &argument, XYZ &xyz) |
| Unmarshall XYZ data from the D-Bus argument. More...
|
|
QObject facade for XYZData.
Definition at line 36 of file xyz.h.
◆ XYZ() [1/3]
Default constructor.
Definition at line 49 of file xyz.h.
◆ XYZ() [2/3]
Copy constructor.
- Parameters
-
◆ XYZ() [3/3]
XYZ::XYZ |
( |
const XYZ & |
xyz | ) |
|
Copy constructor.
- Parameters
-
◆ operator=()
XYZ & XYZ::operator= |
( |
const XYZ & |
origin | ) |
|
|
inline |
Assignment operator.
- Parameters
-
origin | Source object for assigment. |
Definition at line 94 of file xyz.h.
◆ operator==()
bool XYZ::operator== |
( |
const XYZ & |
right | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
right | Object to compare to. |
- Returns
- comparison result.
Definition at line 106 of file xyz.h.
◆ x()
Returns the value for X.
- Returns
- x value.
Definition at line 75 of file xyz.h.
◆ XYZData()
Returns the contained XYZData.
- Returns
- Contained TimedXYZData
Definition at line 69 of file xyz.h.
◆ y()
Returns the value for Y.
- Returns
- y value.
Definition at line 81 of file xyz.h.
◆ z()
Returns the value for Z.
- Returns
- z value.
Definition at line 87 of file xyz.h.
◆ operator>>
const QDBusArgument & operator>> |
( |
const QDBusArgument & |
argument, |
|
|
XYZ & |
xyz |
|
) |
| |
|
friend |
Unmarshall XYZ data from the D-Bus argument.
- Parameters
-
argument | dbus argument. |
xyz | unmarshalled data. |
- Returns
- dbus argument.
Definition at line 145 of file xyz.h.
The documentation for this class was generated from the following file: