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
QQuickNativeIcon Class Reference

#include <qquicknativeicon_p.h>

+ Collaboration diagram for QQuickNativeIcon:

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 QQuickNativeIcon &other) const
 
bool operator!= (const QQuickNativeIcon &other) const
 

Properties

QML_ANONYMOUSQUrl source
 
QString name
 
bool mask
 

Detailed Description

Definition at line 28 of file qquicknativeicon_p.h.

Member Function Documentation

◆ isMask()

bool QQuickNativeIcon::isMask ( ) const

Definition at line 28 of file qquicknativeicon.cpp.

◆ name()

QString QQuickNativeIcon::name ( ) const

Definition at line 18 of file qquicknativeicon.cpp.

◆ operator!=()

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

Definition at line 43 of file qquicknativeicon.cpp.

References other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 38 of file qquicknativeicon.cpp.

References other().

+ Here is the call graph for this function:

◆ setMask()

void QQuickNativeIcon::setMask ( bool mask)

Definition at line 33 of file qquicknativeicon.cpp.

References mask.

◆ setName()

void QQuickNativeIcon::setName ( const QString & name)

Definition at line 23 of file qquicknativeicon.cpp.

References name.

◆ setSource()

void QQuickNativeIcon::setSource ( const QUrl & source)

Definition at line 13 of file qquicknativeicon.cpp.

References source.

◆ source()

QT_BEGIN_NAMESPACE QUrl QQuickNativeIcon::source ( ) const

Definition at line 8 of file qquicknativeicon.cpp.

Property Documentation

◆ mask

bool QQuickNativeIcon::mask
readwrite

Definition at line 34 of file qquicknativeicon_p.h.

Referenced by setMask().

◆ name

QString QQuickNativeIcon::name
readwrite

Definition at line 33 of file qquicknativeicon_p.h.

Referenced by setName().

◆ source

QML_ANONYMOUSQUrl QQuickNativeIcon::source
readwrite

Definition at line 32 of file qquicknativeicon_p.h.

Referenced by setSource().


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