sensorfw
Unsigned Class Reference

QObject facae for TimedUnsigned. More...

#include <unsigned.h>

Inheritance diagram for Unsigned:
Proximity

List of all members.

Public Member Functions

 Unsigned ()
 Default constructor.
 Unsigned (const TimedUnsigned &unsignedData)
 Constructor.
 Unsigned (const Unsigned &data)
 Copy constructor.
const TimedUnsignedUnsignedData () const
 Returns the contained TimedUnsigned.
int x () const
 Returns the value.
Unsignedoperator= (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.

Detailed Description

QObject facae for TimedUnsigned.

Definition at line 36 of file unsigned.h.


Constructor & Destructor Documentation

Unsigned::Unsigned ( ) [inline]

Default constructor.

Definition at line 46 of file unsigned.h.

Unsigned::Unsigned ( const TimedUnsigned unsignedData)

Constructor.

Parameters:
unsignedDataSource object.
Unsigned::Unsigned ( const Unsigned data)

Copy constructor.

Parameters:
dataSource object.

Member Function Documentation

Unsigned& Unsigned::operator= ( const Unsigned origin) [inline]

Assignment operator.

Parameters:
originSource object for assigment.

Definition at line 79 of file unsigned.h.

bool Unsigned::operator== ( const Unsigned right) const [inline]

Comparison operator.

Parameters:
rightObject to compare to.
Returns:
comparison result.

Definition at line 91 of file unsigned.h.

const TimedUnsigned& Unsigned::UnsignedData ( ) const [inline]

Returns the contained TimedUnsigned.

Returns:
Contained TimedUnsigned

Definition at line 66 of file unsigned.h.

int Unsigned::x ( ) const [inline]

Returns the value.

Returns:
value.

Definition at line 72 of file unsigned.h.


Friends And Related Function Documentation

const QDBusArgument& operator>> ( const QDBusArgument &  argument,
Unsigned data 
) [friend]

Unmarshall Unsigned data from the D-Bus argument.

Parameters:
argumentdbus argument.
dataunmarshalled data.
Returns:
dbus argument.

Definition at line 128 of file unsigned.h.


Property Documentation

int Unsigned::x [read]

Definition at line 39 of file unsigned.h.


The documentation for this class was generated from the following file: