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 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 28 of file qquicklabsplatformicon_p.h.

Member Function Documentation

◆ isMask()

bool QQuickLabsPlatformIcon::isMask ( ) const

Definition at line 28 of file qquicklabsplatformicon.cpp.

Referenced by QQuickLabsPlatformIconLoader::toQIcon().

+ Here is the caller graph for this function:

◆ name()

QString QQuickLabsPlatformIcon::name ( ) const

Definition at line 18 of file qquicklabsplatformicon.cpp.

◆ operator!=()

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

Definition at line 43 of file qquicklabsplatformicon.cpp.

References other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 38 of file qquicklabsplatformicon.cpp.

References other().

+ Here is the call graph for this function:

◆ setMask()

void QQuickLabsPlatformIcon::setMask ( bool mask)

Definition at line 33 of file qquicklabsplatformicon.cpp.

References mask.

◆ setName()

void QQuickLabsPlatformIcon::setName ( const QString & name)

Definition at line 23 of file qquicklabsplatformicon.cpp.

References name.

◆ setSource()

void QQuickLabsPlatformIcon::setSource ( const QUrl & source)

Definition at line 13 of file qquicklabsplatformicon.cpp.

References source.

◆ source()

QT_BEGIN_NAMESPACE QUrl QQuickLabsPlatformIcon::source ( ) const

Definition at line 8 of file qquicklabsplatformicon.cpp.

Property Documentation

◆ mask

bool QQuickLabsPlatformIcon::mask
readwrite

Definition at line 34 of file qquicklabsplatformicon_p.h.

Referenced by setMask().

◆ name

QString QQuickLabsPlatformIcon::name
readwrite

Definition at line 33 of file qquicklabsplatformicon_p.h.

Referenced by setName(), and QQuickLabsPlatformIconLoader::toQIcon().

◆ source

QML_ANONYMOUSQUrl QQuickLabsPlatformIcon::source
readwrite

Definition at line 32 of file qquicklabsplatformicon_p.h.

Referenced by setSource().


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