QObject facade for XYZData.
More...
#include <xyz.h>
|
| XYZ () |
| Default constructor.
|
|
| XYZ (const TimedXyzData &xyzData) |
| Copy constructor.
|
|
| XYZ (const XYZ &xyz) |
| Copy constructor.
|
|
const TimedXyzData & | XYZData () const |
| Returns the contained XYZData.
|
|
float | x () const |
| Returns the value for X.
|
|
float | y () const |
| Returns the value for Y.
|
|
float | z () const |
| Returns the value for Z.
|
|
XYZ & | operator= (const XYZ &origin) |
| Assignment operator.
|
|
|
const QDBusArgument & | operator>> (const QDBusArgument &argument, XYZ &xyz) |
| Unmarshall XYZ data from the D-Bus argument.
|
|
QObject facade for XYZData.
Definition at line 38 of file xyz.h.
◆ XYZ() [1/3]
Default constructor.
Definition at line 51 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 96 of file xyz.h.
◆ x()
Returns the value for X.
- Returns
- x value.
Definition at line 77 of file xyz.h.
◆ XYZData()
Returns the contained XYZData.
- Returns
- Contained TimedXYZData
Definition at line 71 of file xyz.h.
◆ y()
Returns the value for Y.
- Returns
- y value.
Definition at line 83 of file xyz.h.
◆ z()
Returns the value for Z.
- Returns
- z value.
Definition at line 89 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 133 of file xyz.h.
Definition at line 42 of file xyz.h.
Definition at line 43 of file xyz.h.
Definition at line 44 of file xyz.h.
The documentation for this class was generated from the following file: