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
qquicklabsplatformicon.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 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
5
7
9{
10 return m_source;
11}
12
14{
15 m_source = source;
16}
17
19{
20 return m_name;
21}
22
24{
25 m_name = name;
26}
27
29{
30 return m_mask;
31}
32
34{
35 m_mask = mask;
36}
37
39{
40 return m_source == other.m_source && m_name == other.m_name && m_mask == other.m_mask;
41}
42
44{
45 return !(*this == other);
46}
47
49
50#include "moc_qquicklabsplatformicon_p.cpp"
void setName(const QString &name)
void setSource(const QUrl &source)
bool operator==(const QQuickLabsPlatformIcon &other) const
bool operator!=(const QQuickLabsPlatformIcon &other) const
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
GLuint name
GLint GLint GLint GLint GLint GLint GLint GLbitfield mask
GLsizei GLsizei GLchar * source
QSharedPointer< T > other(t)
[5]