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

#include <qssgrendererutil_p.h>

+ Collaboration diagram for QSSGRenderPath:

Public Member Functions

 QSSGRenderPath ()=default
 
 QSSGRenderPath (const QString &p) noexcept
 
bool isNull () const
 
bool isEmpty () const
 
QString path () const
 

Friends

bool operator== (const QSSGRenderPath &, const QSSGRenderPath &)
 
size_t qHash (const QSSGRenderPath &, size_t) Q_DECL_NOTHROW
 

Detailed Description

Definition at line 30 of file qssgrendererutil_p.h.

Constructor & Destructor Documentation

◆ QSSGRenderPath() [1/2]

QSSGRenderPath::QSSGRenderPath ( )
default

◆ QSSGRenderPath() [2/2]

QSSGRenderPath::QSSGRenderPath ( const QString & p)
inlineexplicitnoexcept

Definition at line 34 of file qssgrendererutil_p.h.

Member Function Documentation

◆ isEmpty()

bool QSSGRenderPath::isEmpty ( ) const
inline

Definition at line 38 of file qssgrendererutil_p.h.

References QString::isEmpty().

+ Here is the call graph for this function:

◆ isNull()

bool QSSGRenderPath::isNull ( ) const
inline

Definition at line 37 of file qssgrendererutil_p.h.

References QString::isNull().

+ Here is the call graph for this function:

◆ path()

QString QSSGRenderPath::path ( ) const
inline

Definition at line 39 of file qssgrendererutil_p.h.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const QSSGRenderPath & p1,
const QSSGRenderPath & p2 )
friend

Definition at line 47 of file qssgrendererutil_p.h.

◆ qHash

size_t qHash ( const QSSGRenderPath & path,
size_t seed )
friend

Definition at line 52 of file qssgrendererutil_p.h.


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