|
sensorfw
|
QObject facae for TimedUnsigned. More...
#include <unsigned.h>
Public Member Functions | |
| Unsigned () | |
| Default constructor. | |
| Unsigned (const TimedUnsigned &unsignedData) | |
| Constructor. | |
| Unsigned (const Unsigned &data) | |
| Copy constructor. | |
| const TimedUnsigned & | UnsignedData () const |
| Returns the contained TimedUnsigned. | |
| int | x () const |
| Returns the value. | |
| Unsigned & | operator= (const Unsigned &origin) |
| Assignment operator. | |
| bool | operator== (const Unsigned &right) const |
| Comparison operator. | |
Properties | |
| int | x |
Friends | |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, Unsigned &data) |
| Unmarshall Unsigned data from the D-Bus argument. | |
QObject facae for TimedUnsigned.
Definition at line 36 of file unsigned.h.
| Unsigned::Unsigned | ( | ) | [inline] |
Default constructor.
Definition at line 46 of file unsigned.h.
| Unsigned::Unsigned | ( | const TimedUnsigned & | unsignedData | ) |
Constructor.
| unsignedData | Source object. |
| Unsigned::Unsigned | ( | const Unsigned & | data | ) |
Copy constructor.
| data | Source object. |
Assignment operator.
| origin | Source object for assigment. |
Definition at line 79 of file unsigned.h.
| bool Unsigned::operator== | ( | const Unsigned & | right | ) | const [inline] |
Comparison operator.
| right | Object to compare to. |
Definition at line 91 of file unsigned.h.
| const TimedUnsigned& Unsigned::UnsignedData | ( | ) | const [inline] |
Returns the contained TimedUnsigned.
Definition at line 66 of file unsigned.h.
| int Unsigned::x | ( | ) | const [inline] |
| const QDBusArgument& operator>> | ( | const QDBusArgument & | argument, |
| Unsigned & | data | ||
| ) | [friend] |
Unmarshall Unsigned data from the D-Bus argument.
| argument | dbus argument. |
| data | unmarshalled data. |
Definition at line 128 of file unsigned.h.
int Unsigned::x [read] |
Definition at line 39 of file unsigned.h.