QPlaceImage Class▲
-
Header: QPlaceImage
-
Since: Qt 5.6
-
qmake: QT += location
-
Inherits: QPlaceContent
-
Group: QPlaceImage is part of QtLocation-places, QtLocation-places-data
Detailed Description▲
Each QPlaceImage represents a set of metadata about an image such as it's url, identifier and MIME type. These are properties in addition to those provided by QPlaceContent.
Note: The Places API only supports images as 'retrieve-only' objects. Submitting images to a provider is not a supported use case.
See Also▲
See also QPlaceContent
Member Function Documentation▲
QPlaceImage::QPlaceImage()▲
Constructs an new QPlaceImage.
QPlaceImage::QPlaceImage(const QPlaceContent &other)▲
Constructs a copy of other if possible, otherwise constructs a default image.
[virtual] QPlaceImage::~QPlaceImage()▲
Destructor.