Go to the source code of this file.
|
QDBusArgument & | operator<< (QDBusArgument &a, const QDate &date) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QTime &time) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QDateTime &dt) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QRect &rect) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QRectF &rect) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QSize &size) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QSizeF &size) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QPoint &pt) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QPointF &pt) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QLine &line) |
|
QDBusArgument & | operator<< (QDBusArgument &a, const QLineF &line) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QVariant &v) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QDate &date) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QTime &time) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QDateTime &dt) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QRect &rect) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QRectF &rect) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QSize &size) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QSizeF &size) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QPoint &pt) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QPointF &pt) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QLine &line) |
|
const QDBusArgument & | operator>> (const QDBusArgument &a, QLineF &line) |
|
◆ operator<<() [1/11]
Definition at line 1253 of file qdbusargument.cpp.
Referenced by qdbus_cast< QVariant >().
bool isValid() const
Returns true if this date is valid; otherwise returns false.
int month() const
Returns the number corresponding to the month of this date, using the following convention: ...
int day() const
Returns the day of the month (1 to 31) of this date.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
int year() const
Returns the year of this date.
◆ operator<<() [2/11]
Definition at line 1278 of file qdbusargument.cpp.
1284 a << -1 << -1 << -1 << -1;
int msec() const
Returns the millisecond part (0 to 999) of the time.
long ASN1_INTEGER_get ASN1_INTEGER * a
int second() const
Returns the second part (0 to 59) of the time.
int minute() const
Returns the minute part (0 to 59) of the time.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
bool isValid() const
Returns true if the time is valid; otherwise returns false.
int hour() const
Returns the hour part (0 to 23) of the time.
◆ operator<<() [3/11]
Definition at line 1303 of file qdbusargument.cpp.
long ASN1_INTEGER_get ASN1_INTEGER * a
QDate date() const
Returns the date part of the datetime.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
Qt::TimeSpec timeSpec() const
Returns the time specification of the datetime.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
QTime time() const
Returns the time part of the datetime.
◆ operator<<() [4/11]
Definition at line 1322 of file qdbusargument.cpp.
int width() const
Returns the width of the rectangle.
long ASN1_INTEGER_get ASN1_INTEGER * a
int height() const
Returns the height of the rectangle.
int y() const
Returns the y-coordinate of the rectangle's top edge.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
int x() const
Returns the x-coordinate of the rectangle's left edge.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator<<() [5/11]
Definition at line 1342 of file qdbusargument.cpp.
1345 a << double(rect.
x()) <<
double(rect.
y()) <<
double(rect.
width()) <<
double(rect.
height());
qreal y() const
Returns the y-coordinate of the rectangle's top edge.
long ASN1_INTEGER_get ASN1_INTEGER * a
qreal height() const
Returns the height of the rectangle.
qreal width() const
Returns the width of the rectangle.
qreal x() const
Returns the x-coordinate of the rectangle's left edge.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator<<() [6/11]
Definition at line 1360 of file qdbusargument.cpp.
long ASN1_INTEGER_get ASN1_INTEGER * a
int width() const
Returns the width.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
int height() const
Returns the height.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator<<() [7/11]
Definition at line 1381 of file qdbusargument.cpp.
1384 a << double(size.
width()) <<
double(size.
height());
qreal width() const
Returns the width.
qreal height() const
Returns the height.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator<<() [8/11]
Definition at line 1399 of file qdbusargument.cpp.
1402 a << pt.
x() << pt.
y();
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
int y() const
Returns the y coordinate of this point.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
int x() const
Returns the x coordinate of this point.
◆ operator<<() [9/11]
Definition at line 1420 of file qdbusargument.cpp.
1423 a << double(pt.
x()) <<
double(pt.
y());
long ASN1_INTEGER_get ASN1_INTEGER * a
qreal x() const
Returns the x-coordinate of this point.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
qreal y() const
Returns the y-coordinate of this point.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator<<() [10/11]
Definition at line 1440 of file qdbusargument.cpp.
1443 a << line.
p1() << line.
p2();
QPoint p1() const
Returns the line's start point.
QPoint p2() const
Returns the line's end point.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator<<() [11/11]
Definition at line 1460 of file qdbusargument.cpp.
1463 a << line.
p1() << line.
p2();
QPointF p1() const
Returns the line's start point.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
QPointF p2() const
Returns the line's end point.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [1/12]
Definition at line 1229 of file qdbusargument.cpp.
Referenced by qdbus_cast< QVariant >().
long ASN1_INTEGER_get ASN1_INTEGER * a
The QDBusVariant class enables the programmer to identify the variant type provided by the D-Bus type...
◆ operator>>() [2/12]
Definition at line 1239 of file qdbusargument.cpp.
1246 if (y != 0 && m != 0 && d != 0)
The QDate class provides date functions.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
bool setYMD(int y, int m, int d)
Sets the date's year y, month m, and day d.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [3/12]
Definition at line 1264 of file qdbusargument.cpp.
1268 a >> h >> m >> s >> ms;
1274 time.
setHMS(h, m, s, ms);
long ASN1_INTEGER_get ASN1_INTEGER * a
The QTime class provides clock time functions.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
bool setHMS(int h, int m, int s, int ms=0)
Sets the time to hour h, minute m, seconds s and milliseconds ms.
◆ operator>>() [4/12]
Definition at line 1289 of file qdbusargument.cpp.
1296 a >> date >> time >> timespec;
The QDate class provides date functions.
long ASN1_INTEGER_get ASN1_INTEGER * a
The QTime class provides clock time functions.
The QDateTime class provides date and time functions.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [5/12]
Definition at line 1311 of file qdbusargument.cpp.
1313 int x, y, width, height;
1315 a >> x >> y >> width >> height;
1318 rect.
setRect(x, y, width, height);
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void setRect(int x, int y, int w, int h)
Sets the coordinates of the rectangle's top-left corner to ({x}, {y}), and its size to the given widt...
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [6/12]
Definition at line 1331 of file qdbusargument.cpp.
1333 double x, y, width, height;
1335 a >> x >> y >> width >> height;
long ASN1_INTEGER_get ASN1_INTEGER * a
void setRect(qreal x, qreal y, qreal w, qreal h)
Sets the coordinates of the rectangle's top-left corner to (x, y), and its size to the given width an...
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [7/12]
Definition at line 1351 of file qdbusargument.cpp.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
int & rheight()
Returns a reference to the height.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
int & rwidth()
Returns a reference to the width.
◆ operator>>() [8/12]
Definition at line 1369 of file qdbusargument.cpp.
1371 double width, height;
1373 a >> width >> height;
long ASN1_INTEGER_get ASN1_INTEGER * a
void setWidth(qreal w)
Sets the width to the given width.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
void setHeight(qreal h)
Sets the height to the given height.
◆ operator>>() [9/12]
Definition at line 1390 of file qdbusargument.cpp.
1393 a >> pt.
rx() >> pt.
ry();
int & ry()
Returns a reference to the y coordinate of this point.
long ASN1_INTEGER_get ASN1_INTEGER * a
int & rx()
Returns a reference to the x coordinate of this point.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [10/12]
Definition at line 1408 of file qdbusargument.cpp.
void setY(qreal y)
Sets the y coordinate of this point to the given y coordinate.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void setX(qreal x)
Sets the x coordinate of this point to the given x coordinate.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [11/12]
Definition at line 1429 of file qdbusargument.cpp.
1436 line =
QLine(p1, p2);
The QLine class provides a two-dimensional vector using integer precision.
long ASN1_INTEGER_get ASN1_INTEGER * a
void endStructure()
Closes a D-Bus structure opened with beginStructure().
The QPoint class defines a point in the plane using integer precision.
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.
◆ operator>>() [12/12]
Definition at line 1449 of file qdbusargument.cpp.
The QPointF class defines a point in the plane using floating point precision.
long ASN1_INTEGER_get ASN1_INTEGER * a
The QLineF class provides a two-dimensional vector using floating point precision.
void endStructure()
Closes a D-Bus structure opened with beginStructure().
void beginStructure()
Opens a new D-Bus structure suitable for appending new arguments.