Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickimagecapture_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQUICKIMAGECAPTURE_H
5#define QQUICKIMAGECAPTURE_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists for the convenience
12// of other Qt classes. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <qcamera.h>
19#include <qimagecapture.h>
20#include <qmediametadata.h>
21
22#include <QtQml/qqml.h>
23#include <QtCore/private/qglobal_p.h>
24
26
27class QUrl;
28
30{
33 QML_NAMED_ELEMENT(ImageCapture)
34
35public:
38
39 QString preview() const;
40
41public Q_SLOTS:
42 void saveToFile(const QUrl &location) const;
43
46
47private Q_SLOTS:
48 void _q_imageCaptured(int, const QImage&);
49
50private:
51 QImage m_lastImage;
52 QString m_capturedImagePath;
53};
54
56
57#endif
\inmodule QtMultimedia
\inmodule QtGui
Definition qimage.h:37
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
void saveToFile(const QUrl &location) const
\qmlmethod QtMultimedia::ImageCapture::saveToFile(location)
QQuickImageCapture(QObject *parent=nullptr)
\qmltype ImageCapture \instantiates QQuickImageCapture
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
GLint location
#define QML_NAMED_ELEMENT(NAME)
#define Q_PROPERTY(...)
#define Q_OBJECT
#define Q_SLOTS
#define Q_SIGNALS