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

#include <qssgrendererutil_p.h>

Collaboration diagram for QSSGRenderPath:

Public Member Functions

 QSSGRenderPath ()=default
 QSSGRenderPath (const QString &p, const QString &lightmapKey={}) noexcept
bool isNull () const
bool isEmpty () const
QString path () const

Friends

bool operator== (const QSSGRenderPath &p1, const QSSGRenderPath &p2)
size_t qHash (const QSSGRenderPath &path, size_t seed)

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,
const QString & lightmapKey = {} )
inlineexplicitnoexcept

Definition at line 34 of file qssgrendererutil_p.h.

Member Function Documentation

◆ isEmpty()

bool QSSGRenderPath::isEmpty ( ) const
inline

Definition at line 40 of file qssgrendererutil_p.h.

◆ isNull()

bool QSSGRenderPath::isNull ( ) const
inline

Definition at line 39 of file qssgrendererutil_p.h.

◆ path()

QString QSSGRenderPath::path ( ) const
inline

Definition at line 41 of file qssgrendererutil_p.h.

◆ operator==

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

Definition at line 50 of file qssgrendererutil_p.h.

◆ qHash

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

Definition at line 55 of file qssgrendererutil_p.h.


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