Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickLabsPlatformIcon Class Reference

#include <qquicklabsplatformicon_p.h>

Collaboration diagram for QQuickLabsPlatformIcon:

Public Member Functions

QUrl source () const
void setSource (const QUrl &source)
QString name () const
void setName (const QString &name)
bool isMask () const
void setMask (bool mask)
bool operator== (const QQuickLabsPlatformIcon &other) const
bool operator!= (const QQuickLabsPlatformIcon &other) const

Properties

QML_ANONYMOUSQUrl source
QString name
bool mask

Detailed Description

Definition at line 29 of file qquicklabsplatformicon_p.h.

Member Function Documentation

◆ isMask()

bool QQuickLabsPlatformIcon::isMask ( ) const

Definition at line 29 of file qquicklabsplatformicon.cpp.

◆ name()

QString QQuickLabsPlatformIcon::name ( ) const

Definition at line 19 of file qquicklabsplatformicon.cpp.

◆ operator!=()

bool QQuickLabsPlatformIcon::operator!= ( const QQuickLabsPlatformIcon & other) const

Definition at line 44 of file qquicklabsplatformicon.cpp.

References operator==().

Here is the call graph for this function:

◆ operator==()

bool QQuickLabsPlatformIcon::operator== ( const QQuickLabsPlatformIcon & other) const

Definition at line 39 of file qquicklabsplatformicon.cpp.

Referenced by operator!=(), QQuickLabsPlatformMenu::setIcon(), QQuickLabsPlatformMenuItem::setIcon(), and QQuickLabsPlatformSystemTrayIcon::setIcon().

Here is the caller graph for this function:

◆ setMask()

void QQuickLabsPlatformIcon::setMask ( bool mask)

Definition at line 34 of file qquicklabsplatformicon.cpp.

◆ setName()

void QQuickLabsPlatformIcon::setName ( const QString & name)

Definition at line 24 of file qquicklabsplatformicon.cpp.

◆ setSource()

void QQuickLabsPlatformIcon::setSource ( const QUrl & source)

Definition at line 14 of file qquicklabsplatformicon.cpp.

◆ source()

QT_BEGIN_NAMESPACE QUrl QQuickLabsPlatformIcon::source ( ) const

Definition at line 9 of file qquicklabsplatformicon.cpp.

Property Documentation

◆ mask

bool QQuickLabsPlatformIcon::mask
readwrite

Definition at line 35 of file qquicklabsplatformicon_p.h.

◆ name

QString QQuickLabsPlatformIcon::name
readwrite

◆ source

QML_ANONYMOUSQUrl QQuickLabsPlatformIcon::source
readwrite

Definition at line 33 of file qquicklabsplatformicon_p.h.


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